summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2009-11-04r600: rework draw functionsAlex Deucher
2009-11-04r600: fix count prediction for IB caseAlex Deucher
2009-11-04Fix YTILE spantmp functionsAlan Hourihane
2009-11-03Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-03intel: avoid unnecessary front buffer flushing/updatingBrian Paul
2009-11-02mesa: use _mesa_get_current_tex_object()Brian Paul
2009-11-02r600: implement LOG op in compilerPierre Ossman
2009-11-02r600: implement EXP op in compilerPierre Ossman
2009-10-31radeon: add missing includeDave Airlie
2009-10-31radeon: use _mesa_get_current_tex_unitDave Airlie
2009-10-30intel: Use GTT mapping when available for swrast.Eric Anholt
2009-10-30intel: Fix up z24_x8 depth spans since the texformat merge.Eric Anholt
2009-10-30i965: Add an index assert on get_fp_inst array like other compiler arrays.Eric Anholt
2009-10-30i965: Fix BRW_WM_MAX_INSN to reflect current limits.Eric Anholt
2009-10-30intel: Set the texture format in the TFP path.Eric Anholt
2009-10-30r600: remove duplicate lineAlex Deucher
2009-10-30r600: fill in some missing tex formatsAlex Deucher
2009-10-30r600: fix a warning, update commentsAlex Deucher
2009-10-30r600: use AUTO_INDEX for draw - saves cmd buffer spaceAndre Maasikas
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