Age | Commit message (Expand) | Author |
2009-11-20 | Merge remote branch 'origin/mesa_7_7_branch' | Dave Airlie |
2009-11-19 | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt |
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt |
2009-11-18 | r300: allow disabling s3tc support if libtxc_dxtn is available | Maciej Cencora |
2009-11-18 | Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branch | Maciej Cencora |
2009-11-17 | radeon: FBO fixes for big endian. | Michel Dänzer |
2009-11-14 | radeon: rework mipmap tree | Maciej Cencora |
2009-11-14 | radeon: rework mipmap tree reference counting | Maciej Cencora |
2009-11-14 | r300: fix regression introduced in 1d5a06a1f7812c055db1d724e40d21a0e3686dd1 | Maciej Cencora |
2009-11-14 | radeon/r300: don't flush cmdbuf if not necessary | Maciej Cencora |
2009-11-14 | radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ... | Maciej Cencora |
2009-11-14 | r300: add missing texformat | Maciej Cencora |
2009-11-14 | r300: remove unneeded includes | Maciej Cencora |
2009-11-11 | r300, r300g: Add missing registers. | Corbin Simpson |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-25 | mesa: choose texture format in core mesa, not drivers | Brian Paul |
2009-10-23 | mesa: Enable remap table in core. | Chia-I Wu |
2009-10-21 | radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24 | Brian Paul |
2009-10-19 | Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes... | Alex Deucher |
2009-10-19 | r300: fix texture size handling with size > 2048 | Mathias Fröhlich |
2009-10-16 | mesa: lift default symlinks target into Makefile.template | Brian Paul |
2009-10-16 | mesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler | Brian Paul |
2009-10-16 | r300: fix vertex program parameters limits | Maciej Cencora |
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul |
2009-10-07 | r300compiler: fix scons build again | Joakim Sindholt |
2009-10-07 | Merge branch 'master' into r300g-glsl | Nicolai Hähnle |
2009-10-06 | r300/compiler: Fix R300 vertex program dumps | Nicolai Hähnle |
2009-10-06 | r300/compiler: Fix yet another regression in register allocation | Nicolai Hähnle |
2009-10-06 | r300/compiler: Fix a really stupid logic inversion in the generic dataflow code | Nicolai Hähnle |
2009-10-06 | r300/compiler: Fix regression in pair scheduling | Nicolai Hähnle |
2009-10-05 | drivers: don't include texformat.h | Brian Paul |
2009-10-05 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-10-05 | r300g: fix scons build | Joakim Sindholt |
2009-10-04 | r300/compiler Add support for more of the Sxx set instructions | Nicolai Hähnle |
2009-10-04 | r300/compiler: Emit flow control instructions and ALU result writes on R500 | Nicolai Hähnle |
2009-10-04 | r300/compiler: Refactor the radeon_pair code to support control flow instruct... | Nicolai Hähnle |
2009-10-04 | r300/compiler: Refactor to allow different instruction types | Nicolai Hähnle |
2009-10-04 | r300/compiler: Introduce aluresult register for branch operation support | Nicolai Hähnle |
2009-10-03 | r300/compiler: Introduce control flow instructions and refactor dataflow | Nicolai Hähnle |
2009-10-03 | Merge branch 'master' into r300-compiler | Nicolai Hähnle |
2009-10-03 | r300: Workaround problem on R500 with very large fragment programs | Nicolai Hähnle |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-09-27 | drivers: use more mesa format functions | Brian Paul |
2009-09-24 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-23 | r300: fallback to software rendering if we are out of free texcoords | Maciej Cencora |
2009-09-22 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-22 | r300: Fix crash reported in bug #24066 | Nicolai Hähnle |
2009-09-21 | r300: fix a typo | Maciej Cencora |
2009-09-21 | r300: fix a typo | Maciej Cencora |
2009-09-21 | Merge branch 'master' into r300-compiler | Nicolai Hähnle |