1. 31a5bec nir/lower_out_to_temp: Steal the output's constant initializer by Jason Ekstrand · 8 years ago
  2. 38de85f nir: Add a helper for getting the unique function in a shader by Jason Ekstrand · 8 years ago
  3. 49be812 nir/sweep: Sweep function parameters by Jason Ekstrand · 8 years ago
  4. 1be4c61 nir/builder: Add a helper for creating undefs by Jason Ekstrand · 8 years ago
  5. 6a2479d nir/builder: Add a helper for storing to variable derefs by Jason Ekstrand · 8 years ago
  6. 77e2ac1 nir/builder: Add a helper for building fdot instructions by Jason Ekstrand · 8 years ago
  7. da42266 nir: Add a variable_foreach_safe helper by Jason Ekstrand · 8 years ago
  8. 731870f nir/Makefile: Fix alphabetization by Jason Ekstrand · 8 years ago
  9. b4c0c51 mesa: add OES_texture_buffer and EXT_texture_buffer support by Ilia Mirkin · 9 years ago
  10. 720670a glsl: add OES_texture_buffer and EXT_texture_buffer support by Ilia Mirkin · 9 years ago
  11. 74b76c0 mesa: add OES_texture_buffer and EXT_texture_buffer extension to table by Ilia Mirkin · 9 years ago
  12. 659beca mesa: properly return GetTexLevelParameter queries for buffer textures by Ilia Mirkin · 9 years ago
  13. 4ed4a2a glsl: Delete initialized field from uniform storage test. by Kenneth Graunke · 8 years ago
  14. 86d87d1 mesa: remove initialized field from uniform storage by Timothy Arceri · 8 years ago
  15. b8b3af2 nvc0: use a different offset for buffers and surfaces by Samuel Pitoiset · 8 years ago
  16. 60d6a89 i965: Set address rounding bits for GL_NEAREST filtering as well. by Kenneth Graunke · 9 years ago
  17. 0faf26e i965: Always use BRW_TEXCOORDMODE_CUBE when seamless filtering. by Kenneth Graunke · 8 years ago
  18. 7247365 i965: Fix brw_render_cache_set_check_flush's PIPE_CONTROLs. by Kenneth Graunke · 8 years ago
  19. de505f7 i965: Whack UAV bit when FS discards and there are no color writes. by Kenneth Graunke · 8 years ago
  20. 668b6dd vc4: Remove unused include from vc4_nir_lower_txf_ms.c by Rhys Kidd · 8 years ago
  21. 2b8492d glapi/glx: Treat xserver generated targets as .PHONY by Adam Jackson · 8 years ago
  22. c2f0bc2 glapi/glx: Thunk non-ABI calls through GetProcAddress by Adam Jackson · 8 years ago
  23. ce3f0b2 glapi/glx: Emit direct GL calls instead of dispatch lookup by Adam Jackson · 8 years ago
  24. c0a9cbe glx: Unbreak generating some of the xorg glx headers by Adam Jackson · 8 years ago
  25. dd5f095 mesa/st: Fix NULL access if no fragment shader is bound by Bas Nieuwenhuizen · 8 years ago
  26. b4c72b7 freedreno/ir3: fix for load_front_face intrinsic by Rob Clark · 8 years ago
  27. 3ca034c freedreno/ir3: fix compiler warn by Rob Clark · 9 years ago
  28. b9f1aff nvc0: make sure to disable fetches from previously-set VBOs when blitting by Ilia Mirkin · 8 years ago
  29. 41100b6 nvc0: disable primitive restart and index bias during blits by Ilia Mirkin · 8 years ago
  30. f667d15 nvc0/ir: fix picking of coordinates from tex instruction for textureGrad by Ilia Mirkin · 8 years ago
  31. 6711f15 nv50/ir: saturate depth writes by Ilia Mirkin · 8 years ago
  32. 6262d61 gallium/util: fix up inaccurate behavior of util_framebuffer_state_equal (v2) by Marek Olšák · 8 years ago
  33. 21c4792 st/mesa: only minify height if target != 1D array in st_finalize_texture by Marek Olšák · 8 years ago
  34. 50d653c mesa: optimize out the realloc from glCopyTexImagexD() by Miklós Máté · 8 years ago
  35. baab345 st/mesa: fix handling the fallback texture by Miklós Máté · 8 years ago
  36. 920fbec st/mesa: enable GL_ATI_fragment_shader by Miklós Máté · 8 years ago
  37. dee2744 st/mesa: implement GL_ATI_fragment_shader by Miklós Máté · 8 years ago
  38. d71c1e9 program: add ATI_fragment_shader to shader stages list by Miklós Máté · 8 years ago
  39. e2d5a6f mesa: optionally associate a gl_program to ATI_fragment_shader by Miklós Máté · 8 years ago
  40. 11bd539 gallium/p_context.h: Make comment more readable by Edward O'Callaghan · 8 years ago
  41. 2df1410 mesa/st: Remove GLSLVersion clamping by Edward O'Callaghan · 8 years ago
  42. ca22d2f radeon/r600: Fix return type in failure branch by Edward O'Callaghan · 8 years ago
  43. 1fb05a9 radeon/r600_query.c: Minor style fix by Edward O'Callaghan · 8 years ago
  44. fc3b000 virgl: drop next shader property for now. by Dave Airlie · 8 years ago
  45. 8683d54 glsl: reduce buffer block duplication by Timothy Arceri · 8 years ago
  46. a8e5eda st/xa: emit sampler view declarations in shaders by Brian Paul · 8 years ago
  47. 74a0484 swr: [rasterizer jitter] Fix MASKLOADD AVX prototype (float -> i32) by Tim Rowley · 8 years ago
  48. 93c1a2d swr: [rasterizer core] NUMA optimizations... by Tim Rowley · 8 years ago
  49. 090be2e swr: [rasterizer jitter] Fix logic bug for alpha-to-coverage. by Tim Rowley · 8 years ago
  50. 0767e82 swr: [rasterizer core] Fix Compute workitem retirement by Tim Rowley · 8 years ago
  51. 813e89c swr: [rasterizer core] Cleanup state ring arena after last draw that references it completes by Tim Rowley · 8 years ago
  52. 83822d7 swr: [rasterizer jitter] add missing include for llvm jitevents by Tim Rowley · 8 years ago
  53. 5154991 swr: [rasterizer core] Reduce Arena blocksize to 128KB (from 1MB). by Tim Rowley · 8 years ago
  54. ed5b953 swr: [rasterizer core] One last pass at Arena optimizations by Tim Rowley · 8 years ago
  55. ee6be9e swr: [rasterizer core] CachedArena optimizations by Tim Rowley · 8 years ago
  56. 68314b6 swr: [rasterizer jitter] support llvm-svn by Tim Rowley · 8 years ago
  57. ec9d4c4 swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allocation. by Tim Rowley · 8 years ago
  58. 12ce9d9 swr: [rasterizer] more arena work by Tim Rowley · 8 years ago
  59. 4893224 swr: [rasterizer core] Add clipping against user clip distances in the NullPS backend. by Tim Rowley · 8 years ago
  60. 700a5b0 swr: [rasterizer core] Arena optimizations - preparing for global allocator. by Tim Rowley · 8 years ago
  61. 5899076 swr: [rasterizer core] Reset DrawContext arena at end of draw rather than upon reclaim of DC by Tim Rowley · 8 years ago
  62. 7390418 swr: [rasterizer core] Add clipping of user clip planes in clipper. by Tim Rowley · 8 years ago
  63. 4b4547a swr: [rasterizer] Reduce max in-flight draws to 96 (by default) by Tim Rowley · 8 years ago
  64. 9111d63 swr: [rasterizer] Fix run-time check asserts by Tim Rowley · 8 years ago
  65. 257db36 swr: [rasterizer jitter] signed immediate builder by Tim Rowley · 8 years ago
  66. b958aea swr: [rasterizer common] changes for cygwin by Tim Rowley · 8 years ago
  67. e1222ad swr: [rasterizer] code styling and update copyrights by Tim Rowley · 8 years ago
  68. c75314e swr: [rasterizer core] Guard against enquing work to invalid hot tiles by Tim Rowley · 9 years ago
  69. fee56fd swr: [rasterizer] Stop setting viewport size to larger than hottile array by Tim Rowley · 9 years ago
  70. e374d2d swr: [rasterizer] Discard work + misc fixes by Tim Rowley · 9 years ago
  71. 542d7de swr: [rasterizer] remove use of BYTE type by Tim Rowley · 9 years ago
  72. be4c558 swr: [rasterizer core] Fix crash that can occur when switching contexts by Tim Rowley · 9 years ago
  73. 51a1165 swr: [rasterizer] remove unused knob by Tim Rowley · 9 years ago
  74. 61beaa2 swr: [rasterizer core] subcontext rework by Tim Rowley · 9 years ago
  75. 0c18900 swr: [rasterizer common] add _simd_s[rl]lv_epi32 by Tim Rowley · 9 years ago
  76. bef222d swr: [rasterizer core] Alleviate potential stack overflow for 32bit builds by Tim Rowley · 9 years ago
  77. 3132f73 swr: [rasterizer] remove use of UCHAR and UINT64 types by Tim Rowley · 9 years ago
  78. 643857f swr: [rasterizer] remove use of FLOAT type by Tim Rowley · 9 years ago
  79. 3252fe3 swr: [rasterizer] Fix Coverity issues reported by Mesa developers. by Tim Rowley · 9 years ago
  80. 45d5267 swr: [rasterizer] add debug/perf category to knobs by Tim Rowley · 9 years ago
  81. 1da9c8a swr: [rasterizer core] don't assume linux is 64-bit by Tim Rowley · 8 years ago
  82. 4967880 swr: [rasterizer common] remove old unused win32 types by Tim Rowley · 8 years ago
  83. aca5513 swr: [rasterizer jitter] vpermps support by Tim Rowley · 9 years ago
  84. bfb9541 swr: [rasterizer] Add rdtsc buckets support for shaders by Tim Rowley · 9 years ago
  85. abd4aa6 swr: [rasterizer core] backend reorganization by Tim Rowley · 9 years ago
  86. 13303f3 swr: [rasterizer core] store blend output in temporary instead of PS output. by Tim Rowley · 9 years ago
  87. 3f4fba3 swr: [rasterizer core] Move InitializeHotTiles and corresponding clear code out of threads.cpp. by Tim Rowley · 9 years ago
  88. bdd690d swr: [rasterizer jitter] Cleanup use of types inside of Builder. by Tim Rowley · 9 years ago
  89. 7ead495 swr: [rasterizer jitter] Fix type mismatch on select args for SCATTERPS by Tim Rowley · 9 years ago
  90. 136988b swr: [rasterizer core] fix rasterizing multisampling with scissor enabled by Tim Rowley · 9 years ago
  91. 45f0ce1 swr: [rasterizer core] RingBuffer class for DC/DS by Tim Rowley · 9 years ago
  92. dd0f9ee swr: [rasterizer] switch assert uses to SWR_ASSERT by Tim Rowley · 9 years ago
  93. 45a4afa swr: [rasterizer core] Split all RECT_LIST draws into 1 RECT per draw by Tim Rowley · 9 years ago
  94. 3a25185 swr: [rasterizer] Add string knob type by Tim Rowley · 9 years ago
  95. f00c840 radeonsi: add Polaris PCI IDs by Sonny Jiang · 9 years ago
  96. f87ed90 radeon/vce: disable two pipe mode for Polaris11 by Sonny Jiang · 9 years ago
  97. 0c54774 radeon/vce: add Polaris11 VCE firmware support by Sonny Jiang · 9 years ago
  98. 42e442d radeonsi: add support for Polaris (v2) by Sonny Jiang · 9 years ago
  99. f5e24b1 winsys/amdgpu: addrlib - add Polaris support (v2) by Sonny Jiang · 9 years ago
  100. 511ce29 mesa: Check glReadBuffer enums against the ES3 table. by Kenneth Graunke · 8 years ago