1. 41c230c mesa: enable GL_ARB_program_interface_query extension by Tapani Pälli · 10 years ago
  2. 2ab8de2 mesa: implementation of glGetProgramResourceiv by Tapani Pälli · 10 years ago
  3. 9367ade mesa: glGetProgramResourceLocationIndex by Tapani Pälli · 10 years ago
  4. e0e4d77 mesa: glGetProgramResourceLocation by Tapani Pälli · 10 years ago
  5. 2a5a0d1 mesa: glGetProgramResourceName by Tapani Pälli · 10 years ago
  6. 161f57f mesa: glGetProgramResourceIndex by Tapani Pälli · 10 years ago
  7. 4d3b98b mesa: glGetProgramInterfaceiv by Tapani Pälli · 10 years ago
  8. c796ce4 mesa/glsl: build list of program resources during linking by Tapani Pälli · 10 years ago
  9. b297fc2 glapi: add GL_ARB_program_interface_query skeleton by Tapani Pälli · 10 years ago
  10. 993b9b6 linker: fix varying linking if SSO program has only gs and fs by Tapani Pälli · 10 years ago
  11. 17d6986 r600g/sb: Skip empty ALU clause while scheduling by Glenn Kennard · 10 years ago
  12. 4cf5ca5 nir: Try commutative sources in CSE by Ian Romanick · 9 years ago
  13. 8957c9e glx: Create proper server dependency for GLX_EXT_create_context_es2_profile by Ian Romanick · 9 years ago
  14. b229e6c vc4: Don't try to use color load/stores to blit across format changes. by Eric Anholt · 9 years ago
  15. cff2e08 vc4: Don't try to use color load/stores to do depth/stencil blits. by Eric Anholt · 9 years ago
  16. 3a728d4 vc4: Update the shadow texture for public textures on every draw. by Eric Anholt · 9 years ago
  17. bd957b1 vc4: Hook up VC4_DEBUG=perf to some useful printfs. by Eric Anholt · 9 years ago
  18. e1d0950 st/mesa: log shaders, GLSL info log with _mesa_log() by Brian Paul · 9 years ago
  19. 011cad8 mesa: log shaders, GLSL info log with _mesa_log() by Brian Paul · 9 years ago
  20. 2926bbf mesa: add _mesa_log(), _mesa_get_log_file() functions by Brian Paul · 9 years ago
  21. 11bfee4 tgsi: also dump label for TGSI_OPCODE_BGNSUB opcode by Brian Paul · 10 years ago
  22. 1aa5033 st/wgl: Couple of fixes to opengl32.dll's wglCreateContext/wglDeleteContext dispatch. by Jose Fonseca · 9 years ago
  23. 6635fb6 mesa: Enable _mesa_dlopen on MSVC too. by Jose Fonseca · 9 years ago
  24. 3cbefe3 glsl: fix assignment of multiple scalar and vecs to matrices. by Samuel Iglesias Gonsalvez · 10 years ago
  25. bc672e2 nir: Fix typo in "ushr by 0" algebraic replacement by Ian Romanick · 9 years ago
  26. 67a8610 nir: Silence unused parameter warnings by Ian Romanick · 9 years ago
  27. 47a1b48 nir/cse: fix bug with comparing non-per-component sources by Connor Abbott · 9 years ago
  28. b069f9e i965/fs: Combine tex/fb_write operations (opt) by Ben Widawsky · 10 years ago
  29. 6866378 i965/fs: Only emit FS_OPCODE_PLACEHOLDER_HALT if there are discards by Ben Widawsky · 10 years ago
  30. 38707e1 i965/fs: Create a has_side_effects for fs_inst by Ben Widawsky · 10 years ago
  31. 28d9e90 i965: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  32. 139e6c7 i915: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  33. fc57222 glx: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  34. 6f4d941 main: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  35. 50cb780 state_tracker: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  36. d02942c swrast: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  37. e123115 vbo: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  38. f0e693e tnl: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  39. 3ca17e7 i965/fs: Correct mistake in determining whether a MUL is negated. by Matt Turner · 9 years ago
  40. 07c571a i965/skl: Use an exec size of 8 to initialise the message header by Neil Roberts · 10 years ago
  41. 05a1d84 i965/fs: Always invert predicate of SEL with swapped arguments by Ian Romanick · 10 years ago
  42. e0994e0f radeon/llvm: Improve codegen for KILL_IF by Tom Stellard · 9 years ago
  43. c6d79ed radeon/llvm: Run LLVM's instruction combining pass by Tom Stellard · 10 years ago
  44. 2569c71 radeonsi: Add header and footer to shader stat dump by Tom Stellard · 9 years ago
  45. 406df68 i965: Fix software primitive restart with indirect draws. by Kenneth Graunke · 10 years ago
  46. f55ded7 i965: Implement proper workaround for Gen4 GPU CONSTANT_BUFFER hangs. by Kenneth Graunke · 9 years ago
  47. 21d2912 i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS. by Kenneth Graunke · 9 years ago
  48. 1be329e vc4: Add a blitter path using just the render thread. by Eric Anholt · 10 years ago
  49. 76d5675 vc4: Allow submitting jobs with no bin CL in validation. by Eric Anholt · 10 years ago
  50. 43b2079 vc4: Move the blit code to a separate file. by Eric Anholt · 10 years ago
  51. e214a59 vc4: Separate out a bit of code for submitting jobs to the kernel. by Eric Anholt · 10 years ago
  52. 44b63cf vc4: When asked to sample from a raster texture, make a shadow tiled copy. by Eric Anholt · 10 years ago
  53. d04b07f vc4: Fix off-by-one in branch target validation. by Eric Anholt · 10 years ago
  54. 7fa2f2e vc4: Use NIR-level lowering for idiv. by Eric Anholt · 9 years ago
  55. 84ebaff vc4: Add a bunch of type conversions. by Eric Anholt · 10 years ago
  56. cc5860e st/mesa: align cube map arrays layers by Dave Airlie · 10 years ago
  57. 5ed7931 st/mesa: convert sub image for cube map arrays to 2d arrays for upload by Dave Airlie · 10 years ago
  58. 1e1d545 i965: Flush batchbuffer containing the query on glQueryCounter. by Mathias Froehlich · 9 years ago
  59. adae027 vc4: Use the blit interface for updating shadow textures. by Eric Anholt · 10 years ago
  60. 39b6f7e vc4: Remove dead fields from vc4_surface. by Eric Anholt · 10 years ago
  61. 5100221 vc4: Skip sending down the clear colors if not clearing. by Eric Anholt · 10 years ago
  62. 725620f vc4: Sync with kernel changes to relax BCL versus RCL validation. by Eric Anholt · 10 years ago
  63. cb88d2c vc4: Fix another space allocation mistake. by Eric Anholt · 10 years ago
  64. 8eb9304 vc4: Add missed accounting for the size of the semaphore. by Eric Anholt · 10 years ago
  65. 89b140d swrast: Mark MAX_GLUINT literal with u suffix. by Matt Turner · 10 years ago
  66. 1c9db39 i965: Don't bother freeing NULL. by Matt Turner · 10 years ago
  67. a76dc15 i965: Lift some restrictions on dma_buf EGLImages by Chad Versace · 10 years ago
  68. 2943b15 i965: Disable aux buffers for EGLImage-backed miptrees by Chad Versace · 10 years ago
  69. bf504b6 i965: Change intel_miptree_create_for_bo() signature by Chad Versace · 10 years ago
  70. d3b042f i965: Add field intel_mipmap_tree::disable_aux_buffers by Chad Versace · 10 years ago
  71. e1338f2 i965: Refactor brw_is_hiz_depth_format() by Chad Versace · 10 years ago
  72. 5776d65 i965: Declare intel_miptree_create_layout() as static by Chad Versace · 10 years ago
  73. 1ef4bf7 i965: Declare intel_miptree_alloc_mcs() as static by Chad Versace · 10 years ago
  74. 36ceda4 docs: Improve LLVM_USE_CRT_xxx instructions. by Jose Fonseca · 9 years ago
  75. fa1b3e1 glx: Include util/macros.h instead of redefining PRINTFLIKE. by Jose Fonseca · 10 years ago
  76. 978753e util/ralloc: Fix `extern "C"` usage. by Jose Fonseca · 10 years ago
  77. 85dd46d mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro. by Jose Fonseca · 10 years ago
  78. 5ddeab8 docs: add news item and link release notes for mesa 10.5.3 by Emil Velikov · 9 years ago
  79. a94f8e7 docs: Add 256 sums for the 10.5.3 release by Emil Velikov · 9 years ago
  80. 794b9bf Add release notes for the 10.5.3 release by Emil Velikov · 9 years ago
  81. 61c6cc4 docs: remove the --with-max-{width,height} note by Emil Velikov · 10 years ago
  82. 0e742b1 configure.ac: remove deprecated --with-libclc-path by Emil Velikov · 10 years ago
  83. b6354d9 i965/nir: Make INTEL_DEBUG=ann work with NIR. by Kenneth Graunke · 10 years ago
  84. 89c1feb i965: Create NIR during LinkShader() and ProgramStringNotify(). by Kenneth Graunke · 10 years ago
  85. b3e286c nir: Store num_direct_uniforms in the nir_shader. by Kenneth Graunke · 10 years ago
  86. f41f07f i965: Move lower_output_reads to brw_link_shader(). by Kenneth Graunke · 10 years ago
  87. 8e414cb glsl: Mark path as unreachable. by Matt Turner · 10 years ago
  88. ea0c35f i965: Remove useless null check. by Matt Turner · 10 years ago
  89. 024ecc7 i965/fs/nir: Mark fallthrough. by Matt Turner · 10 years ago
  90. 1ac2309 i965: Remove useless reg_offset >= 0 tests. by Matt Turner · 10 years ago
  91. b98c026 freedreno/ir3/nir: couple little fixes by Rob Clark · 10 years ago
  92. 1b936bb freedreno/ir3/nir: handle system values by Rob Clark · 10 years ago
  93. 715b2e0 freedreno/ir3/nir: handle txs and query_levels tex ops by Rob Clark · 10 years ago
  94. 97e8fc3 freedreno/ir3/nir: split out tex helpers by Rob Clark · 10 years ago
  95. 6e8160d freedreno/ir3/nir: simplify emit_tex() by Rob Clark · 10 years ago
  96. d5357c1 freedreno/ir3/cp: handle indirect properly by Rob Clark · 10 years ago
  97. 49be761 freedreno/ir3/sched: avoid getting stuck on addr conflicts by Rob Clark · 10 years ago
  98. 4cf4006 freedreno/ir3/nir: add variable-indexing support by Rob Clark · 10 years ago
  99. 972ce75 freedreno/ir3/asm: change assert to warning by Rob Clark · 10 years ago
  100. 09cbd97 freedreno/ir3/nir: set first_driver_param by Rob Clark · 10 years ago