summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2009-11-09r600: don't emit htile regsAlex Deucher1-4/+2
2009-11-09r600: add missing ZPASS setup bits for r7xx+Alex Deucher2-0/+6
2009-11-07mesa: move code after declbrian1-1/+2
2009-11-06i965: Use Compr4 instruction compression mode on G4X and newer.Eric Anholt3-17/+29
2009-11-06i965: Share min/max between brw_wm_emit.c and brw_wm_glsl.cEric Anholt3-60/+72
2009-11-06i965: Share emit_fb_write() between brw_wm_emit.c and brw_wm_glsl.cEric Anholt4-127/+40
2009-11-06i965: Share most of the WM functions between brw_wm_glsl.c and brw_wm_emit.cEric Anholt3-297/+109
2009-11-06i965: Share math functions between brw_wm_glsl.c and brw_wm_emit.c.Eric Anholt3-221/+111
2009-11-06i965: Share the sop opcodes between brw_wm_glsl.c and brw_wm_emit.c.Eric Anholt3-74/+29
2009-11-06i965: Share OPCODE_MAD between brw_wm_glsl.c and brw_wm_emit.cEric Anholt3-30/+13
2009-11-06i965: Share the DP3, DP4, and DPH between brw_wm_glsl.c and brw_wm_emit.cEric Anholt3-99/+33
2009-11-06i965: Add generic GLSL code for unaliasing a 3-arg opcode, and share LRP code.Eric Anholt3-45/+71
2009-11-06i965: Use a normal alu1 emit for OPCODE_TRUNC.Eric Anholt2-34/+2
2009-11-06i965: Share basic ALU ops between brw_wm_glsl and brw_wm_emit.cEric Anholt3-117/+38
2009-11-06i965: Collect GLSL src/dst regs up in generic code.Eric Anholt2-7/+17
2009-11-06mesa: Reduce the source channels considered in optimization passes.Eric Anholt1-1/+40
2009-11-06mesa: Fix remove_instructions to successfully remove when removeFlags[0].Eric Anholt1-0/+6
2009-11-06mesa: Add an optimization path to remove use of pointless MOVs.Eric Anholt1-1/+83
2009-11-06mesa: Fix up the remove_dead_code pass to operate on a channel basis.Eric Anholt1-28/+56
2009-11-06intel: better front color buffer test in intelClear()Brian Paul1-2/+3
2009-11-06i965: Always pass the size argument to brw_cache_data.Eric Anholt6-57/+21
2009-11-06intel: Finish removing the fallback code for bug #16697.Eric Anholt1-6/+2
2009-11-06intel: Don't validate in a texture image used as a render target.Eric Anholt3-11/+15
2009-11-06mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()Eric Anholt1-0/+4
2009-11-06intel: Clean up some extra struct indirection in finalize.Eric Anholt1-2/+1
2009-11-06intel: Use _mesa_get_current_tex_object() to clean up TFP path.Eric Anholt1-4/+4
2009-11-06intel: Remove duplicated arguments from intel_miptree_match_image().Eric Anholt3-10/+7
2009-11-06i965: Remove an XXX comment for testing some code that seems to work.Eric Anholt1-1/+0
2009-11-06intel: Remove obsolete comment about GEM in the spans code.Eric Anholt1-1/+0
2009-11-06intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt7-51/+37
2009-11-06Make a convenient int for what chipset generation we're on.Eric Anholt5-9/+20
2009-11-06Merge branch 'mesa_7_6_branch'Ian Romanick8-570/+508
2009-11-06ARB prog parser: Regenerate parser from previous commits.Ian Romanick1-242/+268
2009-11-06ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...Ian Romanick2-4/+6
2009-11-06ARB prog parser: Release strings returned from the lexer that don't need to b...Ian Romanick1-1/+27
2009-11-06Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick5-337/+207
2009-11-06intel: call intel_check_front_buffer_rendering() in intelClear()Brian Paul1-0/+3
2009-11-06mesa: Export S3_s3tc as well.José Fonseca1-0/+1
2009-11-06mesa: Translate MAP_UNSYNCHRONIZED_BIT.José Fonseca1-0/+3
2009-11-05xmesa: pass pixmap to clip_for_xgetimage()Brian Paul1-4/+4
2009-11-05mesa: fix infinite loop bug in _mesa_drawbuffers()Brian Paul1-1/+2
2009-11-04mesa: added cast to silence warningBrian Paul1-1/+1
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul9-191/+191
2009-11-04vbo: fix out-of-bounds array accessBrian Paul3-1/+11
2009-11-04mesa: fix broken pack_histogram() case for GLhalfBrian Paul1-3/+4
2009-11-04mesa: silence warning from gcc 4.4.1Brian Paul1-2/+2
2009-11-04ARB prog parser: include variable name in error textBrian Paul3-468/+749
2009-11-04r600: rework draw functionsAlex Deucher1-64/+134
2009-11-04r600: fix count prediction for IB caseAlex Deucher1-1/+1
2009-11-04Fix YTILE spantmp functionsAlan Hourihane1-2/+2