23089 次程式碼提交 (6c913411d39fd68eee1c1eeee7b6e81db9785fd1)
 

作者 SHA1 備註 提交日期
  Keith Whitwell 6c913411d3 st/wgl: dummy implementation of wgl swapinterval extension 16 年之前
  Zack Rusin 1c04731b87 gallium: fix the front face semantics 16 年之前
  José Fonseca e8c4663c11 wgl: Optimize wglGetProcAddress. 16 年之前
  Eric Anholt c72261f2a8 i915: Fix assertion failure on remapping a non-BO-backed VBO. 16 年之前
  Jon TURNEY 57955451f8 xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAY 16 年之前
  Keith Whitwell e5cb11adda mesa/vbo: fix compile and replay of nodes ending in a FALLBACK 16 年之前
  Keith Whitwell 6af783bea0 progs/trivial: add test case for lighting plus per-vertex materials 16 年之前
  Keith Whitwell a9ae89d104 progs/isosurf: add materials mode for glVertex + TRISTRIP 16 年之前
  Keith Whitwell 6dfb89e4a0 mesa: remove whitespace 16 年之前
  Keith Whitwell cea259f039 mesa: remove dead constant pointsize code from ffvertex_prog.c 16 年之前
  Keith Whitwell 79047cc1dd mesa: remove dead vertex fog code from ffvertex_prog.c 16 年之前
  Keith Whitwell f6c8ca06f6 mesa: fix material inputs in ffvertex_prog.c 16 年之前
  Arthur HUILLET 4c31632817 mesa: fix transform_points_3d_no_rot using undefined values in %xmm0 16 年之前
  Kristof Ralovich fa5b0364f9 glx: plug a leak 16 年之前
  Brian Paul 52f895df51 glx: fix null pointer dereference segfault (bug 22546) 16 年之前
  Keith Whitwell 14a2b5445a progs/util: make sure function pointers are initialized 16 年之前
  José Fonseca 6e09c1fd08 mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange. 16 年之前
  José Fonseca 18a6f0f1a7 util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_range. 16 年之前
  José Fonseca 4ffe2844a4 gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_range. 16 年之前
  Brian Paul 4e43126a59 intel: added null ptr check 16 年之前
  Brian Paul b1f2f92d9b progs/glsl: link with GLEW library 16 年之前
  Keith Whitwell b799af91d5 progs/glsl: compile with scons and glew 16 年之前
  José Fonseca 9a5ee12434 scons: Don't raise an exception when DXSDK is not found. 16 年之前
  José Fonseca bb8f3090ba scons: Disable optimizations only for gcc-4.2 16 年之前
  José Fonseca 72ad039d19 scons: Use -Bsymbolic linker option. 16 年之前
  Brian Paul 418987ff05 docs: detect when too many varying vars are used 16 年之前
  Brian Paul 21320b24c5 glsl: check number of varying variables against the limit 16 年之前
  Brian Paul 4181a107cb docs: fix typos, remove old text from relnotes file 16 年之前
  Brian Paul 2a41df86a3 docs: bring over news updates from 7.4 branch 16 年之前
  Brian Paul 318122b60a docs: bring in 7.4.3 and 7.4.4 release notes, news 16 年之前
  Brian Paul dd585db687 docs: increase max varying vars to 16 16 年之前
  Brian Paul f08bebfe24 mesa: raise MAX_VARYING (number of shader varying vars) to 16 16 年之前
  Ian Romanick 2d86503471 intel / DRI2: Additional flush of fake front-buffer to real front-buffer 16 年之前
  Brian Paul 077a06c140 mesa: bump version to 7.5-rc4 16 年之前
  Brian Paul 62ad606065 docs: document for/continue bug fix 16 年之前
  Brian Paul 928e1ce47f cell: PIPE_CAP_TGSI_CONT_SUPPORTED query 16 年之前
  Brian Paul af7fb892d8 softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query 16 年之前
  Brian Paul f5dc352e5f gallium: added PIPE_CAP_TGSI_CONT_SUPPORTED 16 年之前
  Brian Paul e80ecdf659 glsl: move/simplify error checking for 'return' statements 16 年之前
  Brian Paul 8e6dd8bf79 glsl: overhaul 'return' statement handling 16 年之前
  Brian Paul aa48becb82 glsl: predicate assignments according to __returnFlag 16 年之前
  Brian Paul 16787c513b glsl: added slang_variable::is_global field 16 年之前
  Brian Paul ac05996b81 glsl: silence a problem warning 16 年之前
  Brian Paul 0efd25b502 glsl: code refactoring for return statements 16 年之前
  Brian Paul 2ae297c318 glsl: fix assorted regressions related to early-return-removal 16 年之前
  Brian Paul ddf64be258 glsl: comments, field reordering 16 年之前
  Brian Paul f652f15e6d glsl: rework loop nesting code 16 年之前
  Brian Paul dd453fa37c glsl: remove test for loop unrolling when we hit conditional cont/break 16 年之前
  Brian Paul 2f1c5c58b3 glsl: checkpoint: predicate __retVal = expr with __returnFlag 16 年之前
  Brian Paul 65eaafee25 glsl: use new helper functions in _slang_gen_logical_and/or() 16 年之前