summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.Eric Anholt2009-07-201-1/+2
* i965: fix fetching constants from constant buffer in glsl pathRoland Scheidegger2009-07-044-17/+16
* i965: Remove bad constant buffer constant-reg-already-loaded optimization.Eric Anholt2009-07-041-13/+11
* i965: handle OPCODE_SWZ in the glsl pathRoland Scheidegger2009-06-221-0/+1
* i965: fix 1D texture borders with GL_CLAMP_TO_BORDERRobert Ellison2009-06-171-0/+10
* i965: fix segfault on low memory conditionsRobert Ellison2009-06-171-0/+7
* i956: Make state dependency of SF on drawbuffer bounds match Mesa's.Eric Anholt2009-06-171-2/+5
* i965: Fix varying payload reg assignment for the non-GLSL-instructions path.Eric Anholt2009-06-171-8/+10
* i965: Fix register allocation of GLSL fp inputs.Eric Anholt2009-06-174-13/+27
* i965: fix bugs in projective texture coordinatesBrian Paul2009-06-165-20/+54
* i965: only upload constant buffer data when we actually need the const bufferBrian Paul2009-04-276-17/+17
* i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul2009-04-241-5/+9
* i965: fix point size issueRoland Scheidegger2009-04-241-1/+1
* i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul2009-04-231-2/+2
* i965: Support drawing to FBO cube faces other than positive X.Eric Anholt2009-04-231-7/+11
* intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt2009-04-231-2/+2
* intel: fix max anisotropy supportedRoland Scheidegger2009-04-222-1/+3
* i965: const correctnessBrian Paul2009-04-211-49/+49
* i965: use region width, height in brw_update_renderbuffer_surface()Brian Paul2009-04-181-2/+2
* i915: fix broken indirect constant buffer readsBrian Paul2009-04-173-51/+40
* i965: updated CURBE allocation codeBrian Paul2009-04-173-8/+15
* Merge branch 'register-negate'Brian Paul2009-04-165-16/+15
|\
| * mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-145-16/+15
* | intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-14/+34
* | i965: disable using immediate values for MOV instructionsBrian Paul2009-04-161-1/+3
* | i965: minor debug output changesBrian Paul2009-04-161-3/+3
* | i965: const buffer debug code (disabled)Brian Paul2009-04-161-0/+12
* | i965: implement relative addressing for VS constant buffer readsBrian Paul2009-04-163-59/+115
* | i965: handle address reg in get_dst()Brian Paul2009-04-161-0/+4
* | i965: fix const buffer temp register clobberingBrian Paul2009-04-161-7/+18
* | i965: Clean up output of WM SS state dump, and add format output.Eric Anholt2009-04-151-3/+17
|/
* i965: fix VS constant buffer readsBrian Paul2009-04-143-35/+25
* i965: checkpoint commit: VS constant buffersBrian Paul2009-04-1411-91/+477
* i965: remove unused varBrian Paul2009-04-101-1/+0
* i965: clean-up in prepare_wm_surfaces()Brian Paul2009-04-101-8/+4
* i965: added null const_buffer pointer check in update_constant_buffer()Brian Paul2009-04-101-1/+1
* i965: re-org of some of the new constant buffer codeBrian Paul2009-04-094-48/+81
* i965: new SURF_INDEX_ macrosBrian Paul2009-04-095-40/+49
* i965: free shader's constant buffer in brwDeleteProgram()Brian Paul2009-04-091-0/+6
* i965: set BRW_MASK_DISABLE flag in "send" instruction in brw_dp_READ_4()Brian Paul2009-04-081-1/+2
* i965: clean-ups, debug code in brw_wm_glsl.cBrian Paul2009-04-081-34/+15
* i965: init current_const[i].index = -1Brian Paul2009-04-081-3/+4
* i965: move the fetch_constants() call before setting conditional mod stateBrian Paul2009-04-081-4/+4
* i965: Use GTT maps when available to upload vertex arrays and system VBOs.Eric Anholt2009-04-061-18/+48
* i965: remove unused varBrian Paul2009-04-031-1/+0
* i965: more const buffer debug codeBrian Paul2009-04-031-50/+84
* i965: added brw_same_reg()Brian Paul2009-04-031-0/+7
* i965: s/GL_FALSE/BRW_COMPRESSION_NONE/Brian Paul2009-04-031-1/+1
* i965: another checkpoint commit of new constant buffer supportBrian Paul2009-04-032-65/+115
* i965: fix response length param in brw_dp_READ_4()Brian Paul2009-04-031-1/+1