1. 2e570be progs/trivial: add dlist-recursive-call by Keith Whitwell · 15 years ago
  2. 1730eaa dlist-tri-flat-tri: make tri render differently if flatshade not enabled by Keith Whitwell · 15 years ago
  3. 4147bb2 Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit by Keith Whitwell · 15 years ago
  4. 6af783b progs/trivial: add test case for lighting plus per-vertex materials by Keith Whitwell · 15 years ago
  5. a9ae89d progs/isosurf: add materials mode for glVertex + TRISTRIP by Keith Whitwell · 15 years ago
  6. 6dfb89e mesa: remove whitespace by Keith Whitwell · 15 years ago
  7. cea259f mesa: remove dead constant pointsize code from ffvertex_prog.c by Keith Whitwell · 15 years ago
  8. 79047cc mesa: remove dead vertex fog code from ffvertex_prog.c by Keith Whitwell · 15 years ago
  9. f6c8ca0 mesa: fix material inputs in ffvertex_prog.c by Keith Whitwell · 15 years ago
  10. 4c31632 mesa: fix transform_points_3d_no_rot using undefined values in %xmm0 by Arthur HUILLET · 15 years ago
  11. fa5b036 glx: plug a leak by Kristof Ralovich · 15 years ago
  12. 52f895d glx: fix null pointer dereference segfault (bug 22546) by Brian Paul · 15 years ago
  13. 14a2b54 progs/util: make sure function pointers are initialized by Keith Whitwell · 15 years ago
  14. 6e09c1f mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange. by José Fonseca · 15 years ago
  15. 18a6f0f util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_range. by José Fonseca · 15 years ago
  16. 4ffe284 gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_range. by José Fonseca · 15 years ago
  17. 53f8dcc progs/trivial: test case for dlist statechange elimination by Keith Whitwell · 15 years ago
  18. 00438bb mesa/dlist: restore missing SAVE_FLUSH_VERTICES in save_ShadeModel by Keith Whitwell · 15 years ago
  19. 0846c88 mesa/vbo: use _lookup_prim_by_nr for debugging by Keith Whitwell · 15 years ago
  20. aa688d1 mesa: add debug printer for primitive name by Keith Whitwell · 15 years ago
  21. 8d24160 progs/glsl: link with GLEW library by Brian Paul · 15 years ago
  22. 47173cf mesa/dlist: shortcircuit some redundant statechanges at compile time by Keith Whitwell · 15 years ago
  23. 4e43126 intel: added null ptr check by Brian Paul · 15 years ago
  24. b1f2f92 progs/glsl: link with GLEW library by Brian Paul · 15 years ago
  25. 9014f47 progs/util: make sure function pointers are initialized by Keith Whitwell · 15 years ago
  26. b799af9 progs/glsl: compile with scons and glew by Keith Whitwell · 15 years ago
  27. 9a5ee12 scons: Don't raise an exception when DXSDK is not found. by José Fonseca · 15 years ago
  28. bb8f309 scons: Disable optimizations only for gcc-4.2 by José Fonseca · 15 years ago
  29. 72ad039 scons: Use -Bsymbolic linker option. by José Fonseca · 15 years ago
  30. 418987f docs: detect when too many varying vars are used by Brian Paul · 15 years ago
  31. 21320b2 glsl: check number of varying variables against the limit by Brian Paul · 15 years ago
  32. 4181a10 docs: fix typos, remove old text from relnotes file by Brian Paul · 15 years ago
  33. 2a41df8 docs: bring over news updates from 7.4 branch by Brian Paul · 15 years ago
  34. 318122b docs: bring in 7.4.3 and 7.4.4 release notes, news by Brian Paul · 15 years ago
  35. dd585db docs: increase max varying vars to 16 by Brian Paul · 15 years ago
  36. f08bebf mesa: raise MAX_VARYING (number of shader varying vars) to 16 by Brian Paul · 15 years ago
  37. 2d86503 intel / DRI2: Additional flush of fake front-buffer to real front-buffer by Ian Romanick · 15 years ago
  38. 077a06c mesa: bump version to 7.5-rc4 by Brian Paul · 15 years ago
  39. 62ad606 docs: document for/continue bug fix by Brian Paul · 15 years ago
  40. 928e1ce cell: PIPE_CAP_TGSI_CONT_SUPPORTED query by Brian Paul · 15 years ago
  41. af7fb89 softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query by Brian Paul · 15 years ago
  42. f5dc352 gallium: added PIPE_CAP_TGSI_CONT_SUPPORTED by Brian Paul · 15 years ago
  43. e80ecdf glsl: move/simplify error checking for 'return' statements by Brian Paul · 15 years ago
  44. 8e6dd8b glsl: overhaul 'return' statement handling by Brian Paul · 15 years ago
  45. aa48bec glsl: predicate assignments according to __returnFlag by Brian Paul · 15 years ago
  46. 16787c5 glsl: added slang_variable::is_global field by Brian Paul · 15 years ago
  47. ac05996 glsl: silence a problem warning by Brian Paul · 15 years ago
  48. 0efd25b glsl: code refactoring for return statements by Brian Paul · 15 years ago
  49. 2ae297c glsl: fix assorted regressions related to early-return-removal by Brian Paul · 15 years ago
  50. ddf64be glsl: comments, field reordering by Brian Paul · 15 years ago
  51. f652f15 glsl: rework loop nesting code by Brian Paul · 15 years ago
  52. dd453fa glsl: remove test for loop unrolling when we hit conditional cont/break by Brian Paul · 15 years ago
  53. 2f1c5c5 glsl: checkpoint: predicate __retVal = expr with __returnFlag by Brian Paul · 15 years ago
  54. 65eaafe glsl: use new helper functions in _slang_gen_logical_and/or() by Brian Paul · 15 years ago
  55. e139434 glsl: add comments by Brian Paul · 15 years ago
  56. b04605d glsl: checkpoint: replace 'return' with __returnFlag=true; by Brian Paul · 15 years ago
  57. 515513b glsl: fix up scoping for parent/children in slang_operation_copy() by Brian Paul · 15 years ago
  58. 0931304 glsl: fix uninitialized var in _slang_gen_for_without_continue() by Brian Paul · 15 years ago
  59. 5951ab3 glsl: added slang_operation_free_children() by Brian Paul · 15 years ago
  60. e5b53c0 glsl: added slang_oper_num_children() helper by Brian Paul · 15 years ago
  61. 3c6480e glsl: check-point: declare _returnFlag by Brian Paul · 15 years ago
  62. fc0896b glsl: added slang_operation_insert_child() by Brian Paul · 15 years ago
  63. f4b1a69 glsl: use slang_generate_declaration() to consolidate some code by Brian Paul · 15 years ago
  64. 454a717 glsl: remove obsolete comment by Brian Paul · 15 years ago
  65. 02edc8d st/mesa: query PIPE_CAP_TGSI_CONT_SUPPORTED by Brian Paul · 15 years ago
  66. 08025cd glsl: implement _slang_gen_while_without_continue() by Brian Paul · 15 years ago
  67. 2102e30 glsl: fix a bug involving 'continue' in 'for' loops by Brian Paul · 15 years ago
  68. 541594b glsl: added slang_oper_child_const() by Brian Paul · 15 years ago
  69. 38ddbc5 glsl: use _slang_loop_contains_continue_or_break() to check for unrolling by Brian Paul · 15 years ago
  70. 4dafac2 glsl: use new _slang_loop_contains_continue() helper function by Brian Paul · 15 years ago
  71. aba9364 glsl: implement continue->break translation for do-while loops by Brian Paul · 15 years ago
  72. 7e0eaca glsl: added slang_operation_literal_int/bool() helper functions by Brian Paul · 15 years ago
  73. c1f74a6 glsl: don't allocate 0-length children array in slang_operation_copy() by Brian Paul · 15 years ago
  74. f388724 glsl: remove debug code, misc clean-up by Brian Paul · 15 years ago
  75. f66733b glsl: implement continue->break transformation for for-loops by Brian Paul · 15 years ago
  76. c4fd947 glsl: added slang_operation_add_children() and slang_oper_child() helpers by Brian Paul · 15 years ago
  77. c20bb48 glsl: added slang_assemble_ctx::EmitContReturn field, init by Brian Paul · 15 years ago
  78. eb1eee0 demos: improve argv parsing in fslight.c by Brian Paul · 15 years ago
  79. 4bc74a0 glsl: don't unroll loops containing continue/break by Brian Paul · 15 years ago
  80. 625b0fe Revert "slang: if/else/break & if/else/continue work for unrolled loops" by Brian Paul · 15 years ago
  81. 4031ea1 glsl: Added gl_shader_state::EmitContReturn field by Brian Paul · 15 years ago
  82. 84c5e48 docs: updated Mesa release instructions by Brian Paul · 15 years ago
  83. 72aed16 scons: Tool to build with DirectX SDK. by José Fonseca · 15 years ago
  84. 25f6c93 scons: Don't use C specific options with g++ by José Fonseca · 15 years ago
  85. 3e94521 tgsi: correct handling of return value from util_vsnprintf by Keith Whitwell · 15 years ago
  86. c9f8c40 aux/indices: don't use 'prim' value once it is known to be bad by Keith Whitwell · 15 years ago
  87. c25534f wgl: Handle flush after a window is destroyed. by José Fonseca · 15 years ago
  88. b79e6a5 demos: fix issues in glxcontexts.c by Brian Paul · 15 years ago
  89. 2f184d0 i965: handle OPCODE_SWZ in the glsl path by Roland Scheidegger · 15 years ago
  90. 9d367d4 Disable SGI_swap_control extension for DRI2 by Owen W. Taylor · 15 years ago
  91. 0584b6e intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL. by Michel Dänzer · 15 years ago
  92. 19218fe i965: added intelFlush() call in intel_get_tex_image() by Brian Paul · 15 years ago
  93. a5b7e0c mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcs by Brian Paul · 15 years ago
  94. 54f425b mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS by Brian Paul · 15 years ago
  95. 810df83 mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS by Brian Paul · 15 years ago
  96. 19ca5ee mesa: fix some potential state-restore issues in pop_texture_group() by Brian Paul · 15 years ago
  97. ad0514b vbo: return VP_NONE from get_program_mode() if running fixed-func vertex program by Brian Paul · 15 years ago
  98. 00e203f mesa: create/use a fallback texture when bound texture is incomplete by Brian Paul · 15 years ago
  99. abfd56c intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists. by Eric Anholt · 15 years ago
  100. daacac1 intel: Fix glClear behavior versus display lists. by Eric Anholt · 15 years ago