1. a396224 i965/fs: Support fine/coarse derivative opcodes by Chris Forbes · 10 years ago
  2. 587e6e7 i965/vec4: Assert that fine/coarse derivative ops don't appear by Chris Forbes · 10 years ago
  3. eba0c54 glsl: Mark program as using dFdy if coarse/fine variant is used by Chris Forbes · 10 years ago
  4. f08d7b8 nv50,nvc0: add support for fine derivatives by Ilia Mirkin · 10 years ago
  5. 88b0c64 mesa/st: add support for emitting fine derivative opcodes by Ilia Mirkin · 10 years ago
  6. 8ee74ce gallium: add opcodes/cap for fine derivative support by Ilia Mirkin · 10 years ago
  7. 3fa384d mesa/program: add new derivative unops to the unexpected list by Ilia Mirkin · 10 years ago
  8. f80c684 glsl: add ARB_derivative control support by Ilia Mirkin · 10 years ago
  9. 4a9c36c mesa: add ARB_derivative_control extension bit by Ilia Mirkin · 10 years ago
  10. e474cb4 mesa: add ARB_texture_barrier support by Ilia Mirkin · 10 years ago
  11. f23ee74 r600g: Implement BPTC texture support by Glenn Kennard · 10 years ago
  12. 221d9c3 i965: Rename intelValidateState to intel_update_state by Kristian Høgsberg · 10 years ago
  13. 416dd87 i965: Assign PS kernel start pointers when we decide which kernels to use by Kristian Høgsberg · 10 years ago
  14. d7d8260 radeonsi: implement BPTC texture support by Grigori Goronzy · 10 years ago
  15. 87a8ed9 radeonsi: fix buffer invalidation of unbound texture buffer objects by Marek Olšák · 10 years ago
  16. 79f28cd r600g: implement invalidation of texture buffer objects by Marek Olšák · 10 years ago
  17. da9c3ed r600g: fix constant buffer fetches by Marek Olšák · 10 years ago
  18. d522021 r600g: clear constant buffer sizes at the beginning of CS by Marek Olšák · 10 years ago
  19. 08264e5 egl_dri2: fix EXT_image_dma_buf_import fds by Pekka Paalanen · 10 years ago
  20. 972e87c i965: fix compiler error in union initiliazer by Pekka Paalanen · 10 years ago
  21. 9b9dd22 i965: Bail on FS copy propagation for scratch writes with source modifiers by Anuj Phogat · 10 years ago
  22. 7c1ea00 i965: Bail on vec4 copy propagation for scratch writes with source modifiers by Anuj Phogat · 10 years ago
  23. 2b83757 glsl: Fixed vectorize pass vs. texture lookups. by Aras Pranckevicius · 10 years ago
  24. 088106f ra: move declarations before code to fix MSVC build by Brian Paul · 10 years ago
  25. bfb6b76 svga: remove some unneeded INLINE qualifiers by Brian Paul · 10 years ago
  26. 2c50212 i965: Store uniform constant values in a gl_constant_value instead of float by Neil Roberts · 10 years ago
  27. 6fb42ee st/vdpau: add device reference counting by Christian König · 10 years ago
  28. c1df492 mesa: Make ARB_gpu_shader5 core-profile-only by Chris Forbes · 10 years ago
  29. a893533 nouveau: force luminance clear colors to have the same g/b values as r by Ilia Mirkin · 10 years ago
  30. c66d928 i965: Enable INTDIV in SIMD16 mode. by Kenneth Graunke · 10 years ago
  31. 24878f3 i965/fs: Drop "do dual source blending" generator parameter. by Kenneth Graunke · 10 years ago
  32. a8379a4 mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer ops by Jason Ekstrand · 10 years ago
  33. 1cfcd01 hud: don't overrun malloced arrays by Dave Airlie · 10 years ago
  34. b6d29de mesa: fix texstore with GL_COLOR_INDEX data by Roland Scheidegger · 10 years ago
  35. 64c379a winsys/radeon: fix hawaii accel_working2 comment by Andreas Boll · 10 years ago
  36. 866dae8 r300g: Fix bug in build_loop_info()/compiler v2 by Tom Stellard · 10 years ago
  37. ed3f7ea clover: Flush the command queue in clReleaseCommandQueue() by Tom Stellard · 10 years ago
  38. a150883 radeonsi/compute: Stop leaking the input buffer by Tom Stellard · 10 years ago
  39. 38fccc3 radeonsi/compute: Whitespace fixes by Tom Stellard · 10 years ago
  40. 1e2e550 radeonsi/compute: Call si_pm4_free_state() after emitting compute state by Tom Stellard · 10 years ago
  41. 05e9681 radeonsi/compute: Update reference counts for buffers in si_set_global_binding() by Tom Stellard · 10 years ago
  42. 72969e0 radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE by Tom Stellard · 10 years ago
  43. 77ea58c radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZE by Tom Stellard · 10 years ago
  44. e78a01d ra: optimistically color only one node at a time by Connor Abbott · 10 years ago
  45. 03f4084 ra: don't consider nodes for spilling we don't need to by Connor Abbott · 10 years ago
  46. 567e276 ra: make the p, q test more efficient by Connor Abbott · 10 years ago
  47. 9a0b52e ra: cleanup the public API by Connor Abbott · 10 years ago
  48. d72d678 nouveau: only try to get new storage if there are any levels by Ilia Mirkin · 10 years ago
  49. ddcbea9 nouveau: add emacs dir-locals file for tabs/8-space indents by Ilia Mirkin · 10 years ago
  50. 8049e5a nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5 by Ilia Mirkin · 10 years ago
  51. 6f1edf3 mesa/st: enable ARB_gpu_shader5 if the reported GLSL version >= 400 by Ilia Mirkin · 10 years ago
  52. 38df9f8 android: megadriver_stub: prefix static libraries with libmesa_ by Emil Velikov · 10 years ago
  53. 73121a3 android: loader: prefix static libraries with libmesa_* by Emil Velikov · 10 years ago
  54. db4d722 android: dri/i9*5: remove used _INCLUDES variable by Emil Velikov · 10 years ago
  55. 7253732 android: drivers/dri: add $(mesa_top)/src to the includes list by Emil Velikov · 10 years ago
  56. 48307eb android: dri: use the installed libdrm headers by Emil Velikov · 10 years ago
  57. c1cc3f2 android: gallium: use the installed libdrm headers by Emil Velikov · 10 years ago
  58. 5f3022e android: loader: use the installed libdrm headers by Emil Velikov · 10 years ago
  59. db064b7 android: egl/dri2: use the installed libdrm headers by Emil Velikov · 10 years ago
  60. 5facd00 android: dri/i915: do not build an 'empty' driver by Emil Velikov · 10 years ago
  61. fa4aeb3 automake: mesa: whitespace fixes by Emil Velikov · 10 years ago
  62. b3121bf mesa: guard better when building with sse4.1 optimisations by Emil Velikov · 10 years ago
  63. 07f5831 android: glsl: the stlport over the limited Android STL by Emil Velikov · 10 years ago
  64. dfa6dc5 android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444} by Emil Velikov · 10 years ago
  65. 51a9a09 android: gallium/auxiliary: drop log2/log2f redefitions by Emil Velikov · 10 years ago
  66. 2e74818 android: targets/egl-static: add correct include for DRM headers by Emil Velikov · 10 years ago
  67. b72b826 scons: group state-trackers' and targets' scons by Emil Velikov · 10 years ago
  68. ec668cb android: reorder gallium SUBDIRS by Emil Velikov · 10 years ago
  69. b75e0d7 automake: handle gallium SUBDIRs in gallium/Makefile by Emil Velikov · 10 years ago
  70. 7af25d1 automake: compact gallium/target/Makefile into gallium/Makefile by Emil Velikov · 10 years ago
  71. eeb56b6 automake: merge gallium/state_trackers/Makefile into gallium/Makefile by Emil Velikov · 10 years ago
  72. fd7da27 automake: compact gallium/drivers and gallium/winsys makefiles by Emil Velikov · 10 years ago
  73. 792041e android: egl/main: add/enable freedreno by Emil Velikov · 10 years ago
  74. bf05e06 android: gallium/freedreno: add preliminary build by Emil Velikov · 10 years ago
  75. 458d03a automake: gallium/freedreno: drop spurious include dirs by Emil Velikov · 10 years ago
  76. aae453a android: egl/main: resolve radeon linking issues by Paulo Sergio Travaglia · 10 years ago
  77. 5bbfa30 android: gallium/radeon: attempt to fix the android build by Paulo Sergio Travaglia · 10 years ago
  78. 825fa28 android: egl/main: fixup the nouveau build by Emil Velikov · 10 years ago
  79. 6b510c6 android: gallium/nouveau: fix include folders, link against libstlport by Emil Velikov · 10 years ago
  80. b26017f egl/main: Bring in the Makefile.sources by Emil Velikov · 10 years ago
  81. 2787bff nvc0: add BPTC format support by Ilia Mirkin · 10 years ago
  82. ffd706d mesa/st: add BPTC formats, expose ARB_texture_compression_bptc by Ilia Mirkin · 10 years ago
  83. 19563f0 softpipe,llvmpipe: mark BPTC formats as unsupported by Ilia Mirkin · 10 years ago
  84. 43c038f gallium: add basic support for BPTC formats by Ilia Mirkin · 10 years ago
  85. 16873a6 st/dri: define GALLIUM_SOFTPIPE when building kms_swrast by Emil Velikov · 10 years ago
  86. c8e0dd2 vc4: Drop the dump_fbo() routine. by Eric Anholt · 10 years ago
  87. 8106722 vc4: Claim the GL 2.1 minimum for 3D textures. by Eric Anholt · 10 years ago
  88. e1ce610 vc4: Declare what vertex formats we actually support. by Eric Anholt · 10 years ago
  89. 8e504ce vc4: Stash some debug code for format support checks. by Eric Anholt · 10 years ago
  90. af35afe vc4: Texture format support has nothing to do with VBO format support. by Eric Anholt · 10 years ago
  91. 3e9a094 vc4: Fix off-by-one in texture maximum levels. by Eric Anholt · 10 years ago
  92. b9eb3d4 vc4: Add support for the FLR opcode. by Eric Anholt · 10 years ago
  93. 8c229d3 i965: Delete the Gen8 code generators. by Kenneth Graunke · 10 years ago
  94. f17bfc9 i965: Never use the Gen8 code generators. by Kenneth Graunke · 10 years ago
  95. 074d472 i965: Switch to the EU emit layer for code generation on Broadwell. by Kenneth Graunke · 10 years ago
  96. db6ffa2 i965: Retype atomics to UD in Gen8 code generation. by Kenneth Graunke · 10 years ago
  97. 04f5b2f i965/vp: Use the sampler for pull constant loads on Gen7/7.5. by Kenneth Graunke · 10 years ago
  98. f7e9756 i965/vec4: Drop gen <= 7 assertion in pull constant load handling. by Kenneth Graunke · 10 years ago
  99. ce90fd9 i965/eu: Set src0 file to IMM on Gen8+ flow control instructions. by Kenneth Graunke · 10 years ago
  100. d8ef0ea i965/eu: Refactor brw_WHILE to share a bit more code on Gen6+. by Kenneth Graunke · 10 years ago