summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2009-10-30intel: fix up some XRGB breakageBrian Paul
2009-10-30Add --with-dri-searchpath argumentChow Loong Jin
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian 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-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-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-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-29intel: added fast memcpy path for glGetTexImage()Brian Paul
2009-10-29radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()Brian Paul
2009-10-28mesa: re-remove s3v and trident driver filesBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-28r600: add occlusion query supportAlex Deucher
2009-10-28intel: Fix memory leak in case of renderbuffer bad formatVinson Lee
2009-10-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-28intel: Fix memory leak in event of mip tree allocation failureVinson Lee
2009-10-27intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt
2009-10-27intel: added region draw_x/y offsets in x/y_tile_swizzle() funcsBrian Paul
2009-10-27radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()Brian Paul
2009-10-27intel: silence warningBrian Paul
2009-10-27via: silence unused var warningsBrian Paul
2009-10-27intel: minor clean-up, commentsBrian Paul
2009-10-27intel: use _mesa_get_current_tex_unit() helperBrian Paul
2009-10-27mesa: s/Bilt/BlitBrian Paul
2009-10-27intel: fix comment, formattingBrian Paul
2009-10-27intel: fix src offset bug in do_copy_texsubimage()Brian Paul
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt
2009-10-27i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul
2009-10-27Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"Brian Paul
2009-10-27intel: fix GL state bugs in intel_texture_bitmap()Brian Paul
2009-10-27intel: fix src offset bug in do_copy_texsubimage()Brian Paul
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt
2009-10-27i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul