summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2010-03-25swrastg_dri: add state_trackerGeorge Sapountzis
2010-03-25st/dri: add driswGeorge Sapountzis
2010-03-25st/dri: add dri_wrapper.hGeorge Sapountzis
2010-03-25st/dri: export DRI1 surface / pipeGeorge Sapountzis
2010-03-25st/dri: split out DRI2 codeGeorge Sapountzis
2010-03-25st/dri: make get_texture into validate_attGeorge Sapountzis
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri2George Sapountzis
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri1George Sapountzis
2010-03-25st/dri: minor cosmetic for buffersGeorge Sapountzis
2010-03-25st/dri: minor cosmetic for screenGeorge Sapountzis
2010-03-25st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis
2010-03-25drisw_util: add fields for gallium swrast_driGeorge Sapountzis
2010-03-25r300g/radeong: fix scons buildJoakim Sindholt
2010-03-25Merge branch 'gallium-targets'Jakob Bornecrantz
2010-03-25gallium: Fix libgl-xlib path to sw xlib winsysJakob Bornecrantz
2010-03-25r300g: Remove unnecessary header.Vinson Lee
2010-03-24llvmpipe: fix up some questionable fence codeBrian Paul
2010-03-24llvmpipe: optimize the lp_setup_fence() functionBrian Paul
2010-03-24llvmpipe: call lp_fence_signal()Brian Paul