summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-28progs: Comment out gallium/raw/SConscript from progs/SConscript.Vinson Lee
2010-03-28progs/raw: add note about accessing utility functionsKeith Whitwell
2010-03-28ws/xlib: Call XFlush after PutImageKeith Whitwell
2010-03-28gallium: new raw gallium interface to support standalone testsKeith Whitwell
2010-03-28aux/tgsi: fix some minor glitches in string routinesKeith Whitwell
2010-03-28st/python: updates for recent interface changesKeith Whitwell
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis
2010-03-28util: Update MSDN links.José Fonseca
2010-03-28gallium/docs: fix formatting mistakes in d3d11ddi.txtLuca Barbieri
2010-03-28gallium/docs: add comparison between Gallium and Direct3D 11 DDI interfacesLuca Barbieri
2010-03-28r300g: handle TGSI_OPCODE_RET as ENDMarek Olšák
2010-03-27r300g: disable cliprectsMarek Olšák
2010-03-27progs/tests: Remove duplicate texcompress2 in SConscript.Vinson Lee
2010-03-27drisw: update commentGeorge Sapountzis
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák
2010-03-27i965g: Add brw_winsys_debug.c to SCons build.Vinson Lee
2010-03-27identity: Add id_drm.c to SCons build.Vinson Lee
2010-03-28egl: Make _eglBindContextToSurfaces more readable.Chia-I Wu
2010-03-28egl: Always return the previously bound context.Chia-I Wu
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-27identity: Add id_drm.c to SCons build.Vinson Lee
2010-03-27st/egl: Fix missing symbols.Chia-I Wu
2010-03-27mesa: move/update hash function commentsBrian Paul
2010-03-27mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()Brian Paul
2010-03-27r300g: fix macrotiling for non-square texturesMathias Fröhlich
2010-03-27glx: try swrastg_dri, if swrast_dri failsGeorge Sapountzis
2010-03-27r300g: Make SWTCL clear work again.Corbin Simpson
2010-03-26r300g: Remove unnecessary header.Vinson Lee
2010-03-26gallium: Fix Windows SCons build.Vinson Lee
2010-03-26st/dri: Fix SCons build.Vinson Lee
2010-03-26gallium/llvmpipe: add PROGS target/rule to Makefile.templateChris Li
2010-03-26auto detect llvm versionChris Li
2010-03-26rtasm: Silence gnu_printf format warnings.Vinson Lee
2010-03-26Merge branch '7.8'Michel Dänzer
2010-03-26dri/swrast: Fix frontbuffer rendering.Michel Dänzer
2010-03-26dri/swrast: Fix missed conversion of one pixel pointer increment.Michel Dänzer
2010-03-26swrastg: allow for any of the software rasterizers.George Sapountzis
2010-03-26dri/common: add comment about DRISW wrt DRI1 / DRI2George Sapountzis
2010-03-26st/dri: add comment about the ifdef in dri_screen.cGeorge Sapountzis
2010-03-26st/dri: factor out common init_screen codeGeorge Sapountzis
2010-03-26st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis
2010-03-26st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis
2010-03-26mesa: only call _mesa_update_state() when necessary in glGet functionsBrian Paul
2010-03-26swrastg: Use llvmpipe if built but only on sconsJakob Bornecrantz
2010-03-26swrastg: Build with sconsJakob Bornecrantz
2010-03-26gallium: Fix DRI driver build warnings under sconsJakob Bornecrantz
2010-03-26svga/drm: Fix build under sconsJakob Bornecrantz
2010-03-26svga: Fix typo in configure scriptXavier Chantry
2010-03-26r300/compiler: Lower CMP for vertex programs.Corbin Simpson