summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2009-10-07r300compiler: fix scons build againJoakim Sindholt
2009-10-07Merge branch 'master' into r300g-glslNicolai Hähnle
2009-10-06r300/compiler: Fix R300 vertex program dumpsNicolai Hähnle
2009-10-06r300/compiler: Fix yet another regression in register allocationNicolai Hähnle
2009-10-06r300/compiler: Fix a really stupid logic inversion in the generic dataflow codeNicolai Hähnle
2009-10-06r300/compiler: Fix regression in pair schedulingNicolai Hähnle
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05r300g: fix scons buildJoakim Sindholt
2009-10-04r300/compiler Add support for more of the Sxx set instructionsNicolai Hähnle
2009-10-04r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle
2009-10-04r300/compiler: Refactor to allow different instruction typesNicolai Hähnle
2009-10-04r300/compiler: Introduce aluresult register for branch operation supportNicolai Hähnle
2009-10-03r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle
2009-10-03Merge branch 'master' into r300-compilerNicolai Hähnle
2009-10-03r300: Workaround problem on R500 with very large fragment programsNicolai Hähnle
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-23r300: fallback to software rendering if we are out of free texcoordsMaciej Cencora
2009-09-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-22r300: Fix crash reported in bug #24066Nicolai Hähnle
2009-09-21r300: fix a typoMaciej Cencora
2009-09-21r300: fix a typoMaciej Cencora
2009-09-21Merge branch 'master' into r300-compilerNicolai Hähnle
2009-09-21Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-09-21r300: Zero-initialize register for NV_vertex_programNicolai Hähnle
2009-09-21r300: Fix handling of NV_vertex_program parametersNicolai Hähnle
2009-09-21Merge branch 'mesa_7_6_branch'Michel Dänzer
2009-09-20r300/compiler: Fix trig instructions in R300 fpNicolai Hähnle
2009-09-20Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-20r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle
2009-09-16radeon: cleanup compile defines mess.Dave Airlie
2009-09-10r300: enable rb3d_discard_src_pixel_lte_threshold for more chips on dri2Alex Deucher
2009-09-10r300: add full support for two sided stencil on r5xx for dri2Alex Deucher
2009-09-06Merge branch 'master' into r300-compilerNicolai Hähnle
2009-09-06r300/compiler: New dataflow structures and passesNicolai Hähnle
2009-09-04r300: Add support for GL_EXT_provoking_vertexAlex Deucher
2009-09-01r300/compiler: fix warning due to no newlineDave Airlie
2009-08-31r300: Convert to shared debug code.Pauli Nieminen
2009-08-31radeon: Add common debugging functions.Pauli Nieminen
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle
2009-08-30r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle
2009-08-29r300: Disable threshold register for KMS.Pauli Nieminen
2009-08-29r300: Swtcl prediction was still missing scissors.Pauli Nieminen
2009-08-29r300: Add missing pre_emit_count to swtcl state size prediction.Pauli Nieminen
2009-08-29radeon: Fix swtcl emit pediction.Pauli Nieminen
2009-08-28radeon: fix scissors harder.Dave Airlie
2009-08-28r300: Fix emit prediction to account scissor emitting correctly.Pauli Nieminen
2009-08-27r300: Cleanup reported native program limitsNicolai Hähnle
2009-08-27r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle
2009-08-27radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen