summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Merge remote branch 'origin/master' into arb_geometry_shader4arb_geometry_shader4Zack Rusin13-334/+263
2009-11-27r300g,llvmpipe: fix some more merge problemsRoland Scheidegger1-2/+2
2009-11-27Merge branch 'width0'Roland Scheidegger1-27/+21
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-27/+21
2009-11-23r300g: use util_bitcount()Brian Paul1-17/+2
2009-11-21r300g: Build fix.Corbin Simpson1-1/+1
2009-11-21r300g: do not reallocate r300_vertex_info and r300_rs_block all the timeMarek Olšák2-24/+20
2009-11-21r300g: clean up vs/fs tabsMarek Olšák2-94/+25
2009-11-20r300g: silence warningsMarek Olšák2-2/+4
2009-11-20r300g: fix typo in r300_reg.h to prevent the RS unit from doing random thingsMarek Olšák2-15/+13
2009-11-20r300g: fix updating a vertex formatMarek Olšák2-2/+5
2009-11-20r300g: add texture lod clampingMarek Olšák5-5/+23
2009-11-20r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson6-174/+110
2009-11-20r300g: emit R300_TEX_ENABLE to indicate there are no textures boundMarek Olšák2-2/+15
2009-11-20r300g: remove variant states from emit_state_invariantMarek Olšák1-3/+1
2009-11-20r300g: Texrect factor cleanup.Corbin Simpson1-10/+14
2009-11-20r300g: fix rectangle textures on r3xxMarek Olšák2-2/+28
2009-11-20r300g: Clean up bitcounting function.Corbin Simpson1-5/+10
2009-11-20r300g: Use MAX3 and MIN3.Corbin Simpson2-4/+1
2009-11-20r300g: set better values in the R300_VAP_CNTL registerMarek Olšák1-5/+28
2009-11-16Merge remote branch 'origin/master' into arb_geometry_shader4Zack Rusin19-347/+926
2009-11-11r300, r300g: Add missing registers.Corbin Simpson1-3/+5
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-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-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-04r300g: add polygon modeMarek Olšák5-3/+67
2009-11-04r300g: fix the size of CS when emitting the fragprog constant bufferMarek Olšák1-1/+1
2009-11-04r300g: set the correct offset in a colorbuffer surfaceMarek Olšák1-8/+9