1. b6cf98b gtn: use const_index helpers by Rob Clark · 9 years ago
  2. 1df3ecc nir: const_index helpers by Rob Clark · 9 years ago
  3. 8b0f6de glsl: Disallow transform feedback varyings with compute shaders. by Kenneth Graunke · 9 years ago
  4. 329181a radeonsi: enable denorms for 64-bit and 16-bit floats by Marek Olšák · 9 years ago
  5. 17fe3fa gallium: pass the robust buffer access context flag to drivers by Marek Olšák · 9 years ago
  6. d611fce gallium/radeon: add a function for adding llvm function attributes by Marek Olšák · 9 years ago
  7. de2e283 radeonsi: compile geometry shaders immediately by Marek Olšák · 9 years ago
  8. f7a8b6f radeonsi: split out code for deleting si_shader by Marek Olšák · 9 years ago
  9. e211420 radeonsi: move code writing tess factors into a separate function by Marek Olšák · 9 years ago
  10. dc5fc3c radeonsi: make LLVM IR dumping less messy by Marek Olšák · 9 years ago
  11. c104136 radeonsi: move a few r600_can_dump_shader calls to where they're needed by Marek Olšák · 9 years ago
  12. b6d5666 radeonsi: remove useless code that handles dx10_clamp_mode by Marek Olšák · 9 years ago
  13. 57271d5 radeonsi: dump SPI_PS_INPUT values along with shader stats by Marek Olšák · 9 years ago
  14. 5a53628 radeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns it by Marek Olšák · 9 years ago
  15. 9483fcc radeonsi: don't force gl_SampleMaskIn to 1 for smoothing by Marek Olšák · 9 years ago
  16. c379c25 radeonsi: split PS input interpolation code into its own function by Marek Olšák · 9 years ago
  17. b9126dc radeonsi: implement forcing per-sample_interpolation using the shader key only by Marek Olšák · 9 years ago
  18. 4596f3c radeonsi: remove si_shader::ps_input_interpolate by Marek Olšák · 9 years ago
  19. 6dda245 radeonsi: move BCOLOR PS input locations after all other inputs by Marek Olšák · 9 years ago
  20. 606e418 radeonsi: move SPI_PS_INPUT_CNTL value computation to a separate function by Marek Olšák · 9 years ago
  21. 90cbbe1 radeonsi: generate a color_two_side variant only if the shader reads colors by Marek Olšák · 9 years ago
  22. 4bbbaaf radeonsi: move si_shader_context initialization into a separate function by Marek Olšák · 9 years ago
  23. a3e9a5f st/mesa: remove st_is_program_native by Marek Olšák · 9 years ago
  24. 7046c58 st/mesa: unify destroy_program_variants cases for TCS, TES, GS by Marek Olšák · 9 years ago
  25. 75be3ee st/mesa: unify get_variant functions for TCS, TES, GS by Marek Olšák · 9 years ago
  26. b8d31fd st/mesa: unify variants and delete functions for TCS, TES, GS by Marek Olšák · 9 years ago
  27. fe14110 mesa: fix incorrect viewport position when GL_CLIP_ORIGIN = GL_LOWER_LEFT by Brian Paul · 9 years ago
  28. 0193e20 mesa: rewrite save_CallLists() code by Brian Paul · 9 years ago
  29. 711d534 mesa: add missing error check in _mesa_CallLists() by Brian Paul · 9 years ago
  30. b1ddc03 mesa: whitespace clean-ups in dlist.h by Brian Paul · 9 years ago
  31. 7d18faf st/mesa: don't allocate bitmap drawing state until needed by Brian Paul · 9 years ago
  32. a5799de st/mesa: move the setup_bitmap_vertex_data() code into draw_bitmap_quad() by Brian Paul · 9 years ago
  33. 130d34c st/mesa: refactor some bitmap drawing code by Brian Paul · 9 years ago
  34. 922be4e mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results by Ilia Mirkin · 9 years ago
  35. 7aca4bb st/mesa: make use of the occlusion predicate query by Ilia Mirkin · 9 years ago
  36. 50235ab nv50: add PIPE_QUERY_OCCLUSION_PREDICATE support by Ilia Mirkin · 9 years ago
  37. 0cb1dda nv30: add PIPE_QUERY_OCCLUSION_PREDICATE support by Ilia Mirkin · 9 years ago
  38. 0d04ec2 ilo: add PIPE_QUERY_OCCLUSION_PREDICATE support by Ilia Mirkin · 9 years ago
  39. c260175 draw: use util_pstipple_* function for stipple pattern textures and samplers by Nicolai Hähnle · 9 years ago
  40. 452e51b draw: use util_pstipple_create_fragment_shader by Nicolai Hähnle · 9 years ago
  41. 83b4d70 winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernel by Marek Olšák · 9 years ago
  42. 1aae5e8 nir: remove unused nir_variable fields by Timothy Arceri · 9 years ago
  43. 6235b69 glsl: remove unrequired forward declaration by Timothy Arceri · 9 years ago
  44. 9dd6a4e glsl: clean up and fix bug in varying linking rules by Timothy Arceri · 9 years ago
  45. fd0b89a glsl: simplify ES Vertex/Fragment shader requirements by Timothy Arceri · 9 years ago
  46. 55fa3c4 glsl: simplify required stages for linking rules by Timothy Arceri · 9 years ago
  47. 2082399 glsl: small tidy up now that link_shaders() exits early with 0 shaders by Timothy Arceri · 9 years ago
  48. 76cfb47 glsl: don't attempt to link empty program by Timothy Arceri · 9 years ago
  49. 371c4b3 nir: Recognize open-coded bitfield_reverse. by Matt Turner · 9 years ago
  50. 2d0d975 nir: Handle large unsigned values in opt_algebraic. by Matt Turner · 9 years ago
  51. 7be8d07 nir: Do opt_algebraic in reverse order. by Matt Turner · 9 years ago
  52. a8f0960 nir: Recognize product of open-coded pow()s. by Matt Turner · 9 years ago
  53. 9f02e3a nir: Add opt_algebraic rules for xor with zero. by Matt Turner · 9 years ago
  54. 3fd4280 glsl: validate arrays of arrays on empty type delclarations by Timothy Arceri · 9 years ago
  55. 74f956c i965: Use nir_lower_load_const_to_scalar(). by Kenneth Graunke · 9 years ago
  56. 184afd8 mesa: remove now unused sampler index handing code by Timothy Arceri · 9 years ago
  57. edc1087 mesa: compute sampler index in ir_to_mesa rather than using UniformHash by Timothy Arceri · 9 years ago
  58. d0e1d6b i965: Don't add barrier deps for FB write messages. by Kenneth Graunke · 9 years ago
  59. 6502b3f st/mesa: enable AoA for gallium drivers reporting GLSL 1.30 by Dave Airlie · 9 years ago
  60. b74e8c8 st/mesa: add atomic AoA support by Dave Airlie · 9 years ago
  61. 90bbe3d mesa: drop unused nonconst sampler functions. by Dave Airlie · 9 years ago
  62. bb8bbe3 st/mesa: handle indirect samplers in arrays/structs properly (v4.1) by Dave Airlie · 9 years ago
  63. 5280176 glsl/ir: add param index to variable. by Dave Airlie · 9 years ago
  64. 53739fd i965: Rename define for the PIPE_CONTROL DC flush bit. by Francisco Jerez · 9 years ago
  65. 10d84ba i965: Invalidate state cache before L3 partitioning set-up. by Francisco Jerez · 9 years ago
  66. 0aa4f99 i965: Fix cache pollution race during L3 partitioning set-up. by Francisco Jerez · 9 years ago
  67. 1817e3c i965/fs: Don't emit unnecessary SEL instruction from emit_image_atomic(). by Francisco Jerez · 9 years ago
  68. c300559 i965/vec4: Update vec4 unit tests for commit 01dacc83ff. by Matt Turner · 9 years ago
  69. 01dacc8 dri/common: include debug_output.h to silence warning by Brian Paul · 9 years ago
  70. 5925161 tgsi: minor whitespace fixes in tgsi_scan.c by Brian Paul · 9 years ago
  71. 42246ab tgsi: s/true/TRUE/ in tgsi_scan.c by Brian Paul · 9 years ago
  72. da6e879 tgsi: use switches instead of big if/else ifs by Brian Paul · 9 years ago
  73. 37eb3f0 tgsi: break gigantic tgsi_scan_shader() function into pieces by Brian Paul · 9 years ago
  74. 3c3ef69 st/mesa: minor formatting fixes in st_cb_bitmap.c by Brian Paul · 9 years ago
  75. 5fdbfb8 mesa: move GL_ARB_debug_output code into new debug_output.c file by Brian Paul · 9 years ago
  76. 6691ba1 gallium/util: whitespace, formatting fixes in u_debug_stack.c by Brian Paul · 9 years ago
  77. 5d2539c gallium/util: whitespace, formatting fixes in u_staging.[ch] files by Brian Paul · 9 years ago
  78. c84a891 gallium/util: switch over to new u_debug_image.[ch] code by Brian Paul · 9 years ago
  79. 3917c8f gallium/util: put image dumping functions into separate file by Brian Paul · 9 years ago
  80. 6c7d4a7 gallium/util: whitespace, formatting fixes in u_debug.c by Brian Paul · 9 years ago
  81. efe5829 trace: add missing pipe_context::clear_texture() by Samuel Pitoiset · 9 years ago
  82. 1dacbb7 trace: remove useless MALLOC() in trace_context_draw_vbo() by Samuel Pitoiset · 9 years ago
  83. ccaf734 mesa/extensions: Fix NVX_gpu_memory_info lexicographical order. by Vinson Lee · 9 years ago
  84. 88519c6 glsl: return cloned signature, not the builtin one by Ilia Mirkin · 9 years ago
  85. ac57577 glsl: make sure builtins are initialized before getting the shader by Ilia Mirkin · 9 years ago
  86. 04c2ca5 tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the mask by Samuel Pitoiset · 9 years ago
  87. ea7f64f glsl: don't generate transform feedback candidate when not required by Timothy Arceri · 9 years ago
  88. c1bbaff glsl: replace unreachable code with an assert() by Timothy Arceri · 9 years ago
  89. e377037 r600, compute: Do not overwrite pipe_resource.screen by Jan Vesely · 9 years ago
  90. 5b51b2e r600g: Ignore format for PIPE_BUFFER targets by Jan Vesely · 9 years ago
  91. d8e4908 mesa/get: fix a breakage after rebase by Marek Olšák · 9 years ago
  92. 9f2e22b i965/vec4: don't copy ATTR into 3src instructions with complex swizzles by Matt Turner · 9 years ago
  93. 1106e79 docs/relnotes: document memory info extensions by Marek Olšák · 9 years ago
  94. 635555a gallium/radeon: implement query_memory_info (v2) by Marek Olšák · 9 years ago
  95. 5f51a24 st/mesa: implement and enable memory info extensions (v2) by Marek Olšák · 9 years ago
  96. 837f74a mesa: implement GL_ATI_meminfo (v2) by Marek Olšák · 9 years ago
  97. 1d79b99 mesa: implement GL_NVX_gpu_memory_info (v2) by Marek Olšák · 9 years ago
  98. d2e4c9e gallium: add interface for querying memory usage and sizes (v2) by Marek Olšák · 9 years ago
  99. c577f28 gallium/radeon: remove radeon_info::r600_tiling_config by Marek Olšák · 9 years ago
  100. 4f96846 gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsys by Marek Olšák · 9 years ago