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