1. a64bb75 egl: Add an optional function call for getting the DRI driver interface. by Eric Anholt · 11 years ago
  2. fcb57a8 glx: Add an optional function call for getting the DRI driver interface. by Eric Anholt · 11 years ago
  3. 6868923 dri: Move driver config options to dri driver extensions. by Eric Anholt · 11 years ago
  4. cf5d8fc dri: Allow config options to be passed to the loader through extensions. by Eric Anholt · 11 years ago
  5. 80806c9 glx: Move the driver extension-loading to a helper function. by Eric Anholt · 11 years ago
  6. 7463abd clover: Query maximum kernel block size from the device instead of the kernel object. by Francisco Jerez · 11 years ago
  7. b8d7a97 glsl: silence unused 'var' variable warning by Brian Paul · 11 years ago
  8. 8d7b913 svga: remove user-space vertex/index buffer code by Brian Paul · 11 years ago
  9. 2f6a315 i965: Print more debuginfo in intel_texsubimage_memcpy() by Chad Versace · 11 years ago
  10. c420559 i965: Fix glTexImage when packing alignment != cpp by Chad Versace · 11 years ago
  11. a6e45b6 freedreno: fix compile error by Rob Clark · 11 years ago
  12. 4df5617 i965/fs: Only unroll high-accuracy dFdy() from SIMD16 to SIMD8 on gen4 and IVB. by Paul Berry · 11 years ago
  13. 8e15207 glsl/gs: Prevent illegal input/output primitive types. by Paul Berry · 11 years ago
  14. 867d0cc i965: Add perf debug hint when the app makes us do index buffer scanning. by Eric Anholt · 11 years ago
  15. c298f5f i965: Try to avoid stalls on the GPU when doing glBufferSubData(). by Eric Anholt · 11 years ago
  16. 3b58e0e i965: Be sure to reset brw->vb.buffers[] when trying to redo vertex setup. by Eric Anholt · 11 years ago
  17. a5e2e7f i965: Add support for GL_ARB_texture_buffer_range. by Eric Anholt · 11 years ago
  18. b37f7e0 i965: Add a note about the late-allocation in intel_bufferobj_buffer(). by Eric Anholt · 11 years ago
  19. 060a49a i965: Drop intel_bufferobj_source(). by Eric Anholt · 11 years ago
  20. c0a9436 i965: Fix texture buffer rendering after a whole buffer replacement. by Eric Anholt · 11 years ago
  21. 2901e2e clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104a by David Heidelberger · 11 years ago
  22. c134572 nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERS by Brian Paul · 11 years ago
  23. ef98e2e radeonsi: remove unused si_set_cs_sampler_view() by Brian Paul · 11 years ago
  24. a3ed98f gallium: new, unified pipe_context::set_sampler_views() function by Brian Paul · 11 years ago
  25. b11fc22 svga: remove unneeded include of u_double_list.h by Brian Paul · 11 years ago
  26. 30bb170 i965: Expose write_reg() as brw_store_register_mem64(). by Kenneth Graunke · 11 years ago
  27. d5db3ec i965: Move flushing out of write_reg and into the callers. by Kenneth Graunke · 11 years ago
  28. 63974c0 glsl: Simplify the interface to link_invalidate_variable_locations by Ian Romanick · 11 years ago
  29. 1eee0a9 glsl/tests: Unit test vertex shader in / out with link_invalidate_variable_locations by Ian Romanick · 11 years ago
  30. cf8b14c glsl: Modify interface to link_invalidate_variable_locations by Ian Romanick · 11 years ago
  31. af229c9 glsl/tests: Verify geometry shader built-ins generated by _mesa_glsl_initialize_variables by Ian Romanick · 11 years ago
  32. f094a0f glsl/tests: Verify fragment shader built-ins generated by _mesa_glsl_initialize_variables by Ian Romanick · 11 years ago
  33. d052029 glsl/tests: Verify vertex shader built-ins generated by _mesa_glsl_initialize_variables by Ian Romanick · 11 years ago
  34. 78b70ce glsl: When constructing a variable with an interface type, set interface_type by Ian Romanick · 11 years ago
  35. 09ceed7 mesa/tests: Add simple, dumb test for _mesa_program_state_string by Ian Romanick · 11 years ago
  36. 98b359b wayland: Don't leak wl_drm global when unbinding display by Ander Conselvan de Oliveira · 11 years ago
  37. dafa97f mesa: fixes for MSVC 2013 by Scott Graham · 11 years ago
  38. 65ee044 st/mesa: minor whitespace, comment changes in st_draw.c by Brian Paul · 11 years ago
  39. f166fba st/dri: minor formatting clean-ups in dri_context.c by Brian Paul · 11 years ago
  40. f0d4636 mesa: fix a couple issues with U_FIXED, I_FIXED macros by Brian Paul · 11 years ago
  41. 6767c56 mesa: remove GL_MESA_program_debug bits from gl.h by Brian Paul · 11 years ago
  42. 971c743 mesa: remove remnants of GL_MESA_shader_debug by Brian Paul · 11 years ago
  43. 43b05b8 i965: Only emit interpolation setup if there are actual FS inputs. by Kenneth Graunke · 11 years ago
  44. c4de86f i965/fs: Fix accidental type conversion in header setup by Chris Forbes · 11 years ago
  45. b38af01 i965/fs: Fix handling of sampler messages with header but zero offset by Chris Forbes · 11 years ago
  46. f1e605f glsl: Optimize -(-expr) into expr. by Matt Turner · 11 years ago
  47. 963df4d glsl: Optimize abs(-expr) and abs(abs(expr)) into abs(expr). by Matt Turner · 11 years ago
  48. 5b3aec4 glsl: Use saved values instead of recomputing them. by Matt Turner · 11 years ago
  49. 6aeb751 docs: Mark GLSL 1.50, 3.30, and geometry shaders done for i965. by Matt Turner · 11 years ago
  50. aab03f7 docs: Update docs for ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  51. 2d32821 i965: Implement ARB_texture_mirror_clamp_to_edge. by Kenneth Graunke · 11 years ago
  52. cc2f878 i965: Drop unused simple_list.h includes. by Kenneth Graunke · 11 years ago
  53. 1a2a30b gbm-dri: Support importing RGB565 buffers by Kristian Høgsberg · 11 years ago
  54. 672fab0 glsl/linker: Allow mixing of desktop GLSL versions. by Paul Berry · 11 years ago
  55. e26ed75 clover: Improve region and pitch argument handling in memory transfer APIs. by Francisco Jerez · 11 years ago
  56. adefa84 clover: Add a pixel_size() method to the image class. by Francisco Jerez · 11 years ago
  57. 6230f77 clover: Implement support for the ICD extension. by Francisco Jerez · 11 years ago
  58. 9a5afd0 clover: Make sure hidden is the default symbol visibility. by Francisco Jerez · 11 years ago
  59. 07567c1 clover: Prepare the build system for ICD support. by Tom Stellard · 11 years ago
  60. 9e0b7f7 clover: Fix memory leak when initializing a device object fails. by Francisco Jerez · 11 years ago
  61. 1d741e3 clover: Tidy up resource::mapping. by Francisco Jerez · 11 years ago
  62. 6db1025 clover: Simplify command_queue::flush(). by Francisco Jerez · 11 years ago
  63. 7a9bbff clover: Clean up the kernel and program object interface. by Francisco Jerez · 11 years ago
  64. 10284b1 clover: Clean up the interface of the context object slightly. by Francisco Jerez · 11 years ago
  65. 5226eac clover: Delete copy constructors and assignment operators in all non-copiable objects. by Francisco Jerez · 11 years ago
  66. 369419f clover: Define a few convenience equality operators. by Francisco Jerez · 11 years ago
  67. c6e7a0d clover: Simplify the platform object by using util/range. by Francisco Jerez · 11 years ago
  68. e5fc61f clover: Add property list helpers with a syntax consistent with other API objects. by Francisco Jerez · 11 years ago
  69. 04d0ab9 clover: Switch samplers to the new model. by Francisco Jerez · 11 years ago
  70. d6f7afc clover: Switch memory objects to the new model. by Francisco Jerez · 11 years ago
  71. 35307f5 clover: Switch kernel and program objects to the new model. by Francisco Jerez · 11 years ago
  72. 9968d9d clover: Switch command queues to the new model. by Francisco Jerez · 11 years ago
  73. 257781f clover: Switch event objects to the new model. by Francisco Jerez · 11 years ago
  74. 9d06fb8 clover: Switch context objects to the new model. by Francisco Jerez · 11 years ago
  75. c9e009b clover: Switch device objects to the new model. by Francisco Jerez · 11 years ago
  76. 49a49e0 clover: Switch platform objects to the new model. by Francisco Jerez · 11 years ago
  77. bff60c8 clover: Define helper classes for the new object model. by Francisco Jerez · 11 years ago
  78. d8b4994 clover: Clean up property query functions by using a new property_buffer helper class. by Francisco Jerez · 11 years ago
  79. 7d61769 clover: Switch to the new utility code. by Francisco Jerez · 11 years ago
  80. 099d281 clover: Name include guards consistently. by Francisco Jerez · 11 years ago
  81. 8e14b82 clover: Replace a bunch of double underscores with single underscores. by Francisco Jerez · 11 years ago
  82. ebfdce0 clover: Clean up the event profiling code. by Francisco Jerez · 11 years ago
  83. e93efa0 clover: Import new utility library. by Francisco Jerez · 11 years ago
  84. 7baad4b clover: Require GCC 4.7 or higher to build. by Francisco Jerez · 11 years ago
  85. 4f49c97 clover: Use std::numeric_limits<std::size_t>::max() instead of SIZE_MAX by Tom Stellard · 11 years ago
  86. ac81b6f llvmpipe: enable seamless cube filtering by Roland Scheidegger · 11 years ago
  87. 3bdd107 gallivm: implement seamless cube filtering by Roland Scheidegger · 11 years ago
  88. 21a57f9 winsys/radeon: cleanup CS offloading by Christian König · 11 years ago
  89. 1442929 radeon: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  90. 5da618c r200: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  91. e487948 gallium: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  92. a59ae25 swrast: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  93. 1bbd3bb mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  94. 50370e4 scons: Fix Haiku missing library by Alexander von Gluck IV · 11 years ago
  95. 24fd074 docs: Updating forgotten GL feature completion for r600 by Alexandre Demers · 11 years ago
  96. c948aab r300g/compiler: Fix unsigned comparison with less than zero by David Heidelberger · 11 years ago
  97. c325aa5 r600g/sb: Initialize shader::dce_flags. by Vinson Lee · 11 years ago
  98. 00b5d8a i965: Mark G45 as having surface tile offset support. by Kenneth Graunke · 11 years ago
  99. 37cd9ac glsl: Initialize per_vertex_accumulator::fields. by Vinson Lee · 11 years ago
  100. 136a12a mesa: Remove GLXContextID typedef from glx.h. by Vinson Lee · 11 years ago