Age | Commit message (Expand) | Author |
2010-03-29 | r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC. | José Fonseca |
2010-03-29 | util: Distinguish between the different compression formats. | José Fonseca |
2010-03-29 | softpipe: Map GS constants, too. | Michal Krol |
2010-03-29 | r300g: print configurable debugging info on non-debug builds | Marek Olšák |
2010-03-28 | swrast: Remove unnecessary header. | Vinson Lee |
2010-03-28 | progs: Comment out gallium/raw/SConscript from progs/SConscript. | Vinson Lee |
2010-03-28 | progs/raw: add note about accessing utility functions | Keith Whitwell |
2010-03-28 | ws/xlib: Call XFlush after PutImage | Keith Whitwell |
2010-03-28 | gallium: new raw gallium interface to support standalone tests | Keith Whitwell |
2010-03-28 | aux/tgsi: fix some minor glitches in string routines | Keith Whitwell |
2010-03-28 | st/python: updates for recent interface changes | Keith Whitwell |
2010-03-28 | drisw: probably better hack for stride and some comments | George Sapountzis |
2010-03-28 | util: Update MSDN links. | José Fonseca |
2010-03-28 | gallium/docs: fix formatting mistakes in d3d11ddi.txt | Luca Barbieri |
2010-03-28 | gallium/docs: add comparison between Gallium and Direct3D 11 DDI interfaces | Luca Barbieri |
2010-03-28 | r300g: handle TGSI_OPCODE_RET as END | Marek Olšák |
2010-03-27 | r300g: disable cliprects | Marek Olšák |
2010-03-27 | drisw: update comment | George Sapountzis |
2010-03-27 | r300g: print errors even on non-debug builds | Marek Olšák |
2010-03-28 | egl: Make _eglBindContextToSurfaces more readable. | Chia-I Wu |
2010-03-28 | egl: Always return the previously bound context. | Chia-I Wu |
2010-03-27 | drisw: add comment to libGL about stride | George Sapountzis |
2010-03-27 | drisw: make stride issue profound | George Sapountzis |
2010-03-27 | identity: Add id_drm.c to SCons build. | Vinson Lee |
2010-03-27 | st/egl: Fix missing symbols. | Chia-I Wu |
2010-03-27 | r300g: fix macrotiling for non-square textures | Mathias Fröhlich |
2010-03-27 | glx: try swrastg_dri, if swrast_dri fails | George Sapountzis |
2010-03-27 | r300g: Make SWTCL clear work again. | Corbin Simpson |
2010-03-26 | r300g: Remove unnecessary header. | Vinson Lee |
2010-03-26 | gallium: Fix Windows SCons build. | Vinson Lee |
2010-03-26 | st/dri: Fix SCons build. | Vinson Lee |
2010-03-26 | gallium/llvmpipe: add PROGS target/rule to Makefile.template | Chris Li |
2010-03-26 | auto detect llvm version | Chris Li |
2010-03-26 | rtasm: Silence gnu_printf format warnings. | Vinson Lee |
2010-03-26 | Merge branch '7.8' | Michel Dänzer |
2010-03-26 | dri/swrast: Fix frontbuffer rendering. | Michel Dänzer |
2010-03-26 | dri/swrast: Fix missed conversion of one pixel pointer increment. | Michel Dänzer |
2010-03-26 | swrastg: allow for any of the software rasterizers. | George Sapountzis |
2010-03-26 | dri/common: add comment about DRISW wrt DRI1 / DRI2 | George Sapountzis |
2010-03-26 | st/dri: add comment about the ifdef in dri_screen.c | George Sapountzis |
2010-03-26 | st/dri: factor out common init_screen code | George Sapountzis |
2010-03-26 | st/dri mv __driDriverExtensions to drisw.c and dri2.c | George Sapountzis |
2010-03-26 | st/dri: fold dri_extensions.c into dri_context.c | George Sapountzis |
2010-03-26 | mesa: only call _mesa_update_state() when necessary in glGet functions | Brian Paul |
2010-03-26 | swrastg: Use llvmpipe if built but only on scons | Jakob Bornecrantz |
2010-03-26 | swrastg: Build with scons | Jakob Bornecrantz |
2010-03-26 | gallium: Fix DRI driver build warnings under scons | Jakob Bornecrantz |
2010-03-26 | svga/drm: Fix build under scons | Jakob Bornecrantz |
2010-03-26 | svga: Fix typo in configure script | Xavier Chantry |
2010-03-26 | r300/compiler: Lower CMP for vertex programs. | Corbin Simpson |