search for: source_mask_interleav

Displaying 2 results from an estimated 2 matches for "source_mask_interleav".

Did you mean: source_mask_interleave
2009 Aug 17
2
[PATCH] kms: Fix <nv11 hardware cursor.
...nsions of 32x32 (A1R5G5B5) */ -#define NV04_CURSOR_SIZE 32 -#define NV04_CURSOR_PIXELS (NV04_CURSOR_SIZE * NV04_CURSOR_SIZE) - -/* limit nv10 cursors to 64x64 (ARGB8) (we could go to 64x255) */ -#define NV10_CURSOR_SIZE 64 -#define NV10_CURSOR_PIXELS (NV10_CURSOR_SIZE * NV10_CURSOR_SIZE) - #define SOURCE_MASK_INTERLEAVE 32 #define TRANSPARENT_PIXEL 0 -static void -nv_cursor_convert_cursor(int px, uint32_t *src, uint16_t *dst, int bpp, uint32_t fg, uint32_t bg) +void +nv_cursor_convert_cursor(uint32_t *src, void *dst, int src_stride, int dst_stride, + int bpp, uint32_t fg, uint32_t bg) { + int width = min...
2010 Jan 06
3
Removal of Non-KMS support
I did a very quick pass at removing all the non-KMS support from the DDX. It's tested on G80 but nowhere else currently, I thought some discussion would be a good idea rather than just ripping it out :) The non-KMS paths are messy, and lets face it, rotting badly. IMO the KMS code is stable enough now that we can continue without the UMS crutch, and indeed, the KMS code supports a lot more