1. 2470e91 scons: Require same pkg-config versions as configure. by José Fonseca · 12 years ago
  2. f763ad5 scons: r300/r600 now depends on libdrm. by José Fonseca · 12 years ago
  3. aed51e3 mesa: support more format/type combos in _mesa_dump_image() by Brian Paul · 12 years ago
  4. 4ab8403 util: fix typo in debug_printf_once comment by Brian Paul · 12 years ago
  5. c0c979e r600g: add support for common surface allocator for tiling v13 by Jerome Glisse · 12 years ago
  6. 8937c16 Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the server does by Jon TURNEY · 14 years ago
  7. 814be04 st/vdpau: use dst surface size if clip width/height is zero by Christian König · 12 years ago
  8. 97349df st/vdpau: implement vlVdpOutputSurfaceQueryCapabilities by Christian König · 12 years ago
  9. 189e6c7 nv50: fix bad assertion on Elements(phi->src) in regalloc by Christoph Bumiller · 12 years ago
  10. ffc8494 dri: Don't build libdricommon.la if we don't need it by Jon TURNEY · 12 years ago
  11. 9001682 vl: add VL_MAX_SURFACES define by Christian König · 12 years ago
  12. 8abbdb8 vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS by Christian König · 12 years ago
  13. 70a7695 vl: prefix size defines with VL_ by Christian König · 12 years ago
  14. 3ac9594 vl: remove assert on unknown video profile by Christian König · 12 years ago
  15. 14f47d1 st/xvmc: respect caps when creating video buffers by Christian König · 12 years ago
  16. 8f54929 st/vdpau: use interlacing capabilities by Christian König · 12 years ago
  17. 8bfadc8 st/vdpau: implement uploads to interlaced video buffers by Christian König · 12 years ago
  18. f3f03c6 vl: add interlacing capabilities by Christian König · 12 years ago
  19. 3841d3f vl: add a simple weave deinterlacer by Christian König · 12 years ago
  20. 9f9628c vl/video_buffer: fix interlaced surface ordering by Christian König · 12 years ago
  21. 4ccae0d vl/video_buffer: fix height of interlaced video buffers by Christian König · 12 years ago
  22. 1f4a853 mesa: check_index_bounds off-by-one fix by Roland Scheidegger · 12 years ago
  23. b3c84a8 mesa: Fix xcb-dri2 link flags leaking into LIBS. by Eric Anholt · 12 years ago
  24. 84e5f1c intel: check for LLC support when reading maps by Eugeni Dodonov · 12 years ago
  25. 7def293 intel: verify if hardware has LLC support by Eugeni Dodonov · 12 years ago
  26. fa2a76a draw: fix fog coord export. by Dave Airlie · 12 years ago
  27. f8be4f3 vbo: fix a building error by Chih-Wei Huang · 12 years ago
  28. 8184228 llvmpipe: Make more resilient to out-of-memory situations. by José Fonseca · 13 years ago
  29. 9a1fd9a llvmpipe: clear storage for newly allocated resources by Keith Whitwell · 14 years ago
  30. 87b4c9b intel: FBOs with texture border are unsupported by Ian Romanick · 12 years ago
  31. 0fcc518 gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events by Ville Syrjala · 12 years ago
  32. 57e4437 glsl: Add error case for switch() with two default cases. by Eric Anholt · 12 years ago
  33. 1406321 glsl: Throw an error when faced with a duplicated switch() case label. by Eric Anholt · 12 years ago
  34. 01a5a2c glsl: Add other missing error location information for switch statements. by Eric Anholt · 12 years ago
  35. 663dcbb glsl: Add missing location info to case labels. by Eric Anholt · 12 years ago
  36. 2c3e10e glsl: Throw the required error when a case label is a non-constant. by Eric Anholt · 12 years ago
  37. 22d81f1 glsl: Save and restore the whole switch state for nesting. by Eric Anholt · 12 years ago
  38. b8c9252 dri: Add Unigine Tropics as an app that requires the GLSL warn workaround. by Eric Anholt · 12 years ago
  39. 4dd2743 dri: Fix typo in xml file that made all applications use the workaround. by Eric Anholt · 12 years ago
  40. 27af00e mesa: Fix the error message function names for glFlushMappedBufferRange(). by Eric Anholt · 12 years ago
  41. f20fb80 mesa: Fix bad-enum/no-buffer error handling for buffer object functions. by Eric Anholt · 12 years ago
  42. 84a1273 glsl: move array_sizing_visitor class outside of link_intrastage_shaders() by Brian Paul · 12 years ago
  43. 8cbe699 gallium/postprocess: move declarations before code by Brian Paul · 12 years ago
  44. 81938d2 gallium/postprocess: Just to be safe, reference all buffers from outside by Lauri Kasanen · 12 years ago
  45. c597601 gallium/postprocess: Fix depth logic by Lauri Kasanen · 12 years ago
  46. cd2e218 glsl: Avoid ralloc_stealing a long-lived object to a short-lived parent by Carl Worth · 12 years ago
  47. 64fd26a glsl: Add glcpp tests for a macro used twice by Carl Worth · 12 years ago
  48. 7ab1c7f glcpp: Fix so that trailing punctuation does not prevent macro expansion by Carl Worth · 12 years ago
  49. e931b0e glcpp: Add new test showing bug where a trailing ':' prevents macro expansion by Carl Worth · 12 years ago
  50. 2e8f8cb mesa: Fix copy-and-paste error in _mesa_pack_rgba_span_float by Ian Romanick · 12 years ago
  51. 5c341b7 mesa: Fix copy-and-paste bug in do_row_3D by Ian Romanick · 12 years ago
  52. 660ed92 mesa: Convert colors if span ChanType and renderbuffer data type don't match by Ian Romanick · 12 years ago
  53. e06b1c6 mesa: Set the gl_array_object::ARBsemantics flag at the right time by Ian Romanick · 12 years ago
  54. af1477b mesa: Add unpack_uint_z_row support for floating-point depth buffers by Ian Romanick · 12 years ago
  55. e20e30b Revert "Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi"" by Brian Paul · 12 years ago
  56. edb1970 draw: Avoid NULL pointer dereference when binding NULL fragment shaders. by José Fonseca · 12 years ago
  57. efd73f7 mapi/glapi: Never use a generic no-op entry-point on Windows. by José Fonseca · 12 years ago
  58. db312b6 gallivm: Fix LLVM-2.7 build. by ojab · 12 years ago
  59. 54fd495 gallivm: Remove MSVC RT hack. by José Fonseca · 12 years ago
  60. 15986d2 mesa: fix maximum allowed proxy texture size condition by Anuj Phogat · 12 years ago
  61. cff0eac svga: fix a crash happening before setting fragment shaders. by Zack Rusin · 12 years ago
  62. 3279561 st-api: fix typos, whitespace, line wrapping by Brian Paul · 12 years ago
  63. e535579 vbo: fix node_attrsz[] usage in vbo_bind_vertex_list() by Brian Paul · 12 years ago
  64. f09910f nv50: add assertions missed in earlier nv50 commit by Brian Paul · 12 years ago
  65. 0d736b2 build: Note that we don't support srcdir != builddir by Colin Walters · 12 years ago
  66. 541bb2e nv50: use larger arrays to silence warnings and fix buffer overflows by Brian Paul · 12 years ago
  67. a1471e4 mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT) by Brian Paul · 12 years ago
  68. 361cd53 mesa: use new _mesa_reference_shared_state() function by Brian Paul · 12 years ago
  69. 133c572 mesa: remove stray comment in PopAttrib() code by Brian Paul · 12 years ago
  70. 7ef94c6 Revert "automake: src/mesa/drivers/osmesa" by Matt Turner · 12 years ago
  71. a991649 Revert "automake: src/glsl and src/glsl/glcpp" by Matt Turner · 12 years ago
  72. 70dd171 Revert "src/glsl/glcpp: wire up glcpp-test to make check" by Matt Turner · 12 years ago
  73. 8c436b4 Revert "Make sure libGL.so links with libglsl" by Matt Turner · 12 years ago
  74. f6cc434 Revert "glsl: Fix optimization tests after converting src/glsl to automake." by Matt Turner · 12 years ago
  75. b0337b6 r600g: shorten expressions accessing family and chip_class by Marek Olšák · 12 years ago
  76. 267bdda r300g: don't use pipe_context::winsys by Marek Olšák · 12 years ago
  77. 38bf276 r600g: remove unused variable num_dest_buffers by Marek Olšák · 12 years ago
  78. f661405 r600g: use the new code for streamout flush as well by Marek Olšák · 12 years ago
  79. 70d40fc r600g: rename r600_reg::flush_flags -> sbu_flags by Marek Olšák · 12 years ago
  80. 6d0a011 r600g: fix computation of how many dwords is needed for a flush at the end of CS by Marek Olšák · 12 years ago
  81. 1c5625c r600g: remove unused r600_reg::flush_mask by Marek Olšák · 12 years ago
  82. 0671400 r600g: remove more dead code by Marek Olšák · 12 years ago
  83. 74027a9 r600g: remove dead code for tracking relocations by Marek Olšák · 12 years ago
  84. 4fd97b4 r600g: remove unused flush code by Marek Olšák · 12 years ago
  85. 0813e58 r600g: rework cache flushing by Marek Olšák · 12 years ago
  86. 2fe521f r600g: add a new simple API for state emission by Marek Olšák · 12 years ago
  87. 621e0db r600g: remove redundant pm4 and pm4_cdwords in r600_context by Marek Olšák · 12 years ago
  88. 3b04671 r600g: consolidate some context_draw code by Marek Olšák · 12 years ago
  89. 302862d r600g: remove the now-useless internal flush callback by Marek Olšák · 12 years ago
  90. bc70bcf r600g: don't initialize the screen and winsys pointer twice by Marek Olšák · 12 years ago
  91. e4340c1 r600g: merge r600_context with r600_pipe_context by Marek Olšák · 12 years ago
  92. 78293b9 r600g: remove u8,u16,u32,u64 types by Marek Olšák · 12 years ago
  93. ffe376d glsl: Fix optimization tests after converting src/glsl to automake. by Paul Berry · 12 years ago
  94. f53e7e9 Make sure libGL.so links with libglsl by Matt Turner · 12 years ago
  95. d36f89c vl: fix some missing prototypes error by Christian König · 12 years ago
  96. 3fc6e4e osmesa: set RefCount = 1 in new_osmesa_renderbuffer() by Brian Paul · 12 years ago
  97. 136791e osmesa: Fix osmesa_context.DataType type. by Vinson Lee · 12 years ago
  98. 6386f80 vega: memset data array to zero to silence uninitialized var warnings by Brian Paul · 12 years ago
  99. 97329ef Initialize only native LLVM Disassembler. by ojab · 12 years ago
  100. 5920f18 Remove autoreconf generated files by Matt Turner · 12 years ago