summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer
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
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