summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-10-30intel: fix up some XRGB breakageBrian Paul
2009-10-30mesa: fix inverted buffer object testBrian Paul
2009-10-30mesa: fix incorrect format info for MESA_FORMAT_SL8Brian Paul
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-29mesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRGB8888Brian Paul
2009-10-29r600: remove the no rrb messagesAlex Deucher
2009-10-29r600: Add support for ARB_depth_clampAlex Deucher
2009-10-29intel: remove memcpy_get_tex_image() codeBrian Paul
2009-10-29mesa: lift memcpy_get_tex_image() code from intel driver into core MesaBrian Paul
2009-10-29mesa: refactor _mesa_get_teximage() codeBrian Paul
2009-10-29i965: indentation fixBrian Paul
2009-10-29i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul
2009-10-29i965: make brw_wm_prog_key a little smallerBrian Paul
2009-10-29i915: Fix 1D texture mapping in the t coordinate.Eric Anholt
2009-10-29i915: Correct and make use of the defines for 32-bit depth texture modes.Eric Anholt
2009-10-29i965: avoid shader translation on window resizeBrian Paul
2009-10-29i965: define, use BRW_MAX_DRAW_BUFFERSBrian Paul
2009-10-29i965: remove unused varBrian Paul
2009-10-29i965: don't use context state in emit_fb_write()Brian Paul
2009-10-29i965: use macros to get/set prog_instruction::Aux fieldBrian Paul
2009-10-29i965: minor code reformattingBrian Paul
2009-10-29mesa: Add MESA_FORMAT_Z24_X8.José Fonseca
2009-10-29i915: Implement min/max LOD clamping with the hardware.Eric Anholt
2009-10-29i965: Replace a MIN(MAX()) with CLAMP().Eric Anholt
2009-10-29intel: check for single memcpy() in memcpy_get_tex_image()Brian Paul
2009-10-29i965: Fix fallout from ARB_depth_clamp enablement that broke glDepthRange.Eric Anholt
2009-10-29mesa: Mostly fix swrast's ARB_depth_clamp support.Eric Anholt
2009-10-29intel: Don't bother MI_FLUSHing on glFlush in the DRI2 case.Eric Anholt
2009-10-29intel: Clean up merge leftover from the DRI2 swap throttling.Eric Anholt
2009-10-29intel: remove debug codeBrian Paul
2009-10-29mesa: consolidate some code in _mesa_GetCompressedTexImageARB()Brian Paul
2009-10-29intel: added fast memcpy path for glGetTexImage()Brian Paul
2009-10-29mesa: move pixels==NULL check in glGetTexImage()Brian Paul
2009-10-29mesa: consolidate some code in _mesa_GetTexImage()Brian Paul
2009-10-29mesa: move, clean-up _mesa_print_texture()Brian Paul
2009-10-29mesa: fix some tests in subtexture_error_check2()Brian Paul
2009-10-29mesa: remove unneedded is_srgb_teximage() functionBrian Paul
2009-10-29glsl: make shader substitution a little betterBrian Paul
2009-10-29st/mesa: fix PIPE_FORMAT_X8Z24 <> MESA_FORMAT_X8_Z24 conversionDavid Heidelberger
2009-10-29st/mesa: Add conversion from PIPE_FORMAT_X8Z24_UNORM to MESA_FORMAT_S8_Z24.David Heidelberger
2009-10-29st/mesa: Fix nouveau glxinfo after merging texformat-rework.David Heidelberger
2009-10-29mesa: move declaration to prevent unused var warningBrian Paul
2009-10-29mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu
2009-10-29mesa/main: Make FEATURE_texture_s3tc follow feature conventions.Chia-I Wu
2009-10-29mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.Chia-I Wu
2009-10-29mesa/main: Never return NULL in _mesa_get_texstore_func.Chia-I Wu
2009-10-29radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()Brian Paul
2009-10-28swrast: added bracesChia-I Wu
2009-10-28mesa: remove old, unused #defineBrian Paul
2009-10-28mesa: re-remove s3v and trident driver filesBrian Paul