1. 50b49d2 glcpp: Only disallow #undef of pre-defined macros on GLSL ES >= 3.00 shaders by Ian Romanick · 8 years ago
  2. eda6349 glcpp: Track the actual version instead of just the version_resolved flag by Ian Romanick · 8 years ago
  3. 30e5ff7 glsl: remove remaining tabs in link_uniform_initializers.cpp by Timothy Arceri · 8 years ago
  4. 549222f glsl: use UniformHash to find storage location by Timothy Arceri · 8 years ago
  5. 82e153d glsl: remove dead builtins before assigning varying locations by Timothy Arceri · 8 years ago
  6. 588702c glsl: split out varying and uniform linking code by Timothy Arceri · 8 years ago
  7. 4c3a6b0 i965/vec4: Make opt_vector_float reset at the top of each block by Jason Ekstrand · 8 years ago
  8. ac69663 mesa: Use a temporary set to track whether we've added a resource yet. by Eric Anholt · 8 years ago
  9. ee02a5e prog_hash_table: Convert to using util/hash_table.h. by Eric Anholt · 8 years ago
  10. 91945f9 prog_hash_table: Convert compare funcs to match util/hash_table.h. by Eric Anholt · 8 years ago
  11. 60f1b43 nir: Drop an unused program/hash_table.h include. by Eric Anholt · 8 years ago
  12. 6198160 swr: [rasterizer core] unused variable warning fixes by Tim Rowley · 8 years ago
  13. 9aa75e5 swr: [rasterizer jitter] add core string to JitManager by Tim Rowley · 8 years ago
  14. b311bdf swr: [rasterizer core] fix OOB check of viewport indices by Tim Rowley · 8 years ago
  15. 2eae02f swr: [rasterizer common] add linux definition for InterlockedAdd64 by Tim Rowley · 8 years ago
  16. e8b35a2 swr: [rasterizer jitter] add VMASKSTOREPS intrinsic by Tim Rowley · 8 years ago
  17. 3393279 swr: [rasterizer jitter] add mask support for odd format fetch by Tim Rowley · 8 years ago
  18. 92621ac swr: [rasterizer core] routing of viewport indexes through frontend by Tim Rowley · 8 years ago
  19. 4e8763c swr: [rasterizer core] split FE and BE stats by Tim Rowley · 8 years ago
  20. f833b69 swr: [rasterizer core] remove all old stats code by Tim Rowley · 8 years ago
  21. ad15318 swr: [rasterizer core] viewport array support by Tim Rowley · 8 years ago
  22. d86e248 swr: [rasterizer jitter] fetch support for offsetting VertexID by Tim Rowley · 8 years ago
  23. 6625fd0 swr: [rasterizer core] fundamentally change how stats work by Tim Rowley · 8 years ago
  24. 047493c swr: [rasterizer core] add rasterizerSampleCount to PS context by Tim Rowley · 8 years ago
  25. a83beb9 swr: [rasterizer core] remove cygwin threads.cpp stubs by Tim Rowley · 8 years ago
  26. 29e1c4a swr: [rasterizer core] allow override of KNOB thread settings by Tim Rowley · 8 years ago
  27. e0c1030 swr: [rasterizer core] add SwrWaitForIdleFE by Tim Rowley · 8 years ago
  28. 8dfaf24 swr: [rasterizer core] change threadsDone to be a 32-bit value. by Tim Rowley · 8 years ago
  29. 6624e01 swr: [rasterizer core] update trivial accept test conditions by Tim Rowley · 8 years ago
  30. 7cf187d swr: [rasterizer core] improve implementation for SoWriteOffset by Tim Rowley · 8 years ago
  31. 8d3b201 swr: [rasterizer common] make disabled asserts always print (but not break) by Tim Rowley · 8 years ago
  32. 6575ebd vl/rbsp: add a check for emulation prevention three byte by Leo Liu · 8 years ago
  33. bc5df3b Re-apply "glsl: don't try to lower non-gl builtins as if they were gl_FragData" by Ilia Mirkin · 8 years ago
  34. 9c63fd9 radeonsi: set CB_COLORn_INFO.ROUND_MODE by Marek Olšák · 8 years ago
  35. 667ad9f radeonsi: set CB_COLORn_INFO.SIMPLE_FLOAT by Marek Olšák · 8 years ago
  36. 36057ff radeonsi: disallow MIN/MAX blend equations for dual source blending by Marek Olšák · 8 years ago
  37. 947e061 radeonsi: only set dual source blending for MRT0 by Marek Olšák · 8 years ago
  38. 88c2fc6 st/mesa: in ATI fs don't assume TEMP0=REG0 by Miklós Máté · 8 years ago
  39. 9a4d5db st/nine: Fix invalid attempt to use indirect draws. by Trevor Davenport · 8 years ago
  40. 0ce5ec8 util: Use win32 intrinsics for util_last_bit if present. by Mathias Fröhlich · 8 years ago
  41. 3f100b7 gallium/radeon: use unflushed fences for deferred flushes (v2) by Marek Olšák · 8 years ago
  42. 1cc95a1 st/mesa: set the ctx parameter of fence_finish by Marek Olšák · 8 years ago
  43. 54272e1 gallium: add a pipe_context parameter to fence_finish by Marek Olšák · 8 years ago
  44. c6043e7 st/mesa: use PIPE_USAGE_STREAM for GL_CLIENT_STORAGE_BIT without READ_BIT (v2) by Marek Olšák · 8 years ago
  45. 33a9b4e gallium/radeon: add HUD queries for mapped VRAM/GTT by Marek Olšák · 8 years ago
  46. 645d395 winsys/radeon: track the amount of mapped memory by Marek Olšák · 8 years ago
  47. 1e04483 winsys/amdgpu: track the amount of mapped memory by Marek Olšák · 8 years ago
  48. 8276776 winsys/amdgpu: don't try to unmap userptr buffers by Marek Olšák · 8 years ago
  49. ef836c0 gallium/radeon: increase the size of the renderer string by Marek Olšák · 8 years ago
  50. 739d526 gallium/radeon: implement ARB_clear_texture (v3) by Marek Olšák · 8 years ago
  51. 7df1538 gallium/radeon: handle render_condition_enable for clear_rt/ds by Marek Olšák · 8 years ago
  52. a909210 gallium: add render_condition_enable param to clear_render_target/depth_stencil by Marek Olšák · 8 years ago
  53. a7c6993 egl: android: query native window default width and height (v2) by Haixia Shi · 8 years ago
  54. c4cd0e8 anv/device: Enable sample shading on gen7+ by Anuj Phogat · 8 years ago
  55. f16295a anv/gen7_pipeline: Set multisample state using shared function by Anuj Phogat · 8 years ago
  56. 2ef5063 anv/pipeline: Add sample locations for gen7-7.5 by Anuj Phogat · 8 years ago
  57. dc49dd7 anv/pipeline: Move emit_ms_state() to genX_pipeline_util.h by Anuj Phogat · 8 years ago
  58. aa92073 gallium: Add c99_compat.h to u_bitcast.h by Mathias Fröhlich · 8 years ago
  59. 027cbf0 util: Move _mesa_fsl/util_last_bit into util/bitscan.h by Mathias Fröhlich · 8 years ago
  60. e4cb3af radeonsi: enable multi-draw related pipe caps by Nicolai Hähnle · 8 years ago
  61. 6d7177f radeonsi: program additional multi draw parameters by Nicolai Hähnle · 8 years ago
  62. b6c71d3 radeonsi: program the DRAWID SGPR by Nicolai Hähnle · 8 years ago
  63. 8dbf2a8 radeonsi: add DRAWID parameter to vertex shaders by Nicolai Hähnle · 8 years ago
  64. febb5db radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCE by Nicolai Hähnle · 8 years ago
  65. d34292a radeonsi: remove an incorrect assertion by Nicolai Hähnle · 8 years ago
  66. 2852ded radeonsi: flush TC L2 cache for indirect draw data by Nicolai Hähnle · 8 years ago
  67. 76c4a3b radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packets by Nicolai Hähnle · 8 years ago
  68. 60dc36a st/mesa: define ST_NEW_ flags as uint64_t values, not enums by Brian Paul · 8 years ago
  69. d9519c6 mesa: simplify ff fs generator a bit by Miklós Máté · 8 years ago
  70. 06b2fd0 ddebug: dump driver states and shaders for apitrace calls by Marek Olšák · 8 years ago
  71. 8c4d9af nir: make use of nir_cf_list_extract() helper by Timothy Arceri · 8 years ago
  72. b1d9c74 nir: Always print non-identity swizzles. by Matt Turner · 9 years ago
  73. 8cde4dd anv/pipeline/gen7: Set multisample modes by Lionel Landwerlin · 8 years ago
  74. a3c472a anv/pipeline: rename info to rs_info in emit_rs_state by Lionel Landwerlin · 8 years ago
  75. 1ebf3c4 Revert "glsl: don't try to lower non-gl builtins as if they were gl_FragData" by Marek Olšák · 8 years ago
  76. 3723e98 egl/android: Add support for YV12 pixel format (v2) by Tomasz Figa · 8 years ago
  77. 3190c7e st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules. by Kenneth Graunke · 8 years ago
  78. f6dc714 meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules. by Kenneth Graunke · 8 years ago
  79. ad32dcf i965: Make BLORP's BlitFramebuffer follow the GL 4.4 sRGB rules. by Kenneth Graunke · 8 years ago
  80. 352401f i965: Make BLORP do sRGB encode/decode on ES 2 as well. by Kenneth Graunke · 8 years ago
  81. 0c7047a Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB" by Kenneth Graunke · 8 years ago
  82. cc27c7f i965: Drop the "do resolves in sRGB" hack. by Kenneth Graunke · 8 years ago
  83. b158652 i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion. by Kenneth Graunke · 8 years ago
  84. 7dfb1a4 egl/android: Make get_fourcc() accept HAL formats by Tomasz Figa · 8 years ago
  85. e77b493 egl/android: Refactor image creation to separate flink and prime paths (v2) by Tomasz Figa · 8 years ago
  86. 217af75 egl/android: Respect buffer mask in droid_image_get_buffers (v2) by Tomasz Figa · 8 years ago
  87. c6c26bc egl/android: Remove unused variables in droid_get_buffers_with_format() by Tomasz Figa · 8 years ago
  88. 52fcc40 anv/pipeline/gen7: Set the depth format in 3DSTATE_SF by Jason Ekstrand · 8 years ago
  89. 21d5c1b isl: Add a helper for getting a depth format from an isl_format by Jason Ekstrand · 8 years ago
  90. ce98054 anv/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8 by Jason Ekstrand · 8 years ago
  91. 960e8a1 anv/pipeline/gen8: Set 3DSTATE_SF::StatisticsEnable by Jason Ekstrand · 8 years ago
  92. 12e653a anv/pipeline/gen8: Unconditionally set DXMultisampleRasterizaitonEnable by Jason Ekstrand · 8 years ago
  93. 1df511b anv/pipeline/gen8: Use fewer designated initializers in emit_rs_state by Jason Ekstrand · 8 years ago
  94. 6136fb8 genxml: Make 3DSTATE_SF more consistent between gen7 and gen8+ by Jason Ekstrand · 8 years ago
  95. 2d76dca anv/pipeline/gen8: Remove an old comment by Jason Ekstrand · 8 years ago
  96. 7314007 mesa: Skip ES 3.0/3.1 transform feedback primitive counting error. by Kenneth Graunke · 9 years ago
  97. 23b2bcd mesa: Share code between _mesa_validate_DrawArrays[_Instanced]. by Kenneth Graunke · 8 years ago
  98. 522b5d4 glsl: Implicitly enable OES_shader_io_blocks if geom/tess are enabled. by Kenneth Graunke · 8 years ago
  99. 0eaa84e glsl: Expose gl_PointSize if OES/EXT_tessellation_point_size is enabled. by Kenneth Graunke · 8 years ago
  100. 58709d3 glsl: Add extension plumbing for OES/EXT_tessellation_shader. by Kenneth Graunke · 8 years ago