summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-23gallium: Handle non-NULL data pointer in EXA ModifyPixmapHeader hook.Michel Dänzer
2009-04-23gallium: Make the intel xorg winsys start up with any Intel chipset.Michel Dänzer
2009-04-23gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer
2009-04-23gallium: Always include xorg-server.h before other X server headers.Michel Dänzer
2009-04-23gallium: Fix up xorg state tracker build.Michel Dänzer
2009-04-22mesa: minor state-update changes in histogram codeBrian Paul
2009-04-22mesa: fix comment typoBrian Paul
2009-04-22gallium: license, copyrightBrian Paul
2009-04-22st: comments, license, copyrightBrian Paul
2009-04-22mesa: fix _mesa_dump_textures(), add null ptr checkBrian Paul
2009-04-22mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger
2009-04-22st: also check _NEW_PROGRAM flag for vertex shader constant buffersBrian Paul
2009-04-22gallium: Reinstate unconditional flushes.Thomas Hellstrom
2009-04-22mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell
2009-04-21st: play it safe for now and check _NEW_PROGRAM for shader const buffer atomBrian Paul
2009-04-21swrast: simplify state update logic for fragment shader const buffersBrian Paul
2009-04-21st: use the static atoms[] array directlyBrian Paul
2009-04-21st: do away with dynamic state atom for const buffersBrian Paul
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul
2009-04-21mesa: print internal.current[i] attribBrian Paul
2009-04-21mesa: print parameter list dirty state flag maskBrian Paul
2009-04-21i965: const correctnessBrian Paul
2009-04-21Update GALLIUM_AUXILIARY_DIRS in configure.ac to match configs/default.Michel Dänzer
2009-04-21r300: r300 hw doesn't support any input modifiers in tex instsMaciej Cencora
2009-04-21r300-gallium: Fix CS size mismatchMathias Gottschlag
2009-04-21demos: check that GL version is 2.0 or higherBrian Paul
2009-04-21st: report GL_OUT_OF_MEMORY instead of assertingBrian Paul
2009-04-21trivial/tri-viewport: add keys for frustrum/ortho and z coordinateKeith Whitwell
2009-04-21trivial/tri-viewport: add more out-of-bounds background quadsKeith Whitwell
2009-04-21trivial/tri_viewport: add space==reset keyKeith Whitwell
2009-04-21trivial/tri_viewport: add width/height keysKeith Whitwell
2009-04-20softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul
2009-04-20swrast: fix pointer arithmetic error in get_texel_array()Brian Paul
2009-04-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca
2009-04-20wgl: Don't implement broken gl_dispatch_stub_xxx.José Fonseca
2009-04-20mesa: Correct the gl_dispatch_stub_xxx prototypes.José Fonseca
2009-04-20mesa: Handle failure to create a transfer.José Fonseca
2009-04-20mesa/progs: fix scons build after recent demo movesKeith Whitwell
2009-04-20trivial/tri-viewport.c - add guide lines, more triangles, make interactiveKeith Whitwell
2009-04-20st: assert on pipe_buffer_create failureKeith Whitwell
2009-04-20tests/mipmap_view: add linear/nearest keyKeith Whitwell
2009-04-20util: don't set unused blend stateKeith Whitwell
2009-04-20trace: Add initializer for static variablesJakob Bornecrantz
2009-04-20r300: fix register-negate branch merge regressionMaciej Cencora
2009-04-20gallium: Fix glDraw/CopyPixels fragment program leak.Michel Dänzer
2009-04-19trace: Enable dumping to be turned on and offJakob Bornecrantz
2009-04-19st: Wait to create bitmap transfer until neededJakob Bornecrantz
2009-04-19autoconf: Build gallium softpipe when driver=xlibJakob Bornecrantz
2009-04-19progs/demos: Update ignoreJakob Bornecrantz