summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-27drisw: update commentGeorge Sapountzis
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák
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-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-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-26r300/compiler: Lower CMP for vertex programs.Corbin Simpson
2010-03-26Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson
2010-03-26nv50: fix FACE semantic check in FP input slot assignmentsChristoph Bumiller
2010-03-25rtasm: Fix typos in comments.Vinson Lee
2010-03-25identity: Remove unnecessary header.Vinson Lee
2010-03-25i965: Fix readpixels from ReadBuffer != DrawBuffer.Eric Anholt
2010-03-25i965: Fix inversion for glCopyPixels to/from FBOs.Eric Anholt
2010-03-25intel: Rely on allocated region pitch for the miptree pitch.Eric Anholt
2010-03-25intel: Remove extra tiling setting after allocating a tiled region.Eric Anholt
2010-03-25intel: Respect src pitch in _mesa_copy_rect().Eric Anholt
2010-03-26draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz