Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-01 | llvmpipe: Rename pipe formats. | José Fonseca | |
2010-03-01 | i965: Rename pipe formats. | José Fonseca | |
2010-03-01 | i915g: Rename pipe formats. | José Fonseca | |
2010-03-01 | cell: Rename pipe formats. | José Fonseca | |
2010-03-01 | python: Rename pipe formats. | José Fonseca | |
2010-03-01 | vega: Rename pipe formats. | José Fonseca | |
2010-03-01 | wgl: Rename pipe formats. | José Fonseca | |
2010-03-01 | xorg: Rename pipe formats. | José Fonseca | |
2010-03-01 | glx: Rename pipe formats. | José Fonseca | |
2010-03-01 | egl: Rename pipe formats. | José Fonseca | |
2010-03-01 | dri: Rename pipe formats. | José Fonseca | |
2010-03-01 | translate: Rename pipe formats. | José Fonseca | |
2010-03-01 | draw: Rename pipe formats. | José Fonseca | |
2010-03-01 | util: Rename pipe formats. | José Fonseca | |
2010-03-01 | gallium: Standardize on the LSB->MSB notation. | José Fonseca | |
Less confusing, and seems to gather more consensus. Below are the sed commands used. This and following commits are the result of applying this too to the whole tree, plus manual whitespaces fixes. s/\<PIPE_FORMAT_A8R8G8B8_UNORM\>/ASDGFSJKDGSDFGSJDFGREKT/g s/\<PIPE_FORMAT_B8G8R8A8_UNORM\>/PIPE_FORMAT_A8R8G8B8_UNORM/g s/\<ASDGFSJKDGSDFGSJDFGREKT\>/PIPE_FORMAT_B8G8R8A8_UNORM/g s/\<PIPE_FORMAT_X8R8G8B8_UNORM\>/ASDGFSJKDGSDFGSJDFGREKT/g s/\<PIPE_FORMAT_B8G8R8X8_UNORM\>/PIPE_FORMAT_X8R8G8B8_UNORM/g s/\<ASDGFSJKDGSDFGSJDFGREKT\>/PIPE_FORMAT_B8G8R8X8_UNORM/g s/\<PIPE_FORMAT_R8G8B8A8_UNORM_REV\>/PIPE_FORMAT_A8B8G8R8_UNORM/g s/\<PIPE_FORMAT_R8G8B8X8_UNORM\>/PIPE_FORMAT_X8B8G8R8_UNORM/g s/\<PIPE_FORMAT_A1R5G5B5_UNORM\>/PIPE_FORMAT_B5G5R5A1_UNORM/g s/\<PIPE_FORMAT_A4R4G4B4_UNORM\>/PIPE_FORMAT_B4G4R4A4_UNORM/g s/\<PIPE_FORMAT_R5G6B5_UNORM\>/PIPE_FORMAT_B5G6R5_UNORM/g s/\<PIPE_FORMAT_A2B10G10R10_UNORM\>/PIPE_FORMAT_R10G10B10A2_UNORM/g s/\<PIPE_FORMAT_A8L8_UNORM\>/PIPE_FORMAT_L8A8_UNORM/g s/\<PIPE_FORMAT_A8L8_SRGB\>/PIPE_FORMAT_L8A8_SRGB/g s/\<PIPE_FORMAT_R8G8B8A8_SRGB\>/PIPE_FORMAT_A8B8G8R8_SRGB/g s/\<PIPE_FORMAT_R8G8B8X8_SRGB\>/PIPE_FORMAT_X8B8G8R8_SRGB/g s/\<PIPE_FORMAT_A8R8G8B8_SRGB\>/ASDGFSJKDGSDFGSJDFGREKT/g s/\<PIPE_FORMAT_B8G8R8A8_SRGB\>/PIPE_FORMAT_A8R8G8B8_SRGB/g s/\<ASDGFSJKDGSDFGSJDFGREKT\>/PIPE_FORMAT_B8G8R8A8_SRGB/g s/\<PIPE_FORMAT_X8R8G8B8_SRGB\>/ASDGFSJKDGSDFGSJDFGREKT/g s/\<PIPE_FORMAT_B8G8R8X8_SRGB\>/PIPE_FORMAT_X8R8G8B8_SRGB/g s/\<ASDGFSJKDGSDFGSJDFGREKT\>/PIPE_FORMAT_B8G8R8X8_SRGB/g s/\<PIPE_FORMAT_A8B8G8R8_SNORM\>/PIPE_FORMAT_R8G8B8A8_SNORM/g s/\<PIPE_FORMAT_X8B8G8R8_SNORM\>/PIPE_FORMAT_R8G8B8X8_SNORM/g s/\<PIPE_FORMAT_X8UB8UG8SR8S_NORM\>/PIPE_FORMAT_R8SG8SB8UX8U_NORM/g s/\<PIPE_FORMAT_B6UG5SR5S_NORM\>/PIPE_FORMAT_R5SG5SB6U_NORM/g s/\<PIPE_FORMAT_S8Z24_UNORM\>/ASDGFSJKDGSDFGSJDFGREKT/g s/\<PIPE_FORMAT_Z24S8_UNORM\>/PIPE_FORMAT_S8Z24_UNORM/g s/\<ASDGFSJKDGSDFGSJDFGREKT\>/PIPE_FORMAT_Z24S8_UNORM/g s/\<PIPE_FORMAT_X8Z24_UNORM\>/ASDGFSJKDGSDFGSJDFGREKT/g s/\<PIPE_FORMAT_Z24X8_UNORM\>/PIPE_FORMAT_X8Z24_UNORM/g s/\<ASDGFSJKDGSDFGSJDFGREKT\>/PIPE_FORMAT_Z24X8_UNORM/g s/\<PIPE_FORMAT_YCBCR\>/PIPE_FORMAT_UYVY/g s/\<PIPE_FORMAT_YCBCR_REV\>/PIPE_FORMAT_YUYV/g | |||
2010-03-01 | r300: Remove PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca | |
PIPE_FORMAT_R8G8B8A8_SNORM already listed. | |||
2010-03-01 | softpipe: Advertise PIPE_FORMAT_R8G8B8A8_SNORM instead. | José Fonseca | |
2010-03-01 | util: Remove PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca | |
2010-03-01 | gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca | |
Its actually an alias for PIPE_FORMAT_R8G8B8A8_SNORM. | |||
2010-03-01 | util: Generate linear<->sRGB conversion tables. | Michal Krol | |
2010-03-01 | identity: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | failover: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | i965g: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | i915g: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | cell: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | r300g: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | llvmpipe: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | softpipe: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | svga: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | trace: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | vega: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | vega: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | xorg: adapt to new vertex element cso | Roland Scheidegger | |
2010-03-01 | gallium/docs: document new vertex element cso interface | Roland Scheidegger | |
2010-03-01 | vl: adapt to new vertex element cso interface | Roland Scheidegger | |
2010-03-01 | util: adapt blitter code to new vertex element cso | Roland Scheidegger | |
The interface of util_draw_vertex_buffer looks a bit odd (calling code has to set vertex elements but not vertex buffers) but due to the way cso state handling generally works (can't re-bind original vertex element state easily there) I guess that's ok for now. | |||
2010-03-01 | tgsi: Cleanup exec code for CLAMP, CMP and CND. | Michal Krol | |
2010-03-01 | util: Fix PIPE_FORMAT_R8G8B8_SRGB swizzles. | José Fonseca | |
The only user of PIPE_FORMAT_R8G8B8_SRGB is mesa, which per src/mesa/main/texstore.c interprets it as R8 G8 B8 and not the other way around. | |||
2010-03-01 | xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate. | José Fonseca | |
2010-03-01 | r300: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate. | José Fonseca | |
2010-03-01 | i915g: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate. | José Fonseca | |
2010-03-01 | util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate. | José Fonseca | |
2010-03-01 | gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM. | José Fonseca | |
PIPE_FORMAT_R8G8B8A8_UNORM now means just R8 G8 B8 A8 PIPE_FORMAT_R8G8B8A8_UNORM_REV means A8 B8 G8 R8 And the thumb rule is vertex buffers refer to PIPE_FORMAT_R8G8B8A8_UNORM, while textures refer to PIPE_FORMAT_R8G8B8A8_UNORM_REV. PIPE_FORMAT_R8G8B8A8_UNORM_REV is just a temporary name. | |||
2010-03-01 | util: Fix PIPE_FORMAT_R8G8B8_UNORM description and notes. | José Fonseca | |
There is actually no ambiguity in use -- it is always used as R8 G8 B8 | |||
2010-03-01 | r300: Save viewport and clip states before invoking blitter. | Michal Krol | |
2010-03-01 | util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal. | Michal Krol | |
Not tested. | |||
2010-03-01 | r300g: Conversion to to winsys handle | Jakob Bornecrantz | |
2010-03-01 | svga: Conversion to winsys handle | Jakob Bornecrantz | |
2010-03-01 | i965g: Conversion to winsys handle | Jakob Bornecrantz | |
2010-03-01 | i915g: Conversion to winsys handle | Jakob Bornecrantz | |