Age | Commit message (Expand) | Author |
2009-12-22 | radeon/r600: use new libdrm_radeon api | Dave Airlie |
2009-12-21 | radeon/r600: use new libdrm_radeon api | Dave Airlie |
2009-12-19 | r300: minor blit rework | Maciej Cencora |
2009-12-19 | r300: better fix for glCopyTexSubImage | Maciej Cencora |
2009-12-16 | r300: Fix typo on < R5xx RS setup for blits. | Michel Dänzer |
2009-12-13 | r300: enable accelerated support for glCopyTexImage only under KMS | Maciej Cencora |
2009-12-13 | r300: fix regression introduced by da73c1ed | Maciej Cencora |
2009-12-13 | r300: fix glCopyTexSubImage | Maciej Cencora |
2009-12-12 | r300: disable blit debugging info | Maciej Cencora |
2009-12-12 | r300: emit number of used colorbuffers to pass radeon cs checker | Maciej Cencora |
2009-12-12 | r300: setup render target format for r300/r400 cards too | Maciej Cencora |
2009-12-12 | r300: finish blit support for r300 | Maciej Cencora |
2009-12-12 | more blit fixes | Maciej Cencora |
2009-12-12 | blit WIP | Maciej Cencora |
2009-12-12 | r300: use accelerated emit for CopyTex[Sub]Image functions | Maciej Cencora |
2009-12-12 | r300: accelerated blit support | Maciej Cencora |
2009-12-12 | r300: fix wrong assertion | Maciej Cencora |
2009-12-12 | r300: export translateTexFormat function | Maciej Cencora |
2009-12-12 | r300: refactor PVS code and constants emission | Maciej Cencora |
2009-12-12 | r300: refactor R500 fragment program emission | Maciej Cencora |
2009-12-12 | r300: refactor color buffer setup | Maciej Cencora |
2009-12-12 | r300: use _mesa_meta_Clear for buffer clears | Maciej Cencora |
2009-12-12 | r300: minor texture code refactoring | Maciej Cencora |
2009-12-05 | radeon: Only get DRI2 front buffer information for glXBindTexImageEXT. | Michel Dänzer |
2009-12-02 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz |
2009-12-02 | Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state... | Dave Airlie |
2009-11-24 | radeon/r200/r300/r600: make bo mapping be explicit | Dave Airlie |
2009-11-23 | Merge commit 'origin/mesa_7_7_branch' | Maciej Cencora |
2009-11-22 | r300: fix VP source conflict resolution on 64-bit machines | Maciej Cencora |
2009-11-22 | r300: fix SIN/COS/SCS instructions for R300 fp | Maciej Cencora |
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 |