1. 69ea4e7 apple: Use mesa gl.h rather than generating one. by Jeremy Huddleston · 15 years ago
  2. dbe8b01 apple: Integrate our libGL into the existing build system better by Jeremy Huddleston · 14 years ago
  3. 23215ef apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 14 years ago
  4. 9495e37 apple: Remove duplicate headers that already exist in mesa. by Jeremy Huddleston · 15 years ago
  5. 0594cf7 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 14 years ago
  6. 86a7978 xdemos: Build object files first by Jeremy Huddleston · 14 years ago
  7. 437902c xdemos: Fix a build failure for non-autoconf configs by Jeremy Huddleston · 14 years ago
  8. 16f568a glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds. by Vinson Lee · 14 years ago
  9. e24f437 st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more places by Ben Skeggs · 14 years ago
  10. 07c6d94 glx/dri2: Fix debug build with old dri2proto. by Michel Dänzer · 14 years ago
  11. 2aafbd7 docs: fix 7.7.1 release date by Brian Paul · 14 years ago
  12. dec9490 mesa: Add 7.8 release MD5 sums by Ian Romanick · 14 years ago
  13. ef6736e intel: Bump intel driver date to reflect status as 2010Q1 release by Ian Romanick · 14 years ago
  14. a6a4613 mesa: set version string to 7.8 by Ian Romanick · 14 years ago
  15. 1128992 mesa: Add 7.7.1 release MD5 sums by Ian Romanick · 14 years ago
  16. cbc99d3 mesa: set version string to 7.7.1 by Ian Romanick · 14 years ago
  17. 6abc350 progs/tests: Remove duplicate texcompress2 in SConscript. by Vinson Lee · 14 years ago
  18. 1bf67a3 i965g: Add brw_winsys_debug.c to SCons build. by Vinson Lee · 14 years ago
  19. 1b5b04d identity: Add id_drm.c to SCons build. by Vinson Lee · 14 years ago
  20. 9903d09 mesa: move/update hash function comments by Brian Paul · 14 years ago
  21. 038d260 mesa: fix deadlock in _mesa_HashFindFreeKeyBlock() by Brian Paul · 14 years ago
  22. 7996f0f dri/swrast: Fix frontbuffer rendering. by Michel Dänzer · 14 years ago
  23. b005e75 dri/swrast: Fix missed conversion of one pixel pointer increment. by Michel Dänzer · 14 years ago
  24. 77c30c5 i965: Fix readpixels from ReadBuffer != DrawBuffer. by Eric Anholt · 14 years ago
  25. 63fbae8 i965: Fix inversion for glCopyPixels to/from FBOs. by Eric Anholt · 14 years ago
  26. fdbe1ca intel: Rely on allocated region pitch for the miptree pitch. by Eric Anholt · 14 years ago
  27. 57e7936 intel: Remove extra tiling setting after allocating a tiled region. by Eric Anholt · 14 years ago
  28. 4980891 intel: Respect src pitch in _mesa_copy_rect(). by Eric Anholt · 14 years ago
  29. 38cb445 Regenerate gl_mangle.h by Tom Fogal · 14 years ago
  30. 5925849 glapi: return int = 0 from NoOpGeneric() by Brian Paul · 14 years ago
  31. 80f5f7d glslcompiler: Fix build. by Vinson Lee · 14 years ago
  32. fabc744 r300: report correct state atom size by Maciej Cencora · 14 years ago
  33. 88f7859 r300: fix off by one by Maciej Cencora · 14 years ago
  34. 7a77eff r300: fix vertex programs with big number of params (>255) under KMS by Maciej Cencora · 14 years ago
  35. bed7d88 r300: fix wpos/fog handling by Maciej Cencora · 14 years ago
  36. 70929f4 r300: clean fog_attr/wpos_attr if code accessing these attributes has been removed FP during compilation by Maciej Cencora · 14 years ago
  37. 516334b i965: Stop abusing ctx->NewState flags for storing driver internal changes. by Eric Anholt · 14 years ago
  38. ed29329 docs: update docs with 7.7.1 and 7.8 release info by Brian Paul · 14 years ago
  39. ff54af5 softpipe: comments, re-formatting, etc by Brian Paul · 14 years ago
  40. fc1ba04 softpipe: add special cases for all Z compare modes for 16-bit Z buffer by Brian Paul · 14 years ago
  41. 4ceeb13 st/glx: better format selection in xmesa_choose_z_stencil_format() by Brian Paul · 14 years ago
  42. 2ded27b Add missing EGL files to the tarballs. by Chia-I Wu · 14 years ago
  43. 094c6fb glx: Suppress BadDrawable from DRI2CopyRegion by Kristian Høgsberg · 14 years ago
  44. 4eead42 mesa: set version string to 7.8-rc2 by Ian Romanick · 14 years ago
  45. 62d54f0 intel: Call intel_prepare_render() before looking up regions. by Kristian Høgsberg · 14 years ago
  46. 092ca30 Fix potential compilation issue in visual studio project file by Karl Schultz · 14 years ago
  47. ca97f8b glslcompiler: fix build breakage by Brian Paul · 14 years ago
  48. 361e8e9 mesa: Add end of line to the end of a debug output. by Pauli Nieminen · 14 years ago
  49. fce72d5 progs/tests: Add cva_huge to SCons build. by Vinson Lee · 14 years ago
  50. 1e7d65b progs/tests: Include stddef.h for ptrdiff_t on all platforms. by Vinson Lee · 14 years ago
  51. 4ea694a r200: Fix emit size prediction to account elt splitting. by Pauli Nieminen · 14 years ago
  52. 0900544 r200: Don't flush when closing elts in KMS. by Pauli Nieminen · 14 years ago
  53. 1968d8f r200: Fix swtnl fallback to flush pending rendering before transition. by Pauli Nieminen · 14 years ago
  54. 44e3ec3 r200: Fix mixed indetion in r200TclFallback. by Pauli Nieminen · 14 years ago
  55. 9a7acbc vbo: Fix vbo_split_copy to pass correct max_index to draw. by Pauli Nieminen · 14 years ago
  56. a81cd67 tests: Add test for huge client arrays that has to be split. by Pauli Nieminen · 14 years ago
  57. 3d72c4a r300/compiler: fix assertion failure in the r500-fragprog emission path by Marek Olšák · 14 years ago
  58. f0491c9 docs: remove the 'Last updated date' by Brian Paul · 14 years ago
  59. 6fed3a9 glapi: Fix aliases to non-static functions. by Chia-I Wu · 14 years ago
  60. 41a87a4 glapi: Correctly generate static disatches for X86. by Chia-I Wu · 14 years ago
  61. 7e6e049 r300g: remove hacks from translate_vertex_data_swizzle by Marek Olšák · 15 years ago
  62. 73060ec drivers/x11: add PUBLIC qualifier to more API functions by Brian Paul · 14 years ago
  63. 062a208 intel: Use bit-wise not instead of logical not (i830 path) by Ian Romanick · 14 years ago
  64. 689e4b5 intel: Correct value of S0_VB_OFFSET_MASK to match hardware docs. by Ian Romanick · 14 years ago
  65. fda5078 Use bit-wise not instead of logical not. by Ian Romanick · 14 years ago
  66. b7e8039 st/mesa: s/unpack/pack/ to be more consistent by Brian Paul · 14 years ago
  67. 38bd728 intel: Call _mesa_make_current() after getting initial buffers by Kristian Høgsberg · 14 years ago
  68. 05a980a cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATE by Brian Paul · 14 years ago
  69. 6dd4054 cell: be more conservative in cell_is_format_supported() by Brian Paul · 14 years ago
  70. 1bfc314 st/mesa: fix glCopyPixels bugs/crashes when src region need clipping by Brian Paul · 14 years ago
  71. c492227 mesa: rename params in prototype to match implementation by Brian Paul · 14 years ago
  72. 3828910 swrast: remove unused compute_coveragei() function by Brian Paul · 14 years ago
  73. a29c794 i965: Fix ENDLOOP to only patch up this loop's BREAK and CONT. by Eric Anholt · 15 years ago
  74. 42e0e86 i965: Unalias all GLSL source regs from the destination regs used. by Eric Anholt · 15 years ago
  75. d24f59d i965: Fix nested loops in the VS. by Eric Anholt · 15 years ago
  76. 009392f i965: Fix up VP constbuf leak on program delete. by Eric Anholt · 15 years ago
  77. 1254d3d i965: Fix up the handling of point sprite coordinate replacement. by Eric Anholt · 15 years ago
  78. 837f003 i965: Add support for the CMP opcode in the GLSL path. by Eric Anholt · 15 years ago
  79. 7ee4db5 i965: Fix the response len of masked sampler messages for 8-wide dispatch. by Eric Anholt · 15 years ago
  80. c1c9fad Remove nonexistant files from tarballs rule of Makefile by Ian Romanick · 14 years ago
  81. f0c3262 mesa: set version string to 7.8-rc1 by Ian Romanick · 14 years ago
  82. d320152 Correct GL_EQUIV code in r67/7xx. by Matthew W. S. Bell · 14 years ago
  83. e9c2c4a radeon: Fix buffer object unmap to be called only once for dma buffers. by Pauli Nieminen · 14 years ago
  84. 346298c Replace _mesa_strtod with _mesa_strtof. by Marcin Baczyński · 14 years ago
  85. 63af29b mesa: Fix memory leak in decompress-with-blit. by Keith Whitwell · 14 years ago
  86. 8561bec vmwgfx/dri: Fix SCons build. by Michel Dänzer · 14 years ago
  87. 51a5189 st/dri: Always try to set up R5G6B5 configs. by Michel Dänzer · 14 years ago
  88. 4b598ce dri/r700: include shader/programopt.h instead of programopt.c. by Luc Verhaegen · 14 years ago
  89. 9b81103 Add programs to .gitignore in redbook by Jeff Smith · 15 years ago
  90. 3aa8692 Add programs to .gitignore in xdemos by Jeff Smith · 18 years ago
  91. 9787060 Add -L$(libdir) for xdemos and egl so that the right libX11 is found by Jeff Smith · 15 years ago
  92. fab1f07 Grammar and spelling fixes by Jeff Smith · 16 years ago
  93. 39c2d3e radeon: Fix memory leaks from early return. by Vinson Lee · 14 years ago
  94. 5d5c524 st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/ by Brian Paul · 15 years ago
  95. c472ce5 st/mesa: fix st_set_framebuffer_surface() state validation by Brian Paul · 15 years ago
  96. 683a099 st/xorg: Fixup configure by Jakob Bornecrantz · 15 years ago
  97. bff128f ARB prog parser: added (float) casts and regenerate files by Brian Paul · 15 years ago
  98. 54af542 st/xorg: Include cursorstr.h by Jakob Bornecrantz · 15 years ago
  99. 60121c4 windows: fix compilation errors and warnings by Karl Schultz · 15 years ago
  100. 7439f39 windows: Quiet warning by not defining YY_NO_UNISTD_H. by Karl Schultz · 15 years ago