summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-30progs/trivial: add dlist-flat-tri.cKeith Whitwell2-0/+172
2009-06-30mesa/dlist: invalidate cached dlist compile state after CallListKeith Whitwell1-16/+24
2009-06-30progs/trivial: add dlist-recursive-callKeith Whitwell2-0/+191
2009-06-30dlist-tri-flat-tri: make tri render differently if flatshade not enabledKeith Whitwell1-1/+3
2009-06-30Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuitKeith Whitwell15-272/+345
2009-06-30progs/trivial: add test case for lighting plus per-vertex materialsKeith Whitwell2-0/+150
2009-06-30progs/isosurf: add materials mode for glVertex + TRISTRIPKeith Whitwell1-5/+20
2009-06-30mesa: remove whitespaceKeith Whitwell1-108/+108
2009-06-30mesa: remove dead constant pointsize code from ffvertex_prog.cKeith Whitwell1-17/+0
2009-06-30mesa: remove dead vertex fog code from ffvertex_prog.cKeith Whitwell1-84/+3
2009-06-30mesa: fix material inputs in ffvertex_prog.cKeith Whitwell1-39/+15
2009-06-30mesa: fix transform_points_3d_no_rot using undefined values in %xmm0Arthur HUILLET2-0/+2
2009-06-30glx: plug a leakKristof Ralovich1-0/+2
2009-06-30glx: fix null pointer dereference segfault (bug 22546)Brian Paul1-1/+1
2009-06-30progs/util: make sure function pointers are initializedKeith Whitwell1-1/+6
2009-06-30mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.José Fonseca2-9/+22
2009-06-30util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca1-1/+3
2009-06-30gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca3-7/+18
2009-06-30progs/trivial: test case for dlist statechange eliminationKeith Whitwell2-0/+170
2009-06-30mesa/dlist: restore missing SAVE_FLUSH_VERTICES in save_ShadeModelKeith Whitwell1-0/+1
2009-06-30mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell4-4/+4
2009-06-30mesa: add debug printer for primitive nameKeith Whitwell2-0/+28
2009-06-30progs/glsl: link with GLEW libraryBrian Paul1-1/+1
2009-06-30mesa/dlist: shortcircuit some redundant statechanges at compile timeKeith Whitwell2-19/+51
2009-06-29intel: added null ptr checkBrian Paul1-1/+1
2009-06-29progs/glsl: link with GLEW libraryBrian Paul1-1/+1
2009-06-29progs/util: make sure function pointers are initializedKeith Whitwell1-1/+6
2009-06-29progs/glsl: compile with scons and glewKeith Whitwell27-1/+106
2009-06-29scons: Don't raise an exception when DXSDK is not found.José Fonseca1-5/+3
2009-06-28scons: Disable optimizations only for gcc-4.2José Fonseca1-2/+4
2009-06-28scons: Use -Bsymbolic linker option.José Fonseca1-0/+5
2009-06-26docs: detect when too many varying vars are usedmesa_7_5_rc4Brian Paul1-0/+1
2009-06-26glsl: check number of varying variables against the limitBrian Paul1-4/+9
2009-06-26docs: fix typos, remove old text from relnotes fileBrian Paul1-9/+2
2009-06-26docs: bring over news updates from 7.4 branchBrian Paul1-0/+15
2009-06-26docs: bring in 7.4.3 and 7.4.4 release notes, newsBrian Paul3-0/+149
2009-06-26docs: increase max varying vars to 16Brian Paul1-0/+1
2009-06-26mesa: raise MAX_VARYING (number of shader varying vars) to 16Brian Paul1-1/+1
2009-06-26intel / DRI2: Additional flush of fake front-buffer to real front-bufferIan Romanick1-0/+11
2009-06-26mesa: bump version to 7.5-rc4Brian Paul2-2/+2
2009-06-26docs: document for/continue bug fixBrian Paul1-0/+1
2009-06-26cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul1-0/+2
2009-06-26softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul1-0/+2
2009-06-26gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul1-0/+1
2009-06-26glsl: move/simplify error checking for 'return' statementsBrian Paul1-22/+14
2009-06-26glsl: overhaul 'return' statement handlingBrian Paul3-215/+212
2009-06-26glsl: predicate assignments according to __returnFlagBrian Paul1-4/+29
2009-06-26glsl: added slang_variable::is_global fieldBrian Paul1-0/+1
2009-06-26glsl: silence a problem warningBrian Paul1-1/+2
2009-06-26glsl: code refactoring for return statementsBrian Paul1-70/+88