1. cea3a7e mesa: add tags file to gitignore by Grazvydas Ignotas · 8 years ago
  2. dda50af mesa: Remove every double semi-colon by Jakob Sinclair · 8 years ago
  3. e5d027e glx: Remove every double semi-colon by Jakob Sinclair · 8 years ago
  4. ea327dc gallium: Remove every double semi-colon by Jakob Sinclair · 8 years ago
  5. de743a0 egl: Remove every double semi-colon by Jakob Sinclair · 8 years ago
  6. e129e6e gallium/r600: removing double semi-colons by Jakob Sinclair · 8 years ago
  7. 12da8bb mesa/main: removing double semi-colons by Jakob Sinclair · 8 years ago
  8. 09e4ac0 glsl: removing double semi-colons by Jakob Sinclair · 8 years ago
  9. 52c7443 glx: Don't enclose includes inside `extern "C" { }`. by Jose Fonseca · 8 years ago
  10. 80e5fb6 radeonsi: add RW_BUFFERS only once in si_ce_needed_cs_space by Marek Olšák · 8 years ago
  11. 2b4b5eb egl: fix make check broken by interop support by Marek Olšák · 8 years ago
  12. e64ee4c docs: mark ARB_compute_shader as done for nvc0 by Samuel Pitoiset · 8 years ago
  13. 5c429f8 nvc0: expose GLSL version 420 on GK110 by Samuel Pitoiset · 8 years ago
  14. a0e777f nvc0: enable ARB_shader_image_load_store on GK110 by Samuel Pitoiset · 8 years ago
  15. 2daaa5d gk110/ir: add emission for VSHL by Samuel Pitoiset · 8 years ago
  16. af59252 gk110/ir: add emission for OP_SUEAU, OP_SUBFM and OP_SUCLAMP by Samuel Pitoiset · 8 years ago
  17. 1f8900a gk110/ir: add emission for OP_SULDB and OP_SUSTx by Samuel Pitoiset · 8 years ago
  18. fddd852 gk110/ir: add emission for OP_MADSP by Samuel Pitoiset · 8 years ago
  19. c2ce22c gk110/ir: add emission for OP_PERMT by Samuel Pitoiset · 8 years ago
  20. 222d1a1 nvc0: expose GLSL version 420 on GK104 by Samuel Pitoiset · 9 years ago
  21. 9e367ed nvc0: enable ARB_shader_image_load_store on GK104 by Ilia Mirkin · 9 years ago
  22. 0d64d39 nvc0: inform users that 3D images are not fully supported by Samuel Pitoiset · 9 years ago
  23. fdbb476 nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+ by Samuel Pitoiset · 8 years ago
  24. 6fc6d54 nvc0/ir: check that the image format doesn't mismatch by Samuel Pitoiset · 8 years ago
  25. fbeb697 nvc0/ir: prevent out of bounds when no images are bound by Samuel Pitoiset · 8 years ago
  26. 5ba5714 nvc0/ir: add indirect support for images on Kepler by Samuel Pitoiset · 9 years ago
  27. 8b540db nvc0/ir: fix 1D arrays images for Kepler by Samuel Pitoiset · 9 years ago
  28. e478156e nvc0/ir: fix cube images for Kepler by Samuel Pitoiset · 9 years ago
  29. 3ce80f9 nv50/ir: add support for SULDP -> SULDB conversion by Ilia Mirkin · 9 years ago
  30. d64ea4e nv50/ir: make use of OP_SUQ for surfaces query by Samuel Pitoiset · 9 years ago
  31. 7c47db3 nv50/ir: add OP_BUFQ for buffers query by Samuel Pitoiset · 9 years ago
  32. e094340 nv50/ir: enable early fragment test with explicit user control by Samuel Pitoiset · 9 years ago
  33. 08f4faa nvc0/ir: fix constraints for OP_SUSTx on Kepler by Samuel Pitoiset · 9 years ago
  34. 119d087 nv50/ir: re-introduce TGSI lowering pass for images by Samuel Pitoiset · 9 years ago
  35. 76ea143 nv50/ir: add support for TGSI image declarations by Samuel Pitoiset · 9 years ago
  36. 1fb3cd2 nvc0: add missing glMemoryBarrier bits by Samuel Pitoiset · 9 years ago
  37. 9bc18a4 nvc0: enable RGB10_A2UI format on GK104 by Samuel Pitoiset · 9 years ago
  38. da8171d nvc0: shift address with blocksize for image buffers by Samuel Pitoiset · 9 years ago
  39. 285f2ed nvc0: fix address offset when images have multiple levels by Samuel Pitoiset · 9 years ago
  40. e28f247 nvc0: bind images on 3D shaders for Kepler by Samuel Pitoiset · 9 years ago
  41. 1eca4c5 nvc0: bind images on compute shaders for Kepler by Samuel Pitoiset · 9 years ago
  42. c6b3c34 nvc0: reserve an area for surfaces info in the driver constbuf by Samuel Pitoiset · 9 years ago
  43. afa0478 nvc0: add preliminary support for images by Samuel Pitoiset · 9 years ago
  44. c62b1b9 gk110/ir: add emission for (a OP b) OP c by Samuel Pitoiset · 8 years ago
  45. 3da8528 nvc0/ir: fix wrong emission of (a OP b) OP c by Samuel Pitoiset · 8 years ago
  46. a2fe35b scons: Support Clang on Windows. by Jose Fonseca · 8 years ago
  47. dcc3baf gallium: Include intrin.h instead of defining ourselves. by Jose Fonseca · 8 years ago
  48. 9a25c8a scons: Whenever possible decide what to do based on platform and not compiler. by Jose Fonseca · 8 years ago
  49. c068610 scons: Move fallback HAVE_* definitions to headers. by Jose Fonseca · 8 years ago
  50. 940da2c nir: Add missing break into switch in construct_value() by Juha-Pekka Heikkila · 8 years ago
  51. 31631d85 radeonsi: Fix memory leak in error path. by Bas Nieuwenhuizen · 8 years ago
  52. 514c5b5 radeonsi: fix build error because of missing param by Oded Gabbay · 8 years ago
  53. 965175a r600g: use do_endian_swap in texture swapping function by Oded Gabbay · 8 years ago
  54. c86c761 r600g: use do_endian_swap in color swapping functions by Oded Gabbay · 8 years ago
  55. 686ad47 r600g: set endianess of 16/32-bit buffers according to do_endian_swap by Oded Gabbay · 8 years ago
  56. 2242dbe r600g/radeonsi: send endian info to format translation functions by Oded Gabbay · 9 years ago
  57. 4965c5b glsl: add ability to use essl 3.20 by Ilia Mirkin · 8 years ago
  58. fa8c0cc main: select ES3.2 version when all extensions are available by Ilia Mirkin · 8 years ago
  59. e3e6859 tgsi: pass a shader type to the machine create and clean up. by Dave Airlie · 8 years ago
  60. a6aae0c gallium/tgsi: move tgsi_exec.h header out of draw_context.h by Dave Airlie · 8 years ago
  61. bd07e20 gallivm: make sampling more robust against bogus coordinates by Roland Scheidegger · 8 years ago
  62. d8edc3e radeonsi: fix missing include for Elements. by Dave Airlie · 8 years ago
  63. d12c3b0 nvc0: bump the amount of shared memory per MP on Maxwell by Samuel Pitoiset · 8 years ago
  64. 5b6a1ae r600: fix missing include for Elements macro by Dave Airlie · 8 years ago
  65. 725431a gm107/ir: s/invalid load/invalid store/ by Samuel Pitoiset · 8 years ago
  66. d2fcd0c freedreno/a3xx: remove unused fxn by Rob Clark · 8 years ago
  67. 8fe2076 freedreno/ir3: convert over to ralloc by Rob Clark · 8 years ago
  68. 27cf3b0 mesa/st: log some additional invalid-fbo cases by Rob Clark · 8 years ago
  69. 2c8674f freedreno: honor handle->offset by Rob Clark · 8 years ago
  70. dfd23ab freedreno: disallow cat4 immed src by Rob Clark · 8 years ago
  71. 76c6cdd freedreno/a4xx: add render-target formats by Rob Clark · 8 years ago
  72. 7add166 freedreno: update generated headers by Rob Clark · 8 years ago
  73. edcc6ce freedreno: reduce line width for deqp further by Rob Clark · 8 years ago
  74. 4610e5e freedreno/ir3: fix sin/cos by Rob Clark · 8 years ago
  75. 21b4bcd i965: Unroll SIMD16 DDY_FINE on Sandybridge. by Kenneth Graunke · 9 years ago
  76. e915903 docs: update the instructions for getting a git account by Brian Paul · 8 years ago
  77. ef3f00e docs: update link to Intel's graphics website by Brian Paul · 8 years ago
  78. 50b82ec mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORM by Jordan Justen · 8 years ago
  79. c4cb879 svga: eliminiate unnecessary constant buffer updates by Charmaine Lee · 8 years ago
  80. 686cd3c svga: mark the texture dirty for write transfer map only by Charmaine Lee · 8 years ago
  81. 6769316 svga: fix assert with PIPE_QUERY_OCCLUSION_PREDICATE for non-vgpu10 by Charmaine Lee · 8 years ago
  82. d7a6c1a svga: minimize surface flush by Charmaine Lee · 8 years ago
  83. 23949cd glapi: fix _glapi_get_proc_address() for mangled function names by Frederic Devernay · 8 years ago
  84. 63df017 util/blitter: use ARRAY_SIZE macro by Brian Paul · 8 years ago
  85. e0184b3 svga: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  86. 77e4b41 svga: whitespace and formatting fixes in svga_pipe_rasterizer.c by Brian Paul · 8 years ago
  87. 25e0d36 svga: whitespace and formatting fixes in svga_pipe_depthstencil.c by Brian Paul · 8 years ago
  88. 595fbc8 svga: whitespace and formatting fixes in svga_pipe_sampler.c by Brian Paul · 8 years ago
  89. 1db8313 gallium/util: initialize pipe_framebuffer_state to zeros by Brian Paul · 8 years ago
  90. 1e99097 util/cache: add comments, fix formatting by Brian Paul · 8 years ago
  91. 4e2d22c i965: Mark URB reads as volatile. by Kenneth Graunke · 9 years ago
  92. 501bedf i965: Make a few tessellation related functions non-static. by Kenneth Graunke · 8 years ago
  93. 464d608 svga: separate HUD counters for state objects by Brian Paul · 8 years ago
  94. b87856d st/omx: Fix resource leak on OMX_ErrorNone by Robert Foss · 8 years ago
  95. 3c8f9ed isl: remove ffs function that conflicts with system headers by Jonathan Gray · 8 years ago
  96. dc732a8 gallium: use unreachable instead of asserts by Grazvydas Ignotas · 8 years ago
  97. d147786 anv: fix warnings in release build by Grazvydas Ignotas · 8 years ago
  98. ff48375 isl: fix warnings in release build by Grazvydas Ignotas · 8 years ago
  99. 29d2c0e spirv: fix warning in release build by Grazvydas Ignotas · 8 years ago
  100. cbb0d4a gallium: fix warnings in release build by Grazvydas Ignotas · 8 years ago