1. de798bb docs: mark ARB_gpu_shader_fp64 as done in core by Ilia Mirkin · 9 years ago
  2. e790a3c glsl/tests: add DOUBLE types by Ilia Mirkin · 9 years ago
  3. 2e7e7b8 glsl: add a lowering pass for frexp/ldexp with double arguments by Ilia Mirkin · 10 years ago
  4. fffbf37 glsl: lower double optional passes (v2) by Dave Airlie · 10 years ago
  5. e6354a2 glsl: implement double builtin functions by Dave Airlie · 10 years ago
  6. 2e62631 glsl/lower_instructions: add double lowering passes by Dave Airlie · 10 years ago
  7. 8be5ee2 glsl: enable/disable certain lowering passes for doubles by Dave Airlie · 10 years ago
  8. 3bbaf71 glsl: validate output types for shader stages by Tapani Pälli · 10 years ago
  9. 94f9ed7 glsl: add double support to lower_mat_op_to_vec by Dave Airlie · 10 years ago
  10. 3773072 glsl: Linking support for doubles by Dave Airlie · 9 years ago
  11. 7aa3ffe glsl: Support double loop control by Dave Airlie · 9 years ago
  12. 5338347 glsl: Support double inouts by Dave Airlie · 9 years ago
  13. a10275f glsl/lexer: Support double floats by Dave Airlie · 9 years ago
  14. 942574b glsl/parser: Support double floats by Dave Airlie · 9 years ago
  15. ba3bab2 glsl/ast: Support double floats by Dave Airlie · 9 years ago
  16. 2462644 glsl: Add ubo lowering support for doubles by Dave Airlie · 9 years ago
  17. 8609b53 glsl: Add support doubles in optimization passes by Dave Airlie · 9 years ago
  18. 41e9adf glsl/ir: Add builder support for functions with double floats by Dave Airlie · 9 years ago
  19. eeae625 glsl/ir: Add builtin constant function support for doubles by Dave Airlie · 9 years ago
  20. 753ba6b glsl/ir: Add cloning support for doubles by Dave Airlie · 9 years ago
  21. 57c6c3d glsl/ir: Add printing support for doubles by Dave Airlie · 9 years ago
  22. 5a69bdb glsl/ir: Add builtin function support for doubles by Dave Airlie · 9 years ago
  23. 53bf7c8 glsl: fix uniform linking logic in the presence of structs by Ilia Mirkin · 9 years ago
  24. 1ec715c glsl: teach std140_base_alignment about samplers by Ilia Mirkin · 9 years ago
  25. fe23bb8 glsl: Uniform linking support for doubles by Dave Airlie · 9 years ago
  26. 3af8db9 glsl: Add double builtin type generation by Dave Airlie · 9 years ago
  27. 277f4d7 glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2) by Dave Airlie · 10 years ago
  28. 5cc486b mesa: add double uniform support. (v5) by Dave Airlie · 10 years ago
  29. bf257d2 glsl: Add double builtin type by Dave Airlie · 9 years ago
  30. 6227af2 mesa: add ARB_gpu_shader_fp64 extension info (v2) by Dave Airlie · 10 years ago
  31. 3c915e5 glapi: add ARB_gpu_shader_fp64 (v2) by Dave Airlie · 10 years ago
  32. 069dab7 freedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMORY to switch by Ilia Mirkin · 9 years ago
  33. 92fc8f0 freedreno/a3xx: add ARB_instanced_arrays support by Ilia Mirkin · 10 years ago
  34. f6b2e8a freedreno/a3xx: add support for vertexid and instanceid sysvals by Ilia Mirkin · 10 years ago
  35. 2c6e3d8 freedreno: pass number of instances to draw by Ilia Mirkin · 10 years ago
  36. e4ddfee freedreno/a3xx: add ETC2 decoding support by Ilia Mirkin · 9 years ago
  37. 33edda7 st/mesa: pass etc2 textures to driver if supported by Ilia Mirkin · 9 years ago
  38. 845b9e4 llvmpipe,softpipe: only support ETC1, not the upcoming ETC2 by Ilia Mirkin · 9 years ago
  39. 0821efc gallium: add ETC2 format support by Ilia Mirkin · 9 years ago
  40. d622afd freedreno/a3xx: add hardware ETC1 support by Ilia Mirkin · 9 years ago
  41. 935ee6b gallium/dri: Shut up a compiler warning. by Eric Anholt · 9 years ago
  42. 6eadde5 nir: Recognize and reduce duplicated fsats. by Eric Anholt · 10 years ago
  43. 1907a3a nir: Add a flag for lowering fsat. by Eric Anholt · 10 years ago
  44. e5ecf8e nir: Add a flag for lowering ffma. by Eric Anholt · 10 years ago
  45. 42a8ace nir: Add a flag for lowering fneg/ineg. by Eric Anholt · 10 years ago
  46. cb95a22 nir: Add a flag for lowering fsqrt(x) to frcp(frsqrt(x)). by Eric Anholt · 10 years ago
  47. ccf14bc nir: Add lowering of POW instructions if the lower flag is set. by Eric Anholt · 10 years ago
  48. 8e9dbff nir: Conditionalize the POW reconstruction on shader compiler options. by Eric Anholt · 10 years ago
  49. 955a6bb nir: Add an optional expression controlling nir_algebraic xforms. by Eric Anholt · 9 years ago
  50. f90bb54 nir: Add a nir_shader_compiler_options struct pointed to by the shaders. by Eric Anholt · 9 years ago
  51. 4a95be9 i965/simd8vs: Fix SIMD8 atomics (read-only) by Jordan Justen · 9 years ago
  52. b0e2617 ilo: fix PCB alloc asserts on Gen7.5 GT3 by Chia-I Wu · 9 years ago
  53. 68573f5 ilo: fix compiler warnings by Chia-I Wu · 9 years ago
  54. b290330 i915: For the love of all that is holy, stop saying "IGD" by Adam Jackson · 10 years ago
  55. 8a71fd8 auxiliary/vl: honour the DRI2PROTO_CFLAGS by Emil Velikov · 9 years ago
  56. dd7b667 auxiliary/vl: Build vl_winsys_dri.c only when needed. by Emil Velikov · 9 years ago
  57. 3018c4a automake: Use AM_DISTCHECK_CONFIGURE_FLAGS by Emil Velikov · 9 years ago
  58. b0eada1 glx: do not leak the dri2 extension information by Emil Velikov · 10 years ago
  59. 4db985a Revert "radeon/llvm: enable unsafe math for graphics shaders" by Michel Dänzer · 9 years ago
  60. b7a85be st/mesa: add ARB_pipeline_statistics_query support by Ilia Mirkin · 9 years ago
  61. e206785 i965: implement ARB_pipeline_statistics_query by Ben Widawsky · 10 years ago
  62. 86ffc36 mesa: Add support for the ARB_pipeline_statistics_query extension by Ben Widawsky · 10 years ago
  63. 2cd2831 mesa: Add _mesa_has_compute_shaders by Jordan Justen · 9 years ago
  64. 599cbe5 mesa: Add ARB_tessellation_shader to extension table. by Fabian Bieler · 10 years ago
  65. d523fef i965: Prefer Meta over the BLT for BlitFramebuffer. by Kenneth Graunke · 10 years ago
  66. bb33a31 i965/fs: Add algebraic optimizations for MAD. by Matt Turner · 10 years ago
  67. 8cfd1e2 i965/fs: Emit MAD instructions when possible. by Matt Turner · 10 years ago
  68. 36bc5f0 i965/fs: Allow immediates in MAD and LRP instructions. by Matt Turner · 10 years ago
  69. 2dad1e3 i965/fs: Add pass to combine immediates. by Matt Turner · 10 years ago
  70. 0d8f27e i965/fs: Remove force_writemask_all assertion for execsize < 8. by Matt Turner · 10 years ago
  71. 662c645 i965/cfg: Add function to generate a dot file of the dominator tree. by Matt Turner · 10 years ago
  72. b06eef0 i965/cfg: Add function to generate a dot file of the CFG. by Matt Turner · 10 years ago
  73. 0e3dbc0 i965/cfg: Calculate the immediate dominators. by Matt Turner · 10 years ago
  74. 08f304b i965/cfg: Allow cfg::dump to be called without a visitor. by Matt Turner · 10 years ago
  75. 1af5c4a i965: Allow exec_list sentinels as arguments to insert functions. by Matt Turner · 9 years ago
  76. b7ce7c0 Make _mesa_swizzle_and_convert argument types in .c match those in .h by Alan Coopersmith · 9 years ago
  77. 4671dca Use __typeof instead of typeof with Solaris Studio compilers by Alan Coopersmith · 9 years ago
  78. d602fbd Avoid fighting with Solaris headers over isnormal() by Alan Coopersmith · 9 years ago
  79. 815b3bd Remove extraneous ; after DECL_TYPE usage by Alan Coopersmith · 9 years ago
  80. 60ad510 Bracket arguments to tr so they work with Solaris tr by Alan Coopersmith · 10 years ago
  81. 76960a5 glsl: Reduce memory consumption of copy propagation passes. by Kenneth Graunke · 10 years ago
  82. eda3dd0 i965: Add device limits for tess threads & URB entries by Chris Forbes · 10 years ago
  83. e8e4437 r600g/sb: treat undefined values like constants by Dave Airlie · 9 years ago
  84. 598d144 i915c: Use the actual MIN instruction. by Kenneth Graunke · 9 years ago
  85. 7bf7740 i915g: Use the actual MIN instruction. by Kenneth Graunke · 9 years ago
  86. 27b6ef7 i965: Add a function to disassemble an instruction from the 4 dwords. by Kenneth Graunke · 9 years ago
  87. 0b499ab i965: Do Sandybridge workaround flushes before each primitive. by Kenneth Graunke · 10 years ago
  88. 9216348 main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly. by Laura Ekstrand · 9 years ago
  89. 4470bf1 i965/vec4: Silence unused parameter warnings by Ian Romanick · 9 years ago
  90. 2524f9b mesa/main: Silence unused parameter warning by Ian Romanick · 9 years ago
  91. 1424bbf util/hash: Silence comparison between signed and unsigned integer warnings in tests by Ian Romanick · 9 years ago
  92. 3d8f957 util/hash: Silence unused parameter warnings in tests by Ian Romanick · 9 years ago
  93. 147afac glcpp: Silence GCC warning by Ian Romanick · 9 years ago
  94. 2ead748 radeonsi: fix a crash if a stencil ref state is set before a DSA state by Marek Olšák · 9 years ago
  95. 7713d59 r600g,radeonsi: implement GL_AMD_pinned_memory by Marek Olšák · 9 years ago
  96. c688988 winsys/radeon: test the userptr ioctl to see if it's present by Marek Olšák · 9 years ago
  97. 0648471 winsys/radeon: allow unaligned size for user-memory buffers by Marek Olšák · 9 years ago
  98. e8d727a winsys/radeon: allow mapping a user buffer by Marek Olšák · 9 years ago
  99. 8b587ee gallium: add interface and state tracker support for GL_AMD_pinned_memory by Marek Olšák · 9 years ago
  100. 11ebb03 mesa: implement GL_AMD_pinned_memory by Marek Olšák · 9 years ago