1. 1a97cac i965/fs: Add a sampler program key for whether the texture is 16x MSAA by Neil Roberts · 9 years ago
  2. 4ef2774 i965/vec4/skl+: Use ld2dms_w instead of ld2dms by Neil Roberts · 9 years ago
  3. e386fb0 i965/fs/skl+: Use ld2dms_w instead of ld2dms by Neil Roberts · 9 years ago
  4. 20250e8 i965: Program 16x MSAA sample positions. by Neil Roberts · 9 years ago
  5. 5048da9 i965: Handle 16x MSAA in IMS dimension munging code. by Kenneth Graunke · 9 years ago
  6. b9f8e72 nir: Rename nir_live_variables.c to nir_liveness.c. by Kenneth Graunke · 9 years ago
  7. 5c6f215 nir: Rename live_variables to live_ssa_defs. by Kenneth Graunke · 9 years ago
  8. 56774e6 i965/vec4: select predicate based on writemask for sel emissions by Alejandro Piñeiro · 9 years ago
  9. bb73fc4 nouveau: relax fence emit space assert by Ilia Mirkin · 9 years ago
  10. 6d3a24b vc4: When the create ioctl fails, free our cache and try again. by Eric Anholt · 9 years ago
  11. 3f7c96c vc4: Print the rounded shader size in debug output. by Eric Anholt · 9 years ago
  12. 4a951f1 vc4: Fix dumping the size of BOs allocated/cached. by Eric Anholt · 9 years ago
  13. 5bbd522 mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch list by Ilia Mirkin · 9 years ago
  14. bdf6cef vbo: fix another GL_LINE_LOOP bug by Brian Paul · 9 years ago
  15. d31481e svga: implement 'white_fragments' option for VGPU10 fragment shaders by Brian Paul · 9 years ago
  16. 149ac1f u_vbuf: minor code reformatting / line wrapping by Brian Paul · 9 years ago
  17. e450d43 u_vbuf: add some const qualifiers by Brian Paul · 9 years ago
  18. 3f98c81 svga: use new enum indices_mode type by Brian Paul · 9 years ago
  19. fa6efbd util/indices: replace #define tokens with enum type by Brian Paul · 9 years ago
  20. c3d7caa i965: check inst->predicate when clearing flag_live at dead code eliminate by Alejandro Piñeiro · 9 years ago
  21. c19443b gallivm: fix sampling for s3tc srgb formats when using texture cache by Roland Scheidegger · 9 years ago
  22. d56a147 i965/meta: Assert fast clears and rep clears never overlap by Ben Widawsky · 9 years ago
  23. 13b19aa mesa: expose support for GL_EXT_buffer_storage by Ryan Houdek · 9 years ago
  24. 8e4cf90 glsl: make sure to only add subroutines to resource list by Timothy Arceri · 9 years ago
  25. f6b3c16 glsl: remove old TODO by Timothy Arceri · 9 years ago
  26. 6e3b380 docs: Mark AoA as done for i965 by Timothy Arceri · 9 years ago
  27. 5b75dbd i965: enable ARB_arrays_of_arrays by Timothy Arceri · 9 years ago
  28. fb77da8 i965: add support for image AoA by Timothy Arceri · 9 years ago
  29. 9285ed9 llvmpipe: add cache for compressed textures by Roland Scheidegger · 9 years ago
  30. 39b4dfe llvmpipe: use simple coeffs calc for 128bit vectors by Oded Gabbay · 9 years ago
  31. 59bbe26 nir: Properly invalidate metadata in nir_opt_remove_phis(). by Kenneth Graunke · 9 years ago
  32. bc3942e nir: Properly invalidate metadata in nir_lower_vec_to_movs(). by Kenneth Graunke · 9 years ago
  33. 0f037bd nir: Properly invalidate metadata in nir_opt_copy_prop(). by Kenneth Graunke · 9 years ago
  34. 4cb7546 nir: Properly invalidate metadata in nir_remove_dead_variables(). by Kenneth Graunke · 9 years ago
  35. 8bb4451 nir: Properly invalidate metadata in nir_split_var_copies(). by Kenneth Graunke · 9 years ago
  36. aea4009 nir: Properly invalidate metadata in nir_lower_global_vars_to_local(). by Kenneth Graunke · 9 years ago
  37. 531be60 nir: Unexpose _impl versions of copy_prop and dce by Jason Ekstrand · 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. 3b37155 gallium/radeon: allow returning SDMA fences from pipe->flush by Marek Olšák · 9 years ago
  41. 7f9122c gallium/radeon: always return the last SDMA fence on SDMA flush if needed by Marek Olšák · 9 years ago
  42. 36fd653 i965: Add scalar geometry shader support. by Kenneth Graunke · 9 years ago
  43. c9541a7 i965: Add scalar GS input lowering code. by Kenneth Graunke · 9 years ago
  44. 4861835 i965: Fix the fs_visitor GS constructor to take shader_time_index. by Kenneth Graunke · 9 years ago
  45. 5d4b019 i965/gen8+: Extract color clear surface state by Ben Widawsky · 9 years ago
  46. f3223eb i965/gen8+: Remove redundant zeroing of surface state by Ben Widawsky · 9 years ago
  47. e887407 nvc0: add missing compute parameters required by clover by Samuel Pitoiset · 9 years ago
  48. e640ba4 nvc0: handle NULL pointer in nvc0_get_compute_param() by Samuel Pitoiset · 9 years ago
  49. dde33fc i965/skl: PCI ID cleanup and brand strings by Ben Widawsky · 9 years ago
  50. 7cbd660 i965/skl: Add GT4 PCI IDs by Ben Widawsky · 9 years ago
  51. 55365a7 mesa: Add spec citations for DispatchCompute* by Jordan Justen · 9 years ago
  52. 44c399f mesa: Update DispatchComputeIndirect errors for indirect parameter by Jordan Justen · 9 years ago
  53. 0b19f65 i965/fs: Clean up FBH code. by Matt Turner · 9 years ago
  54. c22d62f i965/vec4: Clean up FBH code. by Matt Turner · 9 years ago
  55. 7c81a6a i965: Replace default case with list of enum values. by Matt Turner · 9 years ago
  56. d9b09f8 i965/vec4: Don't disable channels in any/all comparisons. by Matt Turner · 9 years ago
  57. f4466c8 mesa: fix uniforms calculation in glGetProgramiv by Tapani Pälli · 9 years ago
  58. efb333a mesa: fix program resource queries for atomic counter buffers by Tapani Pälli · 9 years ago
  59. c2c124f glsl: join calculate_array_size() and calculate_array_stride() by Juha-Pekka Heikkila · 9 years ago
  60. af7c98a mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES by Ryan Houdek · 9 years ago
  61. 985b515 nouveau: set MaxDrawBuffers to the same value as MaxColorAttachments by Ilia Mirkin · 9 years ago
  62. 00bb524 nv50: use correct heaps for FP and GP code segments by Samuel Pitoiset · 9 years ago
  63. 39bb59a mesa/sso: Add compute shader support by Jordan Justen · 9 years ago
  64. 6e11855 mesa/sso: Add MESA_VERBOSE=api trace support by Jordan Justen · 9 years ago
  65. 5bfe283 i965: Setup pull constant state for compute programs by Jordan Justen · 9 years ago
  66. a4a416f main/get: Add MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS by Jordan Justen · 9 years ago
  67. 218e949 glsl: OpenGLES GLSL 3.1 precision qualifiers ordering rules by Jordan Justen · 9 years ago
  68. b6e9b2b glsl: Add compute shader builtin variables for OpenGLES 3.1 by Jordan Justen · 9 years ago
  69. 67635a0 nouveau: get rid of tabs by Ilia Mirkin · 9 years ago
  70. 0ef8c5c i965/sched: don't calculate live intervals for post-RA scheduling by Connor Abbott · 9 years ago
  71. 425d8c2 virgl/vtest: fix extra malloc by Dave Airlie · 9 years ago
  72. 8d731eb virgl: free sampler view on failure path by Dave Airlie · 9 years ago
  73. 7153b12 gallium/swrast: fixup build breakage and warnings by Dave Airlie · 9 years ago
  74. 2b67657 gallium/swrast: fix front buffer blitting. (v2) by Dave Airlie · 9 years ago
  75. 103de02 glsl: set image access qualifiers for AoA by Timothy Arceri · 9 years ago
  76. 7b36848 i965: Do legacy userclipping in OpenGL ES 1.x contexts. by Ian Romanick · 9 years ago
  77. f3d4d10 gbm.h: Add a missing stddef.h include for size_t. by Emmanuel Gil Peyrot · 9 years ago
  78. 7bac333 winsys/virgl: rework line wrapping/indent by Emil Velikov · 9 years ago
  79. 493e410 virgl: unwrap the includes by Emil Velikov · 9 years ago
  80. 7154d48 winsys/virgl: remove temporary ret variable by Emil Velikov · 9 years ago
  81. bdcb005 winsys/virgl: always memset prior to ioctl by Emil Velikov · 9 years ago
  82. e992715 winsys/virgl: use MALLOC to match FREE by Emil Velikov · 9 years ago
  83. 72d7d1e winsys/virgl: remove calloc/malloc casts by Emil Velikov · 9 years ago
  84. 1ce685f winsys/virgl: throw in some inline wrappers by Emil Velikov · 9 years ago
  85. 78be78b virgl: introduce virgl_query() inline wrapper by Emil Velikov · 9 years ago
  86. dafcb21 virgl: use virgl_screen/surface upcast wrappers by Emil Velikov · 9 years ago
  87. 7af46b9 virgl: introduce and use virgl_transfer/texture/resource inline wrappers by Emil Velikov · 9 years ago
  88. 6b123fa virgl: add virgl_context/sampler_view/so_target() upcast wrappers by Emil Velikov · 9 years ago
  89. 1f43e4e winsys/virgl/drm: drop unneeded forward declaration by Emil Velikov · 9 years ago
  90. e005622 virgl: remove sw_winsys pointer from virgl_screen by Emil Velikov · 9 years ago
  91. 0c82c2f virgl: rename virgl.h to virgl_screen.h by Emil Velikov · 9 years ago
  92. 87f7d61 virgl: move virgl_hw.h into the driver dir by Emil Velikov · 9 years ago
  93. 014f8ef virgl: straighten the includes confusion by Emil Velikov · 9 years ago
  94. 2c705d2 virgl: remove the _FILE_OFFSET_BITS defines by Emil Velikov · 9 years ago
  95. a05648f winsys/virgl/drm: add all files to the tarball by Emil Velikov · 9 years ago
  96. 8b9e69e winsys/virgl/vtest: list all files in Makefile.sources by Emil Velikov · 9 years ago
  97. 73308ca virgl: move sources list to Makefile.sources by Emil Velikov · 9 years ago
  98. c1bf71f virgl: fix drm.h include path by Emil Velikov · 9 years ago
  99. 60418a2 i965: enable ARB_shader_clock on gen7+ by Emil Velikov · 9 years ago
  100. 4379ca2 i965: Implement nir_intrinsic_shader_clock by Emil Velikov · 9 years ago