1. 076ab15 st/mesa/glsl: move SamplerTargets to gl_program by Timothy Arceri · 8 years ago
  2. 9375239 st/mesa/glsl: set SamplersUsed directly in gl_program by Timothy Arceri · 8 years ago
  3. 53a5097 mesa/glsl: set sampler units directly in gl_program by Timothy Arceri · 8 years ago
  4. 7cc61cf mesa: simplify sampler setting code by Timothy Arceri · 8 years ago
  5. 4807a83 mesa/glsl: set num_textures per stage directly in shader_info by Timothy Arceri · 8 years ago
  6. c46a630 mesa: make _CurrentFragmentProgram a gl_program struct pointer by Timothy Arceri · 8 years ago
  7. 6e3f609 i965: stop passing gl_shader_program to the precompile and codegen functions by Timothy Arceri · 8 years ago
  8. 5ceedef mesa/glsl: remove hack to reset sampler units to zero by Timothy Arceri · 8 years ago
  9. 2384868 i965: make use of new is_arb_asm flag by Timothy Arceri · 8 years ago
  10. f584f38 st/mesa/glsl: add new is_arb_asm flag in gl_program by Timothy Arceri · 8 years ago
  11. 2784128 i965: pass gl_program directly to brw_compile_tes() by Timothy Arceri · 8 years ago
  12. 2a4d169 i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms() by Timothy Arceri · 8 years ago
  13. d3b2ee6 i965: pass gl_program to brw_upload_ubo_surfaces() by Timothy Arceri · 8 years ago
  14. 9ca14f5 i965: stop passing gl_shader_program to brw_assign_common_binding_table_offsets() by Timothy Arceri · 8 years ago
  15. f5bc127 st/mesa/glsl/i965: move ShaderStorageBlocks to gl_program by Timothy Arceri · 8 years ago
  16. f62eb6c st/mesa/glsl/i965: set num_ssbos directly in shader_info by Timothy Arceri · 8 years ago
  17. 0e7eec1 st/mesa/glsl/i965: move per stage UniformBlocks to gl_program by Timothy Arceri · 8 years ago
  18. b792c38 st/mesa/glsl/i965: set num_ubos directly in shader_info by Timothy Arceri · 8 years ago
  19. a1da57c st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program by Timothy Arceri · 8 years ago
  20. 3d2485f i965: get InfoLog and LinkStatus via the pointer in gl_program by Timothy Arceri · 8 years ago
  21. be9a6a7 i965: get shared_size from shader_info rather than gl_shader_program by Timothy Arceri · 8 years ago
  22. 234211e i965: stop depending on gl_shader_program for brw_compute_vue_map() params by Timothy Arceri · 8 years ago
  23. 6f76ca3 i965: pass gl_program to the brw_*_debug_recompile() functions by Timothy Arceri · 8 years ago
  24. caf18a8 gallivm: (trivial) fix typo bug with small AoS format unpacking by Roland Scheidegger · 8 years ago
  25. 4634cb5 gallivm: implement aos unpack (to unorm8) for small unorm formats by Roland Scheidegger · 8 years ago
  26. bc86e82 gallivm: optimize lp_build_unpack_arith_rgba_aos slightly by Roland Scheidegger · 8 years ago
  27. a03a2ac gallivm: use 2 srcs for 32->16bit conversions in lp_bld_conv_auto by Roland Scheidegger · 8 years ago
  28. db7e786 llvmpipe: (trivial) minimally simplify mask construction by Roland Scheidegger · 8 years ago
  29. a8eeb08 anv: fix multiple creation with internal failure by Lionel Landwerlin · 8 years ago
  30. 33fa4c9 swr: [rasterizer core/common/jitter] gl_double support by Tim Rowley · 8 years ago
  31. b667015 dri3: Fix MakeCurrent without a default framebuffer by Fredrik Höglund · 8 years ago
  32. e16245b radeonsi: turn SDMA IBs into de-facto preambles of GFX IBs by Marek Olšák · 8 years ago
  33. cba9d59 radeonsi: implement SDMA-based buffer clearing for SI by Marek Olšák · 8 years ago
  34. 29d6a36 radeonsi: do all math in bytes in SI DMA code by Marek Olšák · 8 years ago
  35. 9e1aa81 gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_space by Marek Olšák · 8 years ago
  36. 3be8336 gallium/radeon: move unrelated code from dma_emit_wait_idle to need_dma_space by Marek Olšák · 8 years ago
  37. 973d7cd radeonsi: inline cik_sdma_do_copy_buffer by Marek Olšák · 8 years ago
  38. 067a323 radeonsi: also wait for SDMA in the clear_buffer CPU fallback by Marek Olšák · 8 years ago
  39. f6a1c2d radeonsi: simplify r600_resource typecasts in si_clear_buffer by Marek Olšák · 8 years ago
  40. a31a92e radeonsi: always use SDMA for big buffer clears and first buffer uses by Marek Olšák · 8 years ago
  41. 69f489d radeonsi: use SDMA in rvid_buffer_clear on CIK-VI by Marek Olšák · 8 years ago
  42. 9a3296b radeonsi: use SDMA for initial clearing of DCC/CMASK/HTILE on CIK-VI by Marek Olšák · 8 years ago
  43. d4c0ad4 radeonsi: implement SDMA-based buffer clearing for CIK-VI by Marek Olšák · 8 years ago
  44. 431742d gallium/hud: increase the vertex buffer size for text by Marek Olšák · 8 years ago
  45. 6d54cd7 gallium/hud: add an option to sort items below graphs by Marek Olšák · 8 years ago
  46. 80b8b9c gallium/hud: add an option to reset the color counter by Marek Olšák · 8 years ago
  47. a57e071 gallium/hud: allow more data sources per pane by Marek Olšák · 8 years ago
  48. e8bb97c gallium/hud: add an option to rename each data source by Marek Olšák · 8 years ago
  49. d995115 gallium: remove TGSI_OPCODE_SUB by Marek Olšák · 8 years ago
  50. a4ace98 gallium: remove TGSI_OPCODE_ABS by Marek Olšák · 8 years ago
  51. 09d09b2 st/nine: Remove all usage of ureg_SUB in nine_shader by Axel Davy · 8 years ago
  52. 67cda68 st/nine: Remove all usage of ureg_SUB in nine_ff by Axel Davy · 8 years ago
  53. caf93f5 st/nine: Do not map SUB and ABS to their gallium equivalent. by Axel Davy · 8 years ago
  54. dbe0dd1 configure: Fix another bashism. by Eric Anholt · 8 years ago
  55. 3477f67 st/mesa: fix a segfault when prog->sh.data is NULL by Marek Olšák · 8 years ago
  56. 37f9262 docs: add news item and link release notes for 13.0.3 by Emil Velikov · 8 years ago
  57. 934792b docs: add sha256 checksums for 13.0.3 by Emil Velikov · 8 years ago
  58. 5cd9660 docs: add release notes for 13.0.3 by Emil Velikov · 8 years ago
  59. ee4b479 st/va: fix incorrect argument in vl_compositor_cleanup by Nayan Deshmukh · 8 years ago
  60. 68ddcc6 swr: remove unneeded llvm version check by Tim Rowley · 8 years ago
  61. 36ad826 swr: fix windows build break by George Kyriazis · 8 years ago
  62. 3753dc8 radeonsi: update clip_regs if clip_disable changes to fix a hang by Marek Olšák · 8 years ago
  63. c7affbf st/mesa: enable GLSLOptimizeConservatively for drivers that want it by Marek Olšák · 8 years ago
  64. 96fe883 glsl_to_tgsi: do fewer optimizations with GLSLOptimizeConservatively by Marek Olšák · 8 years ago
  65. 0a5018c mesa: add gl_constants::GLSLOptimizeConservatively by Marek Olšák · 8 years ago
  66. e51baeb gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY by Marek Olšák · 8 years ago
  67. d3cb79e glsl: run do_lower_jumps properly in do_common_optimizations by Marek Olšák · 8 years ago
  68. 7c6b714 i965: Print VS output VUE map in Vulkan too. by Kenneth Graunke · 8 years ago
  69. 480d6c1 i965: Fix last slot calculations by Kenneth Graunke · 8 years ago
  70. 8dc92a5 docs: Mark GL_ARB_gpu_shader_fp64 and OpenGL 4.0 as done for i965/hsw+ by Iago Toral Quiroga · 8 years ago
  71. 580c503 docs: add GL_ARB_gpu_shader_fp64 and OpenGL 4.0 support for Intel Haswell. by Iago Toral Quiroga · 8 years ago
  72. a98f2e5 i965: add a kernel_features bitfield to intel screen by Iago Toral Quiroga · 8 years ago
  73. e3123c8 i965/gen7: Enable OpenGL 4.0 in Haswell when supported by Iago Toral Quiroga · 8 years ago
  74. 1f1b8de i965: get rid of brw->can_do_pipelined_register_writes by Iago Toral Quiroga · 8 years ago
  75. 02a4448 i965: Move the pipelined test for SO register access to the screen by Chris Wilson · 8 years ago
  76. ab1ec7d i965/disasm: remove printing hstride and width in align16 DF source regions by Samuel Iglesias Gonsálvez · 8 years ago
  77. 301fdfd vec4: use DIM instruction when loading DF immediates in HSW by Samuel Iglesias Gonsálvez · 8 years ago
  78. 3fbdac2 glcpp: Remove illegal characters from tests by Carl Worth · 10 years ago
  79. 5363518 glcpp: Exhaustively test all legal characters in GLSL by Carl Worth · 10 years ago
  80. 16b4805 glcpp: Allow vertical tab and form feed characters in GLSL by Carl Worth · 10 years ago
  81. 6c87624 glcpp: Add testing for no space between macro name and replacement list by Carl Worth · 10 years ago
  82. 36b5f1d spirv: compute push constant access offset & range by Lionel Landwerlin · 8 years ago
  83. 0089085 spirv: move block_size() definition by Lionel Landwerlin · 8 years ago
  84. 89975e2 va: call texture_get_handle while the mutex is being held by Marek Olšák · 8 years ago
  85. dbba4e0 vdpau: call texture_get_handle while the mutex is being held by Marek Olšák · 8 years ago
  86. 7d48a84 radeonsi: capitalize VM hex addr when dumping buffer list by Samuel Pitoiset · 8 years ago
  87. 0f991e8 i965: remove unused brwInitVtbl declaration by Tapani Pälli · 8 years ago
  88. 1a8f262 i965: remove brw_context dependency from intel_batchbuffer_init() by Iago Toral Quiroga · 8 years ago
  89. ba30e0c i965: make intel_batchbuffer_free() take a batchbuffer as argument by Iago Toral Quiroga · 8 years ago
  90. 1daa31d i965: make intel_batchbuffer_emit_dword() take a batchbuffer as argument by Iago Toral Quiroga · 8 years ago
  91. f03bac1 i965: Make intel_bachbuffer_reloc() take a batchbuffer argument by Iago Toral Quiroga · 8 years ago
  92. 4b7dfd8 nir: fix loop iteration count calculation for floats by Timothy Arceri · 8 years ago
  93. abcaba4 gallium/hud: add a path separator between dump directory and filename by Edmondo Tommasina · 8 years ago
  94. e933246 r600/sb: Fix loop optimization related hangs on eg by Heiko Przybyl · 8 years ago
  95. dd12119 editorconfig: Fix up the tab rendering width. by Eric Anholt · 8 years ago
  96. c4b87f1 meta: Disable dithering during glGenerateMipmap by Chad Versace · 8 years ago
  97. 8d8ed43 doc/features.txt: update for freedreno by Romain Failliot · 8 years ago
  98. 96c9ec9 i965: Remove perf monitor/query backend by Robert Bragg · 10 years ago
  99. ac57bcd vl/zscan: fix "Fix trivial sign compare warnings" by Christian König · 8 years ago
  100. b6737a8 st/va: error handling by Nayan Deshmukh · 8 years ago