summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_6_branch' of git+ssh://[email protected]/git/mes...Alex Deucher2009-10-192-13/+19
|\
| * r300: fix texture size handling with size > 2048Mathias Fröhlich2009-10-191-6/+14
| * r300: fix vertex program parameters limitsMaciej Cencora2009-10-161-7/+5
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-2/+0
* | mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul2009-10-161-6/+4
* | r300compiler: fix scons build againJoakim Sindholt2009-10-071-1/+8
* | Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-073-5/+58
|\ \
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-052-5/+28
| |\|
| | * r300: Workaround problem on R500 with very large fragment programsNicolai Hähnle2009-10-032-5/+28
| * | r300g: fix scons buildJoakim Sindholt2009-10-051-0/+30
* | | r300/compiler: Fix R300 vertex program dumpsNicolai Hähnle2009-10-061-1/+1
* | | r300/compiler: Fix yet another regression in register allocationNicolai Hähnle2009-10-061-0/+1
* | | r300/compiler: Fix a really stupid logic inversion in the generic dataflow codeNicolai Hähnle2009-10-061-1/+1
* | | r300/compiler: Fix regression in pair schedulingNicolai Hähnle2009-10-061-3/+25
* | | r300/compiler Add support for more of the Sxx set instructionsNicolai Hähnle2009-10-041-1/+61
* | | r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle2009-10-048-15/+183
* | | r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle2009-10-0416-1009/+1524
* | | r300/compiler: Refactor to allow different instruction typesNicolai Hähnle2009-10-0415-427/+433
* | | r300/compiler: Introduce aluresult register for branch operation supportNicolai Hähnle2009-10-047-15/+154
* | | r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle2009-10-0314-776/+431
* | | Merge branch 'master' into r300-compilerNicolai Hähnle2009-10-033-3/+32
|\| |
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-2/+16
| |\|
| | * r300: fallback to software rendering if we are out of free texcoordsMaciej Cencora2009-09-231-2/+16
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-221-0/+15
| |\|
| | * r300: Fix crash reported in bug #24066Nicolai Hähnle2009-09-221-0/+15
| | * r300: fix a typoMaciej Cencora2009-09-211-1/+1
| * | r300: fix a typoMaciej Cencora2009-09-211-1/+1
* | | Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-2111-42/+119
|\| |
| * | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-09-213-6/+61
| |\|
| | * r300: Zero-initialize register for NV_vertex_programNicolai Hähnle2009-09-212-0/+32
| | * r300: Fix handling of NV_vertex_program parametersNicolai Hähnle2009-09-211-6/+29
| * | Merge branch 'mesa_7_6_branch'Michel Dänzer2009-09-211-9/+9
| |\|
| | * r300/compiler: Fix trig instructions in R300 fpNicolai Hähnle2009-09-201-9/+9
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-201-1/+1
| |\|
| | * r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle2009-09-201-1/+1
| * | radeon: cleanup compile defines mess.Dave Airlie2009-09-162-16/+1
| * | r300: enable rb3d_discard_src_pixel_lte_threshold for more chips on dri2Alex Deucher2009-09-101-5/+1
| * | r300: add full support for two sided stencil on r5xx for dri2Alex Deucher2009-09-104-4/+46
* | | Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-0615-56/+82
|\| |
| * | r300: Add support for GL_EXT_provoking_vertexAlex Deucher2009-09-043-4/+12
| |/
| * r300/compiler: fix warning due to no newlineDave Airlie2009-09-011-1/+2
| * r300: Convert to shared debug code.Pauli Nieminen2009-08-3110-51/+66
| * radeon: Add common debugging functions.Pauli Nieminen2009-08-312-0/+2
* | r300/compiler: New dataflow structures and passesNicolai Hähnle2009-09-0624-717/+1486
* | r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-3027-1218/+2129
* | r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle2009-08-307-30/+101
|/
* r300: Disable threshold register for KMS.Pauli Nieminen2009-08-291-1/+2
* r300: Swtcl prediction was still missing scissors.Pauli Nieminen2009-08-291-2/+3
* r300: Add missing pre_emit_count to swtcl state size prediction.Pauli Nieminen2009-08-291-3/+4
* radeon: Fix swtcl emit pediction.Pauli Nieminen2009-08-291-28/+35