1. 3d5e62d broadcom/vc5: Add missing SRGBA8 ETC2 support. by Eric Anholt · 7 years ago
  2. 6079f7c broadcom/vc5: Disable early Z test when the FS writes Z. by Eric Anholt · 7 years ago
  3. eeb9e80 broadcom/vc5: Shift the min/max lod fields by the BASE_LEVEL. by Eric Anholt · 7 years ago
  4. 521e1d0 broadcom/vc5: Add support for anisotropic filtering. by Eric Anholt · 7 years ago
  5. a266f78 broadcom/vc5: Fix mipmap filtering enums. by Eric Anholt · 7 years ago
  6. 73ec70b broadcom/vc5: Fix height padding of small UIF slices. by Eric Anholt · 7 years ago
  7. e23c699 broadcom/vc5: Print the actual offsets in HW for our resource layout debug. by Eric Anholt · 7 years ago
  8. 426c352 broadcom/vc5: Set the available VS outputs to match the FS inputs. by Eric Anholt · 7 years ago
  9. f179792 broadcom/vc5: Set the max texture LOD bias. by Eric Anholt · 7 years ago
  10. 47bd9da broadcom/vc5: Fix translation of stencil ops. by Eric Anholt · 7 years ago
  11. 3be8204 broadcom/vc5: Move stencil state packing to the CSO. by Eric Anholt · 7 years ago
  12. 3da39f2 broadcom/vc5: Introduce a helper for pre-packing our V3DXX structs. by Eric Anholt · 7 years ago
  13. 078b163 broadcom/vc5: Add a cl_emit() variant for merging with a pre-packed struct. by Eric Anholt · 7 years ago
  14. 735b844 broadcom/vc5: Skip emitting depth offset while disabled. by Eric Anholt · 7 years ago
  15. 386e936 broadcom/vc5: Don't emit stencil config if not doing stencil test. by Eric Anholt · 7 years ago
  16. f90ee6e broadcom/vc5: Don't emit updated blend factors/funcs while disabled. by Eric Anholt · 7 years ago
  17. dd429cb broadcom/vc5: Fix missing enum decode for indexed primitives. by Eric Anholt · 7 years ago
  18. bb6997e broadcom/vc5: Drop padding bits from the bottom of the TSDA address. by Eric Anholt · 7 years ago
  19. 949ac63 broadcom/vc5: Make sure the TMU indirect struct is appropriately aligned. by Eric Anholt · 7 years ago
  20. cb47de4 broadcom/genxml: Fix decoding of groups with small fields. by Kenneth Graunke · 7 years ago
  21. 47dac5d broadcom/vc5: Use DEPTH24_STENCIL8 for rendering to depth-only textures. by Eric Anholt · 7 years ago
  22. 3ea37d0 anv: Suffix anv-private 'VK' tokens with 'ANV' by Chad Versace · 7 years ago
  23. 012b54c anv: Remove unused variable 'gen' by Chad Versace · 7 years ago
  24. 33000e7 radeonsi: add si_screen::has_ls_vgpr_init_bug by Marek Olšák · 7 years ago
  25. cde664a radeonsi: use ac_create_target_machine by Marek Olšák · 7 years ago
  26. 81f81fd radeonsi: use ac_get_llvm_processor_name by Marek Olšák · 7 years ago
  27. c29f5fe radeonsi/gfx9: don't set gs_table_depth by Marek Olšák · 7 years ago
  28. e616743 radeonsi/gfx9: limit the scissor bug workaround to Vega10 and Raven only by Marek Olšák · 7 years ago
  29. 24e9004 radeonsi: remove unused field in the PCI ID table by Marek Olšák · 7 years ago
  30. cf47dfe mesa: fix deleting the dummy ATI_fs by Miklós Máté · 7 years ago
  31. cd3b55a gallium: Guard assertions by NDEBUG instead of DEBUG by Michel Dänzer · 7 years ago
  32. 1e6f9ea meson: only turn on Mesa's DEBUG for buildtype==debug by Eric Engestrom · 7 years ago
  33. d5597f0 meson: switch default build type to debugoptimized by Eric Engestrom · 7 years ago
  34. cc15460 meson: drop GLESv1 .so version back to 1.0.0 by Eric Engestrom · 7 years ago
  35. 5be1b1a meson: standardize .so version to major.minor.patch by Eric Engestrom · 7 years ago
  36. 0084f4a ac/nir: for ubo load use correct num_components by Dave Airlie · 7 years ago
  37. fb87c40 nir: fix a typo by Gwan-gyeong Mun · 7 years ago
  38. 0886be0 glsl: Allow precision mismatch on dead data with GLSL ES 1.00 by Tomasz Figa · 7 years ago
  39. a9000cb i965: disable NIR linking on HSW and below by Timothy Arceri · 7 years ago
  40. 201b3b8d radv: move is_local up to the winsys level. by Dave Airlie · 7 years ago
  41. 2566049 radv: wrap cs_add_buffer in an inline. (v2) by Dave Airlie · 7 years ago
  42. 31b5da7 radv: when loading regs no need to add buffer by Dave Airlie · 7 years ago
  43. 3bf8be4 radv: pre-calculate user_data_0 registers and store in pipeline by Dave Airlie · 7 years ago
  44. d547e18 docs: Mark GLX_ARB_context_flush_control done by Adam Jackson · 7 years ago
  45. 6ce9006 i965: Enable flush control by Neil Roberts · 10 years ago
  46. 791d06b drisw: Enable flush control for llvmpipe and softpipe by Adam Jackson · 10 years ago
  47. 5cc06be gallium: Wire up flush control by Adam Jackson · 10 years ago
  48. c0be3aa egl: Implement EGL_KHR_context_flush_control by Adam Jackson · 8 years ago
  49. ba7679f glx: Implement GLX_ARB_context_flush_control by Neil Roberts · 10 years ago
  50. b89067c dri: Add a flush control extension by Neil Roberts · 10 years ago
  51. 6d87500 dri: Change __DriverApiRec::CreateContext to take a struct for attribs by Neil Roberts · 10 years ago
  52. 8c0729f intel: Don't flush the old context in intelMakeCurrent by Neil Roberts · 10 years ago
  53. 9ef7158 egl/dri2: Factor out context attribute initialization by Adam Jackson · 8 years ago
  54. 9646361 etnaviv: Don't over-pad compressed textures by Wladimir J. van der Laan · 7 years ago
  55. 93ba3f2 etnaviv: ASTC texture support by Wladimir J. van der Laan · 7 years ago
  56. f1e1c60 etnaviv: Update from rnndb by Wladimir J. van der Laan · 7 years ago
  57. 4bcb48b radv: add initial copy descriptor support. (v2) by Dave Airlie · 7 years ago
  58. 71f5fe3 gallium/u_vbuf: use signed vertex buffers offsets for optimal uploads by Marek Olšák · 7 years ago
  59. 3f58988 radeonsi: enable signed vertex buffer offsets by Marek Olšák · 7 years ago
  60. 24d6318 gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET by Marek Olšák · 7 years ago
  61. e17e893 automake: include git_sha1.h.in in release tarball by Juan A. Suarez Romero · 7 years ago
  62. adab7f1 radeonsi: don't map big VRAM buffers for the first upload directly by Marek Olšák · 7 years ago
  63. 4b0dc09 gallium/u_threaded: don't map big VRAM buffers for the first upload directly by Marek Olšák · 7 years ago
  64. a5d3999 gallium/u_threaded: clean up tc_improve_map_buffer_flags and prevent reentry by Marek Olšák · 7 years ago
  65. 60a9705 radv: move descriptor sets out of cmd_state. by Dave Airlie · 7 years ago
  66. 3a0d098 radv: add helper for setting a descriptor. by Dave Airlie · 7 years ago
  67. b48063a radv: move vertex binding out of cmd state. by Dave Airlie · 7 years ago
  68. 7365626 radv: reorder cmd_state to remove a hole. by Dave Airlie · 7 years ago
  69. f0ae06a radv: free attachments on end command buffer. by Dave Airlie · 7 years ago
  70. 608af05 radv: Optimize calling radv_save_descriptors. by Bas Nieuwenhuizen · 7 years ago
  71. cecbcf4 radv: Use an array to store descriptor sets. by Bas Nieuwenhuizen · 7 years ago
  72. b041687 nv50,nvc0: Display shared memory usage in pipe_debug_message by Pierre Moreau · 7 years ago
  73. efe532b nv50,nvc0: Copy shared memory per block to the program info structure and back by Pierre Moreau · 7 years ago
  74. 49752e9 nv50/ir: Store shared memory per block in nv50_ir_prog_info by Pierre Moreau · 7 years ago
  75. 898e555 i965/gen10: Implement Wa3DStateMode by Anuj Phogat · 7 years ago
  76. 6c681b4 i965/gen10: Enable float blend optimization by Anuj Phogat · 7 years ago
  77. d3d0fe4 i965/gen10: Implement WaForceRCPFEHangWorkaround by Anuj Phogat · 7 years ago
  78. 3cf4fe2 i965/gen10: Implement WaSampleOffsetIZ workaround by Anuj Phogat · 7 years ago
  79. 7a09be2 i965/gen10: Don't set Antialiasing Enable in 3DSTATE_RASTER if num_samples > 1 by Anuj Phogat · 7 years ago
  80. 2d10eb5 i965/gen10: Don't set Smooth Point Enable in 3DSTATE_SF if num_samples > 1 by Anuj Phogat · 7 years ago
  81. 19fc3cd winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx. by Andrey Grodzovsky · 7 years ago
  82. 24ec29b i965: perf: list registers to program for queries by Lionel Landwerlin · 7 years ago
  83. 285a219 i965: perf: factorize code for availability by Lionel Landwerlin · 7 years ago
  84. 05231a4 i965: perf: make revision variable available by Lionel Landwerlin · 7 years ago
  85. ca63a5e glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idx by Nicolai Hähnle · 7 years ago
  86. 4f42450 glsl: allow any l-value of an input variable as interpolant in interpolateAt* by Nicolai Hähnle · 7 years ago
  87. 57372c5 nir/serialize: fix build with gcc 4.4.7 by Dave Airlie · 7 years ago
  88. 0722b6d i915g: remove some unknown cap warnings. by Dave Airlie · 7 years ago
  89. cc69f23 i915g: make gears run again. by Dave Airlie · 7 years ago
  90. 6e2eb96 ac: remove the remaining duplicate llvm types by Timothy Arceri · 7 years ago
  91. e73a467 ac: remove usused v4f32 by Timothy Arceri · 7 years ago
  92. 7f49667 ac: add v2f32 to the common code and make use of it by Timothy Arceri · 7 years ago
  93. cd6cfd1 ac: use the ac f16 llvm type by Timothy Arceri · 7 years ago
  94. 8f651ae ac: use the ac f32 llvm type by Timothy Arceri · 7 years ago
  95. 368654a ac: use the ac f64 llvm type by Timothy Arceri · 7 years ago
  96. d927db0 ac: use the common v8i32 llvm type by Timothy Arceri · 7 years ago
  97. 9db51b2 ac: use the common v4i32 llvm type by Timothy Arceri · 7 years ago
  98. ee376ac ac: add v3i32 to the common code and make use of it by Timothy Arceri · 7 years ago
  99. 309a514 ac: add v2i32 to the common code and use it by Timothy Arceri · 7 years ago
  100. c64cfa0 ac: use the ac i64 llvm type by Timothy Arceri · 7 years ago