summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-03-26draw: Use translate function instead of switch casesJakob Bornecrantz
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz
2010-03-26st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz
2010-03-25Merge branch '7.8'Brian Paul
2010-03-25Revert "llvmpipe: optimize the lp_setup_fence() function"Brian Paul
2010-03-25llvmpipe: disable an assertionBrian Paul
2010-03-25glapi: return int = 0 from NoOpGeneric()Brian Paul
2010-03-25glslcompiler: Fix build.Vinson Lee
2010-03-25st/dri: Don't include sw vs drm dri headersJakob Bornecrantz
2010-03-25st/dri: Add dri2 prefix for all dri2.c functionsJakob Bornecrantz
2010-03-25st/dri: add TODO list for DRISWGeorge Sapountzis
2010-03-25swrastg_dri: hack for loader hardcoded strideGeorge Sapountzis
2010-03-25swrastg_dri: add winsys and targetGeorge Sapountzis