summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* r300: Use C-style comments.Vinson Lee2010-01-031-15/+15
* r300: Silence 'mixed declarations and code' warnings.Vinson Lee2010-01-031-4/+7
* r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+2
* r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+3
* radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-225-1/+5
* r300: fix depth texturesMaciej Cencora2009-12-111-3/+3
* Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie2009-12-021-2/+1
* r300: fix VP source conflict resolution on 64-bit machinesMaciej Cencora2009-11-221-1/+1
* r300: fix SIN/COS/SCS instructions for R300 fpMaciej Cencora2009-11-221-5/+5
* r300: allow disabling s3tc support if libtxc_dxtn is availableMaciej Cencora2009-11-181-3/+3
* Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora2009-11-187-36/+20
|\
| * radeon: rework mipmap treeMaciej Cencora2009-11-143-12/+4
| * radeon: rework mipmap tree reference countingMaciej Cencora2009-11-142-17/+8
| * r300: fix regression introduced in 1d5a06a1f7812c055db1d724e40d21a0e3686dd1Maciej Cencora2009-11-141-1/+1
| * radeon/r300: don't flush cmdbuf if not necessaryMaciej Cencora2009-11-141-1/+5
| * radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora2009-11-141-1/+2
| * r300: add missing texformatMaciej Cencora2009-11-141-0/+1
| * r300: remove unneeded includesMaciej Cencora2009-11-143-5/+0
* | radeon: FBO fixes for big endian.Michel Dänzer2009-11-171-0/+15
|/
* r300, r300g: Add missing registers.Corbin Simpson2009-11-111-0/+2
* Merge branch 'texformat-rework'Brian Paul2009-10-284-18/+17
|\
| * mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-3/+0
| * radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-211-1/+1
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-4/+6
| * drivers: don't include texformat.hBrian Paul2009-10-053-3/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-4/+4
| * drivers: use more mesa format functionsBrian Paul2009-09-272-3/+6
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-4/+4
* | 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
| |\|