1. ffb8e88 mesa: check if GL_ARB_copy_image is enabled in _mesa_CopyImageSubData() by Brian Paul · 10 years ago
  2. aa9d4f9 i965/blorp_clear: Use memcpy instead of assignment to copy clear value by Neil Roberts · 10 years ago
  3. afa7df9 r600g: Implement ARB_derivative_control by Glenn Kennard · 10 years ago
  4. f1370fe docs: Update relnotes for ARB_gpu_shader5 by Chris Forbes · 10 years ago
  5. 139f127 docs: Mark off ARB_gpu_shader5 for i965 by Chris Forbes · 10 years ago
  6. 4a36679 i965: Enable ARB_gpu_shader5 on Gen7 by Chris Forbes · 10 years ago
  7. abedd05 i965/fs: Add support for nonconst sampler indexing in FS visitor by Chris Forbes · 10 years ago
  8. fbfcd67 i965/fs: Add support for non-const sampler indices in generator by Chris Forbes · 10 years ago
  9. 4ba5171 i965/fs: Refactor generate_tex in prep for nonconst sampler indexing by Chris Forbes · 10 years ago
  10. 2b1204a i965/fs: Use brw_adjust_sampler_state_pointer in fs generator too by Chris Forbes · 10 years ago
  11. 2cd6169e i965/vec4: Add support for nonconst sampler indexing in VS visitor by Chris Forbes · 10 years ago
  12. 301b715 i965/vec4: Add support for non-const sampler indices in generator by Chris Forbes · 10 years ago
  13. 86dc34a i965: Generalize sampler state pointer mangling for non-const by Chris Forbes · 10 years ago
  14. f7146d1 i965/vec4: Refactor generate_tex in prep for non-const samplers by Chris Forbes · 10 years ago
  15. 8ce3fa8 i965: Extract helper function for surface state pointer adjustment by Chris Forbes · 10 years ago
  16. ceaf823 docs: Mark off ARB_gpu_shader5 UBO array indexing for i965 by Chris Forbes · 10 years ago
  17. 70354ca i965/vec4: Add visitor support for nonconst ubo block indexing by Chris Forbes · 10 years ago
  18. a55eae9 i965/vec4: Generate indirect sends for nonconstant UBO array access by Chris Forbes · 10 years ago
  19. ad9fce6 i965/fs: Add visitor support for nonconstant UBO indices by Chris Forbes · 10 years ago
  20. 3fd359b i965/fs: Generate indirect sends for nonconstant UBO array accesses by Chris Forbes · 10 years ago
  21. 17e0fa9 i965: Adjust set_message_descriptor to handle non-sends by Chris Forbes · 10 years ago
  22. 3512c79 i965: Add low-level support for indirect sends by Chris Forbes · 10 years ago
  23. 35ca288 i965/fs: Add pass to rename registers to break live ranges. by Kenneth Graunke · 11 years ago
  24. 650c331 i965: Fix INTDIV math assertions on Broadwell. by Kenneth Graunke · 10 years ago
  25. e84e074 Revert "i965/vec4: Use MOV, not OR, to set URB write channel mask bits." by Kenneth Graunke · 10 years ago
  26. 417cc8b docs: Mark off ARB_derivative_control for i965. by Chris Forbes · 10 years ago
  27. 654b778 i965: Enable ARB_derivative_control on Gen7+. by Chris Forbes · 10 years ago
  28. a396224 i965/fs: Support fine/coarse derivative opcodes by Chris Forbes · 10 years ago
  29. 587e6e7 i965/vec4: Assert that fine/coarse derivative ops don't appear by Chris Forbes · 10 years ago
  30. eba0c54 glsl: Mark program as using dFdy if coarse/fine variant is used by Chris Forbes · 10 years ago
  31. f08d7b8 nv50,nvc0: add support for fine derivatives by Ilia Mirkin · 10 years ago
  32. 88b0c64 mesa/st: add support for emitting fine derivative opcodes by Ilia Mirkin · 10 years ago
  33. 8ee74ce gallium: add opcodes/cap for fine derivative support by Ilia Mirkin · 10 years ago
  34. 3fa384d mesa/program: add new derivative unops to the unexpected list by Ilia Mirkin · 10 years ago
  35. f80c684 glsl: add ARB_derivative control support by Ilia Mirkin · 10 years ago
  36. 4a9c36c mesa: add ARB_derivative_control extension bit by Ilia Mirkin · 10 years ago
  37. e474cb4 mesa: add ARB_texture_barrier support by Ilia Mirkin · 10 years ago
  38. c3bd130 docs: document radeonsi BPTC support, sort extensions in 10.3 release notes by Marek Olšák · 10 years ago
  39. f23ee74 r600g: Implement BPTC texture support by Glenn Kennard · 10 years ago
  40. 221d9c3 i965: Rename intelValidateState to intel_update_state by Kristian Høgsberg · 10 years ago
  41. 416dd87 i965: Assign PS kernel start pointers when we decide which kernels to use by Kristian Høgsberg · 10 years ago
  42. d7d8260 radeonsi: implement BPTC texture support by Grigori Goronzy · 10 years ago
  43. 87a8ed9 radeonsi: fix buffer invalidation of unbound texture buffer objects by Marek Olšák · 10 years ago
  44. 79f28cd r600g: implement invalidation of texture buffer objects by Marek Olšák · 10 years ago
  45. da9c3ed r600g: fix constant buffer fetches by Marek Olšák · 10 years ago
  46. d522021 r600g: clear constant buffer sizes at the beginning of CS by Marek Olšák · 10 years ago
  47. 08264e5 egl_dri2: fix EXT_image_dma_buf_import fds by Pekka Paalanen · 10 years ago
  48. 972e87c i965: fix compiler error in union initiliazer by Pekka Paalanen · 10 years ago
  49. 9b9dd22 i965: Bail on FS copy propagation for scratch writes with source modifiers by Anuj Phogat · 10 years ago
  50. 7c1ea00 i965: Bail on vec4 copy propagation for scratch writes with source modifiers by Anuj Phogat · 10 years ago
  51. 2b83757 glsl: Fixed vectorize pass vs. texture lookups. by Aras Pranckevicius · 10 years ago
  52. 088106f ra: move declarations before code to fix MSVC build by Brian Paul · 10 years ago
  53. bfb6b76 svga: remove some unneeded INLINE qualifiers by Brian Paul · 10 years ago
  54. 478f827 docs/autoconf: update to better reflect reality by Emil Velikov · 10 years ago
  55. d4a1f3f scons: do not include headers from the sources lists by Jose Fonseca · 10 years ago
  56. 395ce0b configure.ac: remove enable 32/64 bit hacks by Emil Velikov · 10 years ago
  57. 957a28e Revert "configure: Fix --enable-XX-bit flags by moving LT_INIT where it should" by Emil Velikov · 10 years ago
  58. 2c50212 i965: Store uniform constant values in a gl_constant_value instead of float by Neil Roberts · 10 years ago
  59. 6fb42ee st/vdpau: add device reference counting by Christian König · 10 years ago
  60. c1df492 mesa: Make ARB_gpu_shader5 core-profile-only by Chris Forbes · 10 years ago
  61. a893533 nouveau: force luminance clear colors to have the same g/b values as r by Ilia Mirkin · 10 years ago
  62. c66d928 i965: Enable INTDIV in SIMD16 mode. by Kenneth Graunke · 10 years ago
  63. 24878f3 i965/fs: Drop "do dual source blending" generator parameter. by Kenneth Graunke · 10 years ago
  64. a8379a4 mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer ops by Jason Ekstrand · 10 years ago
  65. f1ef4be docs: update ARB_vertex_attrib_64bit status by Dave Airlie · 10 years ago
  66. c632334 docs/GL3.txt: add GLES 3.1 section by Dave Airlie · 10 years ago
  67. 1cfcd01 hud: don't overrun malloced arrays by Dave Airlie · 10 years ago
  68. b6d29de mesa: fix texstore with GL_COLOR_INDEX data by Roland Scheidegger · 10 years ago
  69. 64c379a winsys/radeon: fix hawaii accel_working2 comment by Andreas Boll · 10 years ago
  70. 866dae8 r300g: Fix bug in build_loop_info()/compiler v2 by Tom Stellard · 10 years ago
  71. ed3f7ea clover: Flush the command queue in clReleaseCommandQueue() by Tom Stellard · 10 years ago
  72. a150883 radeonsi/compute: Stop leaking the input buffer by Tom Stellard · 10 years ago
  73. 38fccc3 radeonsi/compute: Whitespace fixes by Tom Stellard · 10 years ago
  74. 1e2e550 radeonsi/compute: Call si_pm4_free_state() after emitting compute state by Tom Stellard · 10 years ago
  75. 05e9681 radeonsi/compute: Update reference counts for buffers in si_set_global_binding() by Tom Stellard · 10 years ago
  76. 72969e0 radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE by Tom Stellard · 10 years ago
  77. 77ea58c radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZE by Tom Stellard · 10 years ago
  78. e78a01d ra: optimistically color only one node at a time by Connor Abbott · 10 years ago
  79. 03f4084 ra: don't consider nodes for spilling we don't need to by Connor Abbott · 10 years ago
  80. 567e276 ra: make the p, q test more efficient by Connor Abbott · 10 years ago
  81. 9a0b52e ra: cleanup the public API by Connor Abbott · 10 years ago
  82. d72d678 nouveau: only try to get new storage if there are any levels by Ilia Mirkin · 10 years ago
  83. ddcbea9 nouveau: add emacs dir-locals file for tabs/8-space indents by Ilia Mirkin · 10 years ago
  84. 8049e5a nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5 by Ilia Mirkin · 10 years ago
  85. 6f1edf3 mesa/st: enable ARB_gpu_shader5 if the reported GLSL version >= 400 by Ilia Mirkin · 10 years ago
  86. 52901ec android: add CleanSpec.mk by Emil Velikov · 10 years ago
  87. 38df9f8 android: megadriver_stub: prefix static libraries with libmesa_ by Emil Velikov · 10 years ago
  88. 73121a3 android: loader: prefix static libraries with libmesa_* by Emil Velikov · 10 years ago
  89. db4d722 android: dri/i9*5: remove used _INCLUDES variable by Emil Velikov · 10 years ago
  90. 7253732 android: drivers/dri: add $(mesa_top)/src to the includes list by Emil Velikov · 10 years ago
  91. 48307eb android: dri: use the installed libdrm headers by Emil Velikov · 10 years ago
  92. c1cc3f2 android: gallium: use the installed libdrm headers by Emil Velikov · 10 years ago
  93. 5f3022e android: loader: use the installed libdrm headers by Emil Velikov · 10 years ago
  94. db064b7 android: egl/dri2: use the installed libdrm headers by Emil Velikov · 10 years ago
  95. 5facd00 android: dri/i915: do not build an 'empty' driver by Emil Velikov · 10 years ago
  96. fa4aeb3 automake: mesa: whitespace fixes by Emil Velikov · 10 years ago
  97. b3121bf mesa: guard better when building with sse4.1 optimisations by Emil Velikov · 10 years ago
  98. 07f5831 android: glsl: the stlport over the limited Android STL by Emil Velikov · 10 years ago
  99. dfa6dc5 android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444} by Emil Velikov · 10 years ago
  100. 51a9a09 android: gallium/auxiliary: drop log2/log2f redefitions by Emil Velikov · 10 years ago