summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie
2009-11-23Merge commit 'origin/mesa_7_7_branch'Maciej Cencora
2009-11-22r300: fix VP source conflict resolution on 64-bit machinesMaciej Cencora
2009-11-22r300: fix SIN/COS/SCS instructions for R300 fpMaciej Cencora
2009-11-20Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-11-18r300: allow disabling s3tc support if libtxc_dxtn is availableMaciej Cencora
2009-11-18Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer
2009-11-14radeon: rework mipmap treeMaciej Cencora
2009-11-14radeon: rework mipmap tree reference countingMaciej Cencora
2009-11-14r300: fix regression introduced in 1d5a06a1f7812c055db1d724e40d21a0e3686dd1Maciej Cencora
2009-11-14radeon/r300: don't flush cmdbuf if not necessaryMaciej Cencora
2009-11-14radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora
2009-11-14r300: add missing texformatMaciej Cencora
2009-11-14r300: remove unneeded includesMaciej Cencora
2009-11-11r300, r300g: Add missing registers.Corbin Simpson
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-21radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-19r300: fix texture size handling with size > 2048Mathias Fröhlich
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-10-16mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul
2009-10-16r300: fix vertex program parameters limitsMaciej Cencora
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
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-05drivers: don't include texformat.hBrian Paul
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-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-27drivers: use more mesa format functionsBrian Paul
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