1. dfa1ab0 i965: Implement ARB_stencil_texturing on Gen8+. by Kenneth Graunke · 11 years ago
  2. 23e81b9 mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3). by Kenneth Graunke · 11 years ago
  3. 5f23a2d radeon/uvd: fix typo in documentation by Dieter Nützel · 11 years ago
  4. 262e15f clover: Use correct LLVM version in #if for DataLayout construction by Tom Stellard · 11 years ago
  5. 1dd8435 translate: fix buffer overflows by Zack Rusin · 11 years ago
  6. 08f174d draw/llvm: fix generation of the VS with GS present by Zack Rusin · 11 years ago
  7. 079bff5 mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImage{123}D() by Anuj Phogat · 11 years ago
  8. 0f6f92e mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields() by Anuj Phogat · 11 years ago
  9. 0639801 mesa: Set initial internal format of a texture to GL_RGBA by Anuj Phogat · 11 years ago
  10. cbacee2 st/osmesa: check buffer size when searching for buffers by Brian Paul · 11 years ago
  11. e8d8503 mapi/u_thread: Use GetCurrentThreadId by José Fonseca · 11 years ago
  12. 1337da5 r600g: implement edge flags by Marek Olšák · 11 years ago
  13. ac35ded r600g: port color buffer format conversion from radeonsi by Marek Olšák · 11 years ago
  14. dff3ecc radeonsi: move translate_colorswap to common code by Marek Olšák · 11 years ago
  15. 1e3bdb3 mesa: remove unneeded glthread.c file by Brian Paul · 11 years ago
  16. db806ca mesa: remove empty glthread.h file by Brian Paul · 11 years ago
  17. 94dc91d mesa: remove unused glthread/TSD macros by Brian Paul · 11 years ago
  18. bc76e9f xlib: remove unneeded context tracking code by Brian Paul · 11 years ago
  19. c00b250 xlib: simplify context handling by Brian Paul · 11 years ago
  20. 9b8e267 xlib: remove unused realglx.[ch] files by Brian Paul · 11 years ago
  21. afbc9b3 mesa: remove unused _glthread_*MUTEX() macros by Brian Paul · 11 years ago
  22. f190005 glsl: switch to c11 mutex functions by Brian Paul · 11 years ago
  23. d129ea7 mesa: switch to c11 mutex functions by Brian Paul · 11 years ago
  24. 2706db7 xlib: switch to c11 mutex functions by Brian Paul · 11 years ago
  25. 657436d mesa: update packed format layout comments by Brian Paul · 11 years ago
  26. 837da9b mesa: don't define c99 math functions for MSVC >= 1800 by Hans · 11 years ago
  27. bf25660 util: don't define isfinite(), isnan() for MSVC >= 1800 by Hans · 11 years ago
  28. aff7c5e mesa: don't call ctx->Driver.ClearBufferSubData() if size==0 by Brian Paul · 11 years ago
  29. 465b2c4 softpipe: use 64-bit arithmetic in softpipe_resource_layout() by Brian Paul · 11 years ago
  30. 070036c NV_vdpau_interop: fix IsSurfaceNV return type by Grigori Goronzy · 11 years ago
  31. 86c0687 st/vdpau: fix possible NULL dereference by Grigori Goronzy · 11 years ago
  32. bd6654a st/omx: always advertise all components by Christian König · 11 years ago
  33. 79c8383 clover: Fix building with latest llvm by Bruno Jiménez · 11 years ago
  34. 6f0e273 glx/dri2: fix build failure on HURD by Julien Cristau · 11 years ago
  35. 15b4ff3 st/dri: add support for dma-buf importer (DRIimage v8) by Dave Airlie · 11 years ago
  36. 3fd081d st/dri: move fourcc->format conversion to a common place by Dave Airlie · 11 years ago
  37. c95ec27 mesa: Move MESA_GLSL=dump output to stderr. by Kenneth Graunke · 11 years ago
  38. 3f37dd9 glsl: Fix broken LRP algebraic optimization. by Kenneth Graunke · 11 years ago
  39. ecb71cf freedreno/a3xx/compiler: overflow in trans_endif by Rob Clark · 11 years ago
  40. e0007f7 freedreno/a3xx/compiler: fix for resolving PHI's by Rob Clark · 11 years ago
  41. 2653071 freedreno/lowering: two-sided-color by Rob Clark · 11 years ago
  42. 8dd7012 freedreno/a3xx/compiler: add SSG by Rob Clark · 11 years ago
  43. 44c8f96 freedreno/a3xx: fix gl_PointSize by Rob Clark · 11 years ago
  44. 05a9bda freedreno: resync generated headers by Rob Clark · 11 years ago
  45. cb540c2 freedreno/a3xx: binning-pass vertex shader variant by Rob Clark · 11 years ago
  46. 6640457 freedreno/a3xx: add support for frag coord/face by Rob Clark · 11 years ago
  47. 76924e3 freedreno/a3xx: fix for unused inputs by Rob Clark · 11 years ago
  48. befbda5 i965: Validate (and resolve) all the bound textures. by Chris Forbes · 11 years ago
  49. 590920f i965: Widen sampler key bitfields for 32 samplers by Chris Forbes · 11 years ago
  50. fc25956 dri/i9*5: correctly calculate the amount of system memory by Emil Velikov · 11 years ago
  51. f19271c gallium/util: add missing u_math include by Ilia Mirkin · 11 years ago
  52. a12d4d0 mesa: add unpacking code for MESA_FORMAT_Z32_FLOAT_S8X24_UINT by Brian Paul · 11 years ago
  53. 2a399d9 glx/apple: Fixed glx context memory leak in case of failure. by Siavash Eliasi · 11 years ago
  54. f441632 gbm/dri: Fixed buffer object memory leak in case of failure. by Siavash Eliasi · 11 years ago
  55. 0fe8d71 r300g/tests: Added missing fclose for FILE resource. by Siavash Eliasi · 11 years ago
  56. ff2cbf9 i915: Allocate the sys_buffer using _mesa_align_malloc by Ian Romanick · 11 years ago
  57. 8ba1570 i915: Only allow 8 vertex texture units by Ian Romanick · 11 years ago
  58. 59989a4 i965: Assert array index on access to vec4_visitor's arrays. by Petri Latvala · 11 years ago
  59. 7189fce i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dynamically. by Petri Latvala · 11 years ago
  60. 96f324e gbm: export gbm_device_is_format_supported by Marek Chalupa · 11 years ago
  61. f61e382 r600g/compute: PIPE_CAP_COMPUTE should be false for pre-evergreen GPUs by Tom Stellard · 11 years ago
  62. 4bd7f1d glsl: Don't vectorize horizontal expressions. by Matt Turner · 11 years ago
  63. 5eff857 glsl: Add is_horizontal() method to ir_expression. by Matt Turner · 11 years ago
  64. d5fa8a9 glsl: Optimize lrp(x, 0, a) into x - (x * a). by Matt Turner · 11 years ago
  65. ecc6c3d glsl: Optimize lrp(0, y, a) into y * a. by Matt Turner · 11 years ago
  66. 43dee02 mesa: do depth/stencil format conversion in glGetTexImage by Brian Paul · 11 years ago
  67. 84787aa mesa: fix depth/stencil comments in formats.h by Brian Paul · 11 years ago
  68. f5e681f winsys/svga: Avoid calling drm getparam for max surface size on older kernels by Thomas Hellstrom · 11 years ago
  69. 085f61b meta: Drop ctx->API checks. by Kenneth Graunke · 11 years ago
  70. cf719a0 meta: Restore API at the end of _mesa_meta_end(), not the start. by Kenneth Graunke · 11 years ago
  71. 612a1d5 util/u_format: don't crash in util_format_translate if we can't do translation by Roland Scheidegger · 11 years ago
  72. 80c1b93 i965: Convert VUE map generation checks to if rather than switch. by Kenneth Graunke · 11 years ago
  73. 9b1a674 i965: Only emit VS state pipe control workaround on IVB and BYT. by Kenneth Graunke · 11 years ago
  74. 51fc093 nouveau: add a nouveau_compiler binary to compile TGSI into shader ISA by Ilia Mirkin · 11 years ago
  75. dd370f0 nv30: remove nv30_context use from nvfx_*prog by Ilia Mirkin · 11 years ago
  76. 41dbc4c nv30: remove unused sprite flipping parameter by Ilia Mirkin · 11 years ago
  77. fe2738f nv30: remove unused render_mode and hw_pointsprite_control by Ilia Mirkin · 11 years ago
  78. 8f23d08 nv30: remove use_nv4x, it is identical to is_nv4x by Ilia Mirkin · 11 years ago
  79. 59936a4 radeonsi: Prevent geometry shader from emitting too many vertices by Michel Daenzer · 11 years ago
  80. b3094d9 i965: Fix the region's pitch condition to use blitter by Anuj Phogat · 11 years ago
  81. 863a1f7 glsl: add switch case for MESA_SHADER_COMPUTE by Brian Paul · 11 years ago
  82. fe8f3be meta: Use a #define for the vector type to avoid %svec4 everywhere. by Kenneth Graunke · 11 years ago
  83. f896e82 i965: Don't try to dump shader source for fixed-function FS programs. by Kenneth Graunke · 11 years ago
  84. b18871c i965: Don't forget to subtract mt->first_level in minify calls. by Kenneth Graunke · 11 years ago
  85. ac0a8b9 glsl: Delete LRP_TO_ARITH lowering pass flag. by Kenneth Graunke · 11 years ago
  86. 2fdea48 i965: Stop lowering ir_triop_lrp. by Kenneth Graunke · 11 years ago
  87. 56879a7 i965/vec4: Handle ir_triop_lrp on Gen4-5 as well. by Kenneth Graunke · 11 years ago
  88. ffde483 i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters. by Kenneth Graunke · 11 years ago
  89. bb9c807 ilo: create u_upload_mgr last by Chia-I Wu · 11 years ago
  90. 3616e86 glx: Fix the GLXFBConfig attrib sort priorities by Fredrik Höglund · 11 years ago
  91. f41c2f6 glx: Fix the default values for GLXFBConfig attributes by Fredrik Höglund · 11 years ago
  92. 54df6a0 Re-commit 'clover: Fix build with LLVM 3.5' by Tom Stellard · 11 years ago
  93. f094866 mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp. by Vinson Lee · 11 years ago
  94. 9dfd7c5 Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa" by Timothy Arceri · 11 years ago
  95. 1b79582 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa by Timothy Arceri · 11 years ago
  96. fcd4997 clover: Fix build with LLVM 3.5 by Tom Stellard · 11 years ago
  97. 376a98d glsl: removed unused dimension_count varible by Timothy Arceri · 11 years ago
  98. 42c2366 i965: Fix segfaults since the buffer_storage changes. by Eric Anholt · 11 years ago
  99. d1b1329 nv50: enable txg where supported by Ilia Mirkin · 11 years ago
  100. 0e71c65 nv50: enable cube map array texture support by Ilia Mirkin · 11 years ago