summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-26st/dri: factor out common init_screen codeGeorge Sapountzis5-56/+67
2010-03-26st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis3-15/+15
2010-03-26st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis7-58/+13
2010-03-26mesa: only call _mesa_update_state() when necessary in glGet functionsBrian Paul2-544/+594
2010-03-26swrastg: Use llvmpipe if built but only on sconsJakob Bornecrantz3-9/+34
2010-03-26swrastg: Build with sconsJakob Bornecrantz6-0/+106
2010-03-26gallium: Fix DRI driver build warnings under sconsJakob Bornecrantz10-87/+117
2010-03-26svga/drm: Fix build under sconsJakob Bornecrantz1-1/+1
2010-03-26svga: Fix typo in configure scriptXavier Chantry1-1/+1
2010-03-26r300/compiler: Lower CMP for vertex programs.Corbin Simpson1-0/+41
2010-03-26Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson6-61/+13
2010-03-26nv50: fix FACE semantic check in FP input slot assignmentsChristoph Bumiller1-1/+1
2010-03-25rtasm: Fix typos in comments.Vinson Lee1-3/+3
2010-03-25identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-26progs/gallium: Add trivial gallium demosJakob Bornecrantz4-0/+671
2010-03-26draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz6-10/+33
2010-03-26draw: Use translate function instead of switch casesJakob Bornecrantz6-144/+56
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz30-351/+354
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz27-15/+15
2010-03-26st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz37-77/+95
2010-03-25Merge branch '7.8'Brian Paul7-24/+93
2010-03-25Revert "llvmpipe: optimize the lp_setup_fence() function"Brian Paul1-20/+6
2010-03-25llvmpipe: disable an assertionBrian Paul1-1/+1
2010-03-25glapi: return int = 0 from NoOpGeneric()Brian Paul1-1/+2
2010-03-25gallium: Add propper sanity checks in configure.acJakob Bornecrantz1-47/+46
2010-03-25glslcompiler: Fix build.Vinson Lee1-6/+2
2010-03-25st/dri: Don't include sw vs drm dri headersJakob Bornecrantz2-0/+6
2010-03-25st/dri: Add dri2 prefix for all dri2.c functionsJakob Bornecrantz4-25/+25
2010-03-25configure:ac add swrastg_driGeorge Sapountzis1-6/+4
2010-03-25st/dri: add TODO list for DRISWGeorge Sapountzis1-0/+30
2010-03-25swrastg_dri: hack for loader hardcoded strideGeorge Sapountzis1-3/+25
2010-03-25swrastg_dri: add winsys and targetGeorge Sapountzis5-0/+369
2010-03-25swrastg_dri: add state_trackerGeorge Sapountzis9-1/+34
2010-03-25st/dri: add driswGeorge Sapountzis6-0/+400
2010-03-25st/dri: add dri_wrapper.hGeorge Sapountzis6-6/+14
2010-03-25st/dri: export DRI1 surface / pipeGeorge Sapountzis9-90/+218
2010-03-25st/dri: split out DRI2 codeGeorge Sapountzis9-370/+476
2010-03-25st/dri: make get_texture into validate_attGeorge Sapountzis3-23/+26
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri2George Sapountzis1-17/+40
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri1George Sapountzis3-25/+37
2010-03-25st/dri: minor cosmetic for buffersGeorge Sapountzis1-14/+17
2010-03-25st/dri: minor cosmetic for screenGeorge Sapountzis1-20/+27
2010-03-25st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis3-8/+13
2010-03-25drisw_util: add fields for gallium swrast_driGeorge Sapountzis2-0/+16
2010-03-25r300g/radeong: fix scons buildJoakim Sindholt2-6/+3
2010-03-25Merge branch 'gallium-targets'Jakob Bornecrantz124-421/+312
2010-03-25gallium: Fix libgl-xlib path to sw xlib winsysJakob Bornecrantz1-1/+1
2010-03-25r300g: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-24progs/glsl: Fix vsraytrace GLSL compilation error.Vinson Lee1-1/+1
2010-03-24progs/glsl: Add raytracing demos to SCons build.Vinson Lee1-0/+2