summaryrefslogtreecommitdiff
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-09llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca3-12/+15
2009-11-09nv50: clarify data for method 0x121cChristoph Bumiller1-5/+6
2009-11-08r300g: Fix up SW TCL rendering functions.Corbin Simpson2-20/+53
2009-11-08r300g: Protect against possibly missing Draw pointer.Corbin Simpson1-18/+29
2009-11-08r300g: Unify context names for counts.Corbin Simpson6-14/+19
2009-11-08r300g: Enable PSC/RS dump with new debugging flags.Corbin Simpson1-12/+16
2009-11-08r300g: Fix is_buffer_referenced.Corbin Simpson1-2/+5
2009-11-08r300g: Fix build error on old compilers.Corbin Simpson1-3/+3
2009-11-07prog parse: Handle GL_VERTEX_PROGRAM_ARB in glLoadProgramNVIan Romanick1-1/+13
2009-11-07prog parse: Handle GL_VERTEX_PROGRAM_NV in glProgramStringARBIan Romanick1-1/+23
2009-11-07prog parse: Handle GL_FRAGMENT_PROGRAM_ARB in glLoadProgramNVIan Romanick1-0/+15
2009-11-07prog parse: Handle GL_FRAGMENT_PROGRAM_NV in glProgramStringARBIan Romanick1-5/+15
2009-11-07r300g: Organize inlined state.Corbin Simpson1-36/+36
2009-11-07r300g: DCE.Corbin Simpson2-27/+2
2009-11-07r300g: Minor code cleanup to avoid confusion.Corbin Simpson1-2/+1
2009-11-07r300g: Remove do-nothing functions.Corbin Simpson1-12/+0
2009-11-07r300g: Remove faulty assert.Corbin Simpson1-3/+1
2009-11-07Merge branch 'r300g-vbo'Corbin Simpson13-113/+446
2009-11-07r300g: Be more verbose in what's killing us WRT vert formats.Corbin Simpson1-4/+12
2009-11-07r300g: Comments.Corbin Simpson2-6/+11
2009-11-07r300g: Don't assert on oversized VBOs, just return FALSE.Corbin Simpson1-4/+12
2009-11-07r300g: Moar vbo cleanup.Corbin Simpson1-8/+12
2009-11-07r300g: s/false/FALSE/Corbin Simpson2-9/+9
2009-11-07r300g: Clean up indexbuf render, switch to RELOC macro.Corbin Simpson1-15/+17
2009-11-07r300g: Clean up r300_setup_vertex_buffers.Corbin Simpson1-15/+13
2009-11-07r300g: Don't pass hw_prim around in the context.Corbin Simpson5-81/+74
2009-11-07r300g: Use common state funcs for translating vert formats.Corbin Simpson1-72/+6
2009-11-07r300g: don't hang GPU on misbehaving appsMaciej Cencora1-0/+6
2009-11-07r300g: VBOs WIPMaciej Cencora10-109/+477
2009-11-07r300g: add missing flushMaciej Cencora1-0/+2
2009-11-07r300g: enable CS dumpingMaciej Cencora1-2/+2
2009-11-07r300g: move vborender context function to seperate fileMaciej Cencora2-1/+6
2009-11-07i915g: Fix comment in is buffer referencedJakob Bornecrantz1-7/+3
2009-11-07mesa: move code after declbrian1-1/+2
2009-11-07nv50: enable all 32 threads of a warpChristoph Bumiller1-1/+3
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-06st/xorg: implement batching for the composite opZack Rusin4-90/+161