1. 94ff352 nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver by Eduardo Lima Mitev · 9 years ago
  2. 60dd528 glsl: Lower UBO and SSBO access in glsl linker by Kristian Høgsberg Kristensen · 9 years ago
  3. f0e95c2 glsl: Drop exec_list argument to lower_ubo_reference by Kristian Høgsberg Kristensen · 9 years ago
  4. 6f42162 st/mesa: Destroy buffer object's mutex. by Jose Fonseca · 9 years ago
  5. d43e16b i965/fs: Use regs_read/written for post-RA scheduling in calculate_deps by Jason Ekstrand · 9 years ago
  6. 5169407 i965/nir/fs: Add comment for no-op memory barrier functions by Francisco Jerez · 9 years ago
  7. faa1193 i965/nir/fs: Implement new barrier functions for compute shaders by Jordan Justen · 9 years ago
  8. 581111c mesa: report enum name in glClientActiveTexture() error string by Brian Paul · 9 years ago
  9. 8dcf807 i965: Fix scalar VS float[] and vec2[] output arrays. by Kenneth Graunke · 9 years ago
  10. c93c9d2 st/mesa: set debug callback for debug contexts by Ilia Mirkin · 9 years ago
  11. e587590 st/mesa: account for texture views when doing CopyImageSubData by Ilia Mirkin · 9 years ago
  12. eea3c90 i965/fs: Do not mark used surfaces in FS_OPCODE_GET_BUFFER_SIZE by Iago Toral Quiroga · 9 years ago
  13. eca4c43 i965/vec4: Do not mark used surfaces in VS_OPCODE_GET_BUFFER_SIZE by Iago Toral Quiroga · 9 years ago
  14. 6105d1d i965/vec4: Do not mark used direct surfaces in VS_OPCODE_PULL_CONSTANT_LOAD by Iago Toral Quiroga · 9 years ago
  15. d701398 i965/fs: Do not mark used direct surfaces in UNIFORM_PULL_CONSTANT_LOAD by Iago Toral Quiroga · 9 years ago
  16. 027b64a i965/fs: Do not mark direct used surfaces in VARYING_PULL_CONSTANT_LOAD by Iago Toral Quiroga · 9 years ago
  17. 6c5f371 i965/skl+: Enable support for 16x multisampling by Neil Roberts · 9 years ago
  18. aa3f9aa mesa/meta: Use interpolateAtOffset for 16x MSAA copy blit by Neil Roberts · 9 years ago
  19. b080b3d meta/blit: Always try to enable GL_ARB_sample_shading by Neil Roberts · 9 years ago
  20. 2dd76ec meta: Support 16x MSAA in the multisample scaled blit shader by Neil Roberts · 9 years ago
  21. 1a22b12 i965/meta: Support 16x MSAA in the meta stencil blit by Neil Roberts · 9 years ago
  22. a680465 i965/fs/skl+: Fix calculating gl_SampleID for 16x MSAA by Neil Roberts · 9 years ago
  23. bf6bd7e i965: Support allocating the MCS buffer for 16x MSAA by Neil Roberts · 9 years ago
  24. b4c2e60 i965: Support calculating the bits needed to set up 16x MSAA by Neil Roberts · 9 years ago
  25. 1a97cac i965/fs: Add a sampler program key for whether the texture is 16x MSAA by Neil Roberts · 9 years ago
  26. 4ef2774 i965/vec4/skl+: Use ld2dms_w instead of ld2dms by Neil Roberts · 9 years ago
  27. e386fb0 i965/fs/skl+: Use ld2dms_w instead of ld2dms by Neil Roberts · 9 years ago
  28. 20250e8 i965: Program 16x MSAA sample positions. by Neil Roberts · 9 years ago
  29. 5048da9 i965: Handle 16x MSAA in IMS dimension munging code. by Kenneth Graunke · 10 years ago
  30. 56774e6 i965/vec4: select predicate based on writemask for sel emissions by Alejandro Piñeiro · 9 years ago
  31. 5bbd522 mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch list by Ilia Mirkin · 9 years ago
  32. bdf6cef vbo: fix another GL_LINE_LOOP bug by Brian Paul · 9 years ago
  33. c3d7caa i965: check inst->predicate when clearing flag_live at dead code eliminate by Alejandro Piñeiro · 9 years ago
  34. d56a147 i965/meta: Assert fast clears and rep clears never overlap by Ben Widawsky · 9 years ago
  35. 13b19aa mesa: expose support for GL_EXT_buffer_storage by Ryan Houdek · 9 years ago
  36. 5b75dbd i965: enable ARB_arrays_of_arrays by Timothy Arceri · 9 years ago
  37. fb77da8 i965: add support for image AoA by Timothy Arceri · 9 years ago
  38. 4bc16ad mesa: rename UniformBlockStageIndex to InterfaceBlockStageIndex by Jordan Justen · 9 years ago
  39. cf3121e i965/vec4: Send from GRF in atomic operations. by Matt Turner · 9 years ago
  40. 36fd653 i965: Add scalar geometry shader support. by Kenneth Graunke · 10 years ago
  41. c9541a7 i965: Add scalar GS input lowering code. by Kenneth Graunke · 9 years ago
  42. 4861835 i965: Fix the fs_visitor GS constructor to take shader_time_index. by Kenneth Graunke · 9 years ago
  43. 5d4b019 i965/gen8+: Extract color clear surface state by Ben Widawsky · 9 years ago
  44. f3223eb i965/gen8+: Remove redundant zeroing of surface state by Ben Widawsky · 9 years ago
  45. 7cbd660 i965/skl: Add GT4 PCI IDs by Ben Widawsky · 9 years ago
  46. 55365a7 mesa: Add spec citations for DispatchCompute* by Jordan Justen · 9 years ago
  47. 44c399f mesa: Update DispatchComputeIndirect errors for indirect parameter by Jordan Justen · 9 years ago
  48. 0b19f65 i965/fs: Clean up FBH code. by Matt Turner · 9 years ago
  49. c22d62f i965/vec4: Clean up FBH code. by Matt Turner · 9 years ago
  50. 7c81a6a i965: Replace default case with list of enum values. by Matt Turner · 9 years ago
  51. d9b09f8 i965/vec4: Don't disable channels in any/all comparisons. by Matt Turner · 9 years ago
  52. f4466c8 mesa: fix uniforms calculation in glGetProgramiv by Tapani Pälli · 9 years ago
  53. efb333a mesa: fix program resource queries for atomic counter buffers by Tapani Pälli · 9 years ago
  54. af7c98a mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES by Ryan Houdek · 9 years ago
  55. 985b515 nouveau: set MaxDrawBuffers to the same value as MaxColorAttachments by Ilia Mirkin · 9 years ago
  56. 39bb59a mesa/sso: Add compute shader support by Jordan Justen · 9 years ago
  57. 6e11855 mesa/sso: Add MESA_VERBOSE=api trace support by Jordan Justen · 9 years ago
  58. 5bfe283 i965: Setup pull constant state for compute programs by Jordan Justen · 9 years ago
  59. a4a416f main/get: Add MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS by Jordan Justen · 9 years ago
  60. 0ef8c5c i965/sched: don't calculate live intervals for post-RA scheduling by Connor Abbott · 9 years ago
  61. 7b36848 i965: Do legacy userclipping in OpenGL ES 1.x contexts. by Ian Romanick · 9 years ago
  62. 60418a2 i965: enable ARB_shader_clock on gen7+ by Emil Velikov · 9 years ago
  63. 4379ca2 i965: Implement nir_intrinsic_shader_clock by Emil Velikov · 9 years ago
  64. 6a15517 i965/fs: move the fs_reg::smear() from get_timestamp() to the callers by Emil Velikov · 9 years ago
  65. e916d5e mesa: add infra for ARB_shader_clock by Emil Velikov · 9 years ago
  66. 7b8cc37 main: fix basename match's check if it's an array or struct by Samuel Iglesias Gonsalvez · 9 years ago
  67. f7f1bc6 i965: Fix invalid memory accesses after resizing brw_codegen's store table by Kristian Høgsberg · 9 years ago
  68. 73caa26 i965/sched: use liveness analysis for computing register pressure by Connor Abbott · 9 years ago
  69. c186029 i965/fs: split out calculation of payload live ranges by Connor Abbott · 9 years ago
  70. 45cd76e i965: dump scheduling cycle estimates by Connor Abbott · 9 years ago
  71. 486268b i965: always run the post-RA scheduler by Connor Abbott · 9 years ago
  72. 85fce2d i965/sched: write-after-read dependencies are free by Connor Abbott · 9 years ago
  73. 6f231fd i965: fix cycle estimates when there's a pipeline stall by Connor Abbott · 9 years ago
  74. 85ee2f7 i965: Add INTEL_DEBUG=nocompact to disable instruction compaction. by Matt Turner · 9 years ago
  75. 9326893 i965: Add INTEL_DEBUG=hex to print the hex with the disassembly. by Matt Turner · 9 years ago
  76. 18b1949 i965: Print the type and writemask on null destinations. by Matt Turner · 9 years ago
  77. bcdf664 i965: Test fixed_hw_reg.file against BRW_IMMEDIATE_VALUE, not IMM. by Matt Turner · 9 years ago
  78. ee46c1e i965/vec4: Test against BRW_IMMEDIATE_VALUE, not IMM. by Matt Turner · 9 years ago
  79. 8c4151b i965/fs: Use group(4, 0) to emit an exec-size 4 MOV. by Matt Turner · 9 years ago
  80. 9115fa1 i965/cfg: Handle no-idom case in cfg_t::dump_domtree(). by Matt Turner · 9 years ago
  81. 5916b07 i965/disasm: Remove unused _addr_mode argument from src_ia1(). by Matt Turner · 9 years ago
  82. e09e5f9 i965: Set correct field for indirect align16 addrimm. by Matt Turner · 9 years ago
  83. fa14277 i965/vec4: Drop brw_set_default_* before popping insn state. by Matt Turner · 9 years ago
  84. 11a7b6b i965/vec4: Remove unnecessary #includes from the generator. by Matt Turner · 9 years ago
  85. c6b2444 i965/vec4: Eliminate the vec4_generator class altogether. by Kenneth Graunke · 9 years ago
  86. 1a094a2 i965/vec4: Move vec4_generator class definition into the .cpp file. by Kenneth Graunke · 9 years ago
  87. 4cba8f5 i965/vec4: Wrap vec4_generator in a C function. by Kenneth Graunke · 9 years ago
  88. 73ff0ea i965/vec4: Convert src_reg/dst_reg to brw_reg at the end of the visitor. by Kenneth Graunke · 9 years ago
  89. 24c9088 st/mesa: fix mipmap generation for immutable textures with incomplete pyramids by Nicolai Hähnle · 9 years ago
  90. 65f6caf mesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FORMATS queries by Nanley Chery · 9 years ago
  91. 8090a1c mesa/texcompress: Restrict FXT1 format to desktop GL subset by Nanley Chery · 9 years ago
  92. 6166a8e st/mesa: create temporary textures with the same nr_samples as source by Ilia Mirkin · 9 years ago
  93. 6ce0857 mesa: add fragdata_arrays list to gl_shader by Tapani Pälli · 9 years ago
  94. 8c902a5 i965: Implement ARB_fragment_layer_viewport. by Kenneth Graunke · 9 years ago
  95. 5392328 i965: Make calculate_attr_overrides return the URB read offset. by Kenneth Graunke · 9 years ago
  96. b94cdcd i965/fs: Properly check for PAD in fragment shaders with > 16 varyings. by Kenneth Graunke · 9 years ago
  97. 6ae47a3 i965: Update stale comment about unused VUE map slots. by Kenneth Graunke · 9 years ago
  98. bf05af3 i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse. by Kenneth Graunke · 9 years ago
  99. 2bf224b vbo: replace assertion with conditional in vbo_compute_max_verts() by Brian Paul · 9 years ago
  100. 8e9c307 mesa: minor formatting fix in get_tex_rgba_compressed() by Brian Paul · 9 years ago