summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-24i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul1-5/+9
2009-04-24demos: ensure display lists are destroyed for next generationAlan Hourihane1-0/+4
2009-04-24pipebuffer: don't fail when validating mapped buffersKeith Whitwell1-4/+5
2009-04-24shadowtex: fflush stdout for cygwinKeith Whitwell1-0/+2
2009-04-24util: Add more entry points for dumping to bmpJakob Bornecrantz2-18/+43
2009-04-24demos/readpix: add option to draw triangle instead of drawpixKeith Whitwell1-5/+62
2009-04-24tests/mipmap_view: add a bunch of keystrokes for testing render-to-textureKeith Whitwell1-48/+219
2009-04-24i965: fix point size issueRoland Scheidegger1-1/+1
2009-04-23mesa: more informative error messagesBrian Paul1-6/+10
2009-04-23i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul1-2/+2
2009-04-23i915: fix fix for anisotropic filteringRoland Scheidegger1-2/+7
2009-04-23i965: Support drawing to FBO cube faces other than positive X.Eric Anholt1-7/+11
2009-04-23intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt2-5/+4
2009-04-23gallium: Handle non-NULL data pointer in EXA ModifyPixmapHeader hook.Michel Dänzer1-0/+14
2009-04-23gallium: Make the intel xorg winsys start up with any Intel chipset.Michel Dänzer1-6/+3
2009-04-23gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer5-8/+41
2009-04-23gallium: Always include xorg-server.h before other X server headers.Michel Dänzer2-0/+2
2009-04-23gallium: Fix up xorg state tracker build.Michel Dänzer2-3/+0
2009-04-22mesa: minor state-update changes in histogram codeBrian Paul1-5/+2
2009-04-22mesa: fix comment typoBrian Paul1-1/+1
2009-04-22gallium: license, copyrightBrian Paul2-0/+62
2009-04-22st: comments, license, copyrightBrian Paul1-0/+32
2009-04-22mesa: fix _mesa_dump_textures(), add null ptr checkBrian Paul1-2/+3
2009-04-22mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul1-3/+9
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger5-3/+7
2009-04-22st: also check _NEW_PROGRAM flag for vertex shader constant buffersBrian Paul1-1/+1
2009-04-22gallium: Reinstate unconditional flushes.Thomas Hellstrom2-0/+4
2009-04-22mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell2-8/+8
2009-04-21st: play it safe for now and check _NEW_PROGRAM for shader const buffer atomBrian Paul1-1/+1
2009-04-21swrast: simplify state update logic for fragment shader const buffersBrian Paul1-25/+2
2009-04-21st: use the static atoms[] array directlyBrian Paul2-20/+8
2009-04-21st: do away with dynamic state atom for const buffersBrian Paul2-29/+4
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul5-10/+43
2009-04-21mesa: print internal.current[i] attribBrian Paul1-2/+7
2009-04-21mesa: print parameter list dirty state flag maskBrian Paul1-0/+1
2009-04-21i965: const correctnessBrian Paul1-49/+49
2009-04-21Update GALLIUM_AUXILIARY_DIRS in configure.ac to match configs/default.Michel Dänzer1-1/+1
2009-04-21r300: r300 hw doesn't support any input modifiers in tex instsMaciej Cencora1-2/+1
2009-04-21r300-gallium: Fix CS size mismatchMathias Gottschlag1-1/+5
2009-04-21demos: check that GL version is 2.0 or higherBrian Paul1-0/+8
2009-04-21st: report GL_OUT_OF_MEMORY instead of assertingBrian Paul1-4/+4
2009-04-21trivial/tri-viewport: add keys for frustrum/ortho and z coordinateKeith Whitwell1-43/+77
2009-04-21trivial/tri-viewport: add more out-of-bounds background quadsKeith Whitwell1-1/+27
2009-04-21trivial/tri_viewport: add space==reset keyKeith Whitwell1-1/+3
2009-04-21trivial/tri_viewport: add width/height keysKeith Whitwell1-18/+49
2009-04-20softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul1-2/+2
2009-04-20swrast: fix pointer arithmetic error in get_texel_array()Brian Paul1-2/+1
2009-04-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca1-77/+0
2009-04-20wgl: Don't implement broken gl_dispatch_stub_xxx.José Fonseca2-117/+0
2009-04-20mesa: Correct the gl_dispatch_stub_xxx prototypes.José Fonseca2-49/+47