1. 2a15dc0 gallium/util: removed unused header-file by Erik Faye-Lund · 9 years ago
  2. e67f5ca nvc0: do not force re-binding of compute constbufs on Fermi by Samuel Pitoiset · 9 years ago
  3. 5be700e meta: Unconditionally set GL_SKIP_DECODE_EXT by Ian Romanick · 9 years ago
  4. 1799edd meta: Only bind the sampler in one place by Ian Romanick · 9 years ago
  5. ae50157 meta/decompress: Don't pollute the sampler object namespace by Ian Romanick · 9 years ago
  6. b03ee12 meta/decompress: Save and restore the sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  7. d4094f6 meta/decompress: Track sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  8. 1998af8 meta/decompress: Use internal functions for sampler object access by Ian Romanick · 9 years ago
  9. b85c5fe meta/generate_mipmap: Don't pollute the sampler object namespace by Ian Romanick · 9 years ago
  10. d678271 meta/generate_mipmap: Save and restore the sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  11. 36f4132 meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  12. b94e7f3 meta/generate_mipmap: Use internal functions for sampler object access by Ian Romanick · 9 years ago
  13. 963065b meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sampler by Ian Romanick · 9 years ago
  14. 533320e meta/blit: Save and restore the sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  15. d796b49 meta/blit: Use internal functions for sampler object access by Ian Romanick · 9 years ago
  16. ad5b1b4 meta/blit: Group the SamplerParameteri calls with the other sampler operations by Ian Romanick · 9 years ago
  17. adb4b31 mesa: Refator _mesa_BindSampler to make _mesa_bind_sampler by Ian Romanick · 9 years ago
  18. 4cf5c85 mesa: Add _mesa_set_sampler_srgb_decode method by Ian Romanick · 9 years ago
  19. ecba76d mesa: Add _mesa_set_sampler_filters method by Ian Romanick · 9 years ago
  20. 08822b4 mesa: Add _mesa_set_sampler_wrap method by Ian Romanick · 9 years ago
  21. 3029d60 nvc0: remove useless goto in nvc0_launch_grid() by Samuel Pitoiset · 9 years ago
  22. 5318bd3 mesa: Mark Identity as const by Ian Romanick · 9 years ago
  23. 647d8e9 configure.ac: always define __STDC_CONSTANT_MACROS by Oded Gabbay · 9 years ago
  24. aa6aa39 i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+. by Kenneth Graunke · 9 years ago
  25. f2c8913 Add missing platform information for KBL by Mark Janes · 9 years ago
  26. f21df5c nv50/ir: the whole point of data array is to hand out regular registers by Ilia Mirkin · 9 years ago
  27. a9eace3 mesa/uniform_query: add IROUNDD and use for doubles->ints (v2) by Dave Airlie · 9 years ago
  28. 124c9c2 glsl: replace unreachable code path with assert by Timothy Arceri · 9 years ago
  29. cf757f4 Revert "glsl: replace unreachable code path with assert" by Timothy Arceri · 9 years ago
  30. 98270fd glsl: replace unreachable code path with assert by Timothy Arceri · 9 years ago
  31. e4c5ace glsl: combine if blocks by Timothy Arceri · 9 years ago
  32. 7b4f8c8 mesa: Update todo regarding StencilOp and StencilOpSeparate. by Rhys Kidd · 9 years ago
  33. 5e3edd4 glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable. by Kenneth Graunke · 9 years ago
  34. 0d3051f nv50/ir: Fix scratch allocation size and file by Pierre Moreau · 9 years ago
  35. da5d458 mesa: merge bind_atomic_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  36. 5eb104d mesa: merge bind_shader_storage_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  37. e8dd7cc mesa: merge bind_uniform_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  38. b3ca26c mesa: merge bind_xfb_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  39. 81f7fd3 glsl: Don't add nir files to libglsl_la_SOURCES by Kristian Høgsberg Kristensen · 9 years ago
  40. e3706a7 nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion by Ilia Mirkin · 9 years ago
  41. 82ad571 glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.c by Kristian Høgsberg Kristensen · 9 years ago
  42. 1d25ef6 i965: Move GLSL lowering passes out of libi965_compiler.la by Kristian Høgsberg Kristensen · 9 years ago
  43. e97caba glsl: Move glsl_to_nir files to LIBGLSL_FILES by Kristian Høgsberg Kristensen · 9 years ago
  44. 1d54ac6 mesa: Use separate indices for UBO & SSBO during binding by Jordan Justen · 9 years ago
  45. cf66a8f mesa: Map program UBOs and SSBOs to Interface Blocks by Jordan Justen · 9 years ago
  46. 5d349fa mesa: docs: Add link to planet.freedesktop.org by Sarah Sharp · 9 years ago
  47. dff1cac freedreno: add ir3_compiler to gitignore by Ilia Mirkin · 9 years ago
  48. 90ba066 gallium: add a RESQ opcode to query info about a resource by Ilia Mirkin · 9 years ago
  49. ebfb544 gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by Ilia Mirkin · 9 years ago
  50. 266d001 gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS by Ilia Mirkin · 9 years ago
  51. 8cb493a tgsi: update atomic op docs by Ilia Mirkin · 9 years ago
  52. bdef02f tgsi: add a is_store property by Ilia Mirkin · 9 years ago
  53. 50b8488 tgsi: provide a way to encode memory qualifiers for SSBO by Ilia Mirkin · 9 years ago
  54. 888ddd6 ureg: add buffer support to ureg by Ilia Mirkin · 9 years ago
  55. 8cc9a8a tgsi: add ureg support for image decls by Ilia Mirkin · 10 years ago
  56. 208bfc4 glsl: Ensure 64bits shift is used. by Jose Fonseca · 9 years ago
  57. e378184 mesa/main: Avoid `void function returning a value` warning. by Jose Fonseca · 9 years ago
  58. 6613042 configure.ac: add --enable-profile by Oded Gabbay · 9 years ago
  59. 1e463d2 nine: allow fragment shader POSITION and FACE to be system values by Marek Olšák · 9 years ago
  60. d0cf66d vl: allow fragment shader POSITION to be a system value by Marek Olšák · 9 years ago
  61. 69f43c2 util/pstipple: allow fragment shader POSITION to be a system value by Marek Olšák · 9 years ago
  62. 8a13ce1 st/mesa: add support for POSITION and FACE system values by Marek Olšák · 9 years ago
  63. c00e534 tgsi/scan: update for POSITION and FACE sytem values by Marek Olšák · 9 years ago
  64. 34738a9 gallium: add caps for POSITION and FACE system values by Marek Olšák · 9 years ago
  65. 24737f2 program: add a helper for rewriting FP position input to sysval by Marek Olšák · 9 years ago
  66. 4191c1a glsl: optionally declare gl_FragCoord & gl_FrontFacing as system values by Marek Olšák · 9 years ago
  67. c07cf5f tgsi/ureg: handle redundant declarations in ureg_DECL_system_value by Marek Olšák · 9 years ago
  68. c886422 tgsi/ureg: remove index parameter from ureg_DECL_system_value by Marek Olšák · 9 years ago
  69. 91e8f2b st/mesa: remove dead code from mesa_to_tgsi by Marek Olšák · 9 years ago
  70. cb51348 radeon, si: Use TGSI chan name defines in lp_build_emit_fetch() calls by Edward O'Callaghan · 9 years ago
  71. b42254e gallium/aux: Use TGSI chan name defines inplace of literals by Edward O'Callaghan · 9 years ago
  72. d6db7ce mesa: check that internalformat of CopyTexImage*D is not 1, 2, 3, 4 by Nicolai Hähnle · 9 years ago
  73. 040e314 i965/compiler: Enable more lowering in NIR by Jason Ekstrand · 9 years ago
  74. d00abcc nir/algebraic: Add more lowering by Jason Ekstrand · 9 years ago
  75. b0d4ee5 nir/opcodes: Fix up uadd_carry and usub_borrow by Jason Ekstrand · 9 years ago
  76. 67b31b3 nvc0: add ARB_indirect_parameters support by Ilia Mirkin · 9 years ago
  77. 9a54ccf st/mesa: expose ARB_indirect_parameters when the backend driver allows by Ilia Mirkin · 9 years ago
  78. e1eab5a mesa: add support for ARB_indirect_parameters draw functions by Ilia Mirkin · 9 years ago
  79. 9327e2d mesa: add parameter buffer, used for ARB_indirect_parameters by Ilia Mirkin · 9 years ago
  80. b3e2c21 glapi: add ARB_indirect_parameters definitions by Ilia Mirkin · 9 years ago
  81. 7ca67c7 nvc0: add support for real ARB_multi_draw_indirect by Ilia Mirkin · 9 years ago
  82. d3e43ba nvc0: adjust indirect draw macros to handle multiple draws at once by Ilia Mirkin · 9 years ago
  83. 2860f20 st/mesa: add support for new mesa indirect draw interface by Ilia Mirkin · 9 years ago
  84. d67b9ba gallium: add caps to expose support for multi indirect draws by Ilia Mirkin · 9 years ago
  85. 3e11656 gallium: add sufficient draw interface to allow new indirect features by Ilia Mirkin · 9 years ago
  86. 60d0cfd vbo: create a new draw function interface for indirect draws by Ilia Mirkin · 9 years ago
  87. 2923c7a llvmpipe: do 64bit plane calculations in the sse path by Roland Scheidegger · 9 years ago
  88. fad283b llvmpipe: don't store eo as 64bit int by Roland Scheidegger · 9 years ago
  89. b61b9a3 llvmpipe: use aligned data for the assembly program in setup by Roland Scheidegger · 9 years ago
  90. 9db7309 draw: initialize prim header flags when clipping lines by Roland Scheidegger · 9 years ago
  91. 64da11f draw: fix line stippling with unfilled prims by Roland Scheidegger · 9 years ago
  92. 5cf156c glsl: replace null check with assert by Timothy Arceri · 9 years ago
  93. 051603e i965: use _mesa_delete_buffer_object by Nicolai Hähnle · 9 years ago
  94. 1b74c02 i915: use _mesa_delete_buffer_object by Nicolai Hähnle · 9 years ago
  95. 8882b46 radeon: use _mesa_delete_buffer_object by Nicolai Hähnle · 9 years ago
  96. 1c2187b st/mesa: use _mesa_delete_buffer_object by Nicolai Hähnle · 9 years ago
  97. 6aed083 mesa/bufferobj: make _mesa_delete_buffer_object externally accessible by Nicolai Hähnle · 9 years ago
  98. f41b6cf llvmpipe: use sse2 conv code for altivec by Oded Gabbay · 9 years ago
  99. bca1805 radeonsi: adjust the parameters of si_shader_dump by Marek Olšák · 9 years ago
  100. 0a51b01 radeonsi: move si_shader_dump call out of si_compile_llvm by Marek Olšák · 9 years ago