aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/gl: Add stubs for CompressedTexSubImage[1D|3D]Jakob Bornecrantz2009-06-301-0/+27
* st/gl: Add support for glCompressedTexSubImageJakob Bornecrantz2009-06-301-0/+58
* progs/tests: Add tests for glCompressedTexSubImageJakob Bornecrantz2009-06-306-9/+4269
* util: Increase OutputDebugStringA to 4k.José Fonseca2009-07-011-4/+2
* mesa: Unbind depth/stencil surface from pipe_framebuffer when none is attached.José Fonseca2009-07-011-0/+2
* st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell2009-07-014-0/+63
* gallium: fix the front face semanticsZack Rusin2009-07-016-20/+60
* wgl: Optimize wglGetProcAddress.José Fonseca2009-07-011-6/+6
* i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt2009-06-301-1/+4
* xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAYJon TURNEY2009-06-304-5/+6
* mesa/vbo: fix compile and replay of nodes ending in a FALLBACKKeith Whitwell2009-06-303-13/+187
* progs/trivial: add test case for lighting plus per-vertex materialsKeith Whitwell2009-06-302-0/+150
* progs/isosurf: add materials mode for glVertex + TRISTRIPKeith Whitwell2009-06-301-5/+20
* mesa: remove whitespaceKeith Whitwell2009-06-301-108/+108
* mesa: remove dead constant pointsize code from ffvertex_prog.cKeith Whitwell2009-06-301-17/+0
* mesa: remove dead vertex fog code from ffvertex_prog.cKeith Whitwell2009-06-301-84/+3
* mesa: fix material inputs in ffvertex_prog.cKeith Whitwell2009-06-301-39/+15
* mesa: fix transform_points_3d_no_rot using undefined values in %xmm0Arthur HUILLET2009-06-302-0/+2
* glx: plug a leakKristof Ralovich2009-06-301-0/+2
* glx: fix null pointer dereference segfault (bug 22546)Brian Paul2009-06-301-1/+1
* progs/util: make sure function pointers are initializedKeith Whitwell2009-06-301-1/+6
* mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.José Fonseca2009-06-302-9/+22
* util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca2009-06-301-1/+3
* gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca2009-06-303-7/+18
* intel: added null ptr checkBrian Paul2009-06-291-1/+1
* progs/glsl: link with GLEW libraryBrian Paul2009-06-291-1/+1
* progs/glsl: compile with scons and glewKeith Whitwell2009-06-2927-1/+106
* scons: Don't raise an exception when DXSDK is not found.José Fonseca2009-06-291-5/+3
* scons: Disable optimizations only for gcc-4.2José Fonseca2009-06-281-2/+4
* scons: Use -Bsymbolic linker option.José Fonseca2009-06-281-0/+5
* docs: detect when too many varying vars are usedmesa_7_5_rc4Brian Paul2009-06-261-0/+1
* glsl: check number of varying variables against the limitBrian Paul2009-06-261-4/+9
* docs: fix typos, remove old text from relnotes fileBrian Paul2009-06-261-9/+2
* docs: bring over news updates from 7.4 branchBrian Paul2009-06-261-0/+15
* docs: bring in 7.4.3 and 7.4.4 release notes, newsBrian Paul2009-06-263-0/+149
* docs: increase max varying vars to 16Brian Paul2009-06-261-0/+1
* mesa: raise MAX_VARYING (number of shader varying vars) to 16Brian Paul2009-06-261-1/+1
* intel / DRI2: Additional flush of fake front-buffer to real front-bufferIan Romanick2009-06-261-0/+11
* mesa: bump version to 7.5-rc4Brian Paul2009-06-262-2/+2
* docs: document for/continue bug fixBrian Paul2009-06-261-0/+1
* cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
* softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
* gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul2009-06-261-0/+1
* glsl: move/simplify error checking for 'return' statementsBrian Paul2009-06-261-22/+14
* glsl: overhaul 'return' statement handlingBrian Paul2009-06-263-215/+212
* glsl: predicate assignments according to __returnFlagBrian Paul2009-06-261-4/+29
* glsl: added slang_variable::is_global fieldBrian Paul2009-06-261-0/+1
* glsl: silence a problem warningBrian Paul2009-06-261-1/+2
* glsl: code refactoring for return statementsBrian Paul2009-06-261-70/+88
* glsl: fix assorted regressions related to early-return-removalBrian Paul2009-06-262-14/+35