1. 64c7363 glthread: stop using GLenum16 to get correct GL errors for out-of-bounds enums by Marek Olšák · 4 years, 4 months ago
  2. 8c9b9aa gallium: change comments to remove 'state tracker' by Marek Olšák · 4 years, 9 months ago
  3. d6287a9 gallium: rename 'state tracker' to 'frontend' by Marek Olšák · 4 years, 9 months ago
  4. 38cc649 glthread: Fix use of alloca() without #include "c99_alloca.h" by Jon Turney · 4 years, 4 months ago
  5. 784358b i965: Fix out-of-bounds access to brw_stage_state::surf_offset by Danylo Piliaiev · 4 years, 5 months ago
  6. bc3641d draw: add support for num_samples + sample_stride to the image paths by Dave Airlie · 4 years, 6 months ago
  7. 026bf26 draw: introduce sampler num samples + stride members by Dave Airlie · 4 years, 6 months ago
  8. 0ee1a72 gallium: add a new cap PIPE_CAP_GLSL_ZERO_INIT by Pierre-Eric Pelloux-Prayer · 4 years, 5 months ago
  9. ea289d1 mesa: extend GLSLZeroInit semantics by Pierre-Eric Pelloux-Prayer · 4 years, 5 months ago
  10. 354474b mesa/st: consider NumUniformBlocks instead of num_ubos when binding by Erik Faye-Lund · 4 years, 4 months ago
  11. 8471f7a compiler/glsl: explicitly store NumUniformBlocks by Erik Faye-Lund · 4 years, 4 months ago
  12. 403eb50 driconf: add force_integer_tex_nearest option by Pierre-Eric Pelloux-Prayer · 4 years, 5 months ago
  13. 12fb7d7 mesa: add gl_coontext::ForceIntegerTexNearest by Pierre-Eric Pelloux-Prayer · 4 years, 5 months ago
  14. 46b3cb0 st/mesa: destroy only own program variants when program is released by Tapani Pälli · 4 years, 4 months ago
  15. 58bb817 mesa: check draw buffer completeness on glClearBufferfv/glClearBufferuiv by Dmitriy Nester · 4 years, 4 months ago
  16. ee8f60d i965: disable shadow batches when batch debugging. by Dave Airlie · 4 years, 4 months ago
  17. e645bc6 intel: Let drivers call brw_nir_lower_cs_intrinsics() by Caio Marcelo de Oliveira Filho · 4 years, 4 months ago
  18. 4b000b4 intel/fs: Add an option to lower variable group size in backend by Caio Marcelo de Oliveira Filho · 4 years, 4 months ago
  19. 0edb58a intel/fs: Clean up variable group size handling in backend by Caio Marcelo de Oliveira Filho · 4 years, 4 months ago
  20. f8601110 glthread: Add GLAPIENTRY to _mesa_marshal_MultiDrawArrays. by Jose Fonseca · 4 years, 4 months ago
  21. 2840bc3 glthread: upload non-VBO vertices and indices for non-Indirect non-IBM draws by Marek Olšák · 4 years, 6 months ago
  22. 1485a3f glthread: handle gl{Push,Pop}ClientAttrib{DefaultEXT} for glthread states by Marek Olšák · 4 years, 6 months ago
  23. 57bf51a glthread: handle POS vs GENERIC0 aliasing by Marek Olšák · 4 years, 6 months ago
  24. 09f9463 glthread: initialize VAOs properly by Marek Olšák · 4 years, 6 months ago
  25. 47cf310 glthread: track primitive restart state by Marek Olšák · 4 years, 6 months ago
  26. 9037005 glthread: track instance divisor changes by Marek Olšák · 4 years, 6 months ago
  27. c9c9f57 glthread: track pointers and strides for Pointer & EXT_dsa attrib functions by Marek Olšák · 4 years, 6 months ago
  28. befbd54 glthread: don't use atomics for refcounting to decrease overhead on AMD Zen by Marek Olšák · 4 years, 6 months ago
  29. 7f22e0f glthread: do glBufferSubData as unsynchronized upload + GPU copy by Marek Olšák · 4 years, 6 months ago
  30. 70847eb mesa: add _mesa_InternalBind{ElementBuffer,VertexBuffers} for glthread by Marek Olšák · 4 years, 6 months ago
  31. a82889e mesa: add glInternalBufferSubDataCopyMESA for glthread by Marek Olšák · 4 years, 6 months ago
  32. 3707cef mesa: inline vbo_context inside gl_context to remove vbo_context dereferences by Marek Olšák · 4 years, 5 months ago
  33. 4284230 mesa,st/mesa: add a fast path for non-static VAOs by Marek Olšák · 4 years, 5 months ago
  34. 2e3a9d7 mesa: don't update shaders on fixed-func state changes if user shaders are bound by Marek Olšák · 4 years, 6 months ago
  35. 256d5ca mesa: don't set unnecessary program flags in _mesa_update_state by Marek Olšák · 4 years, 6 months ago
  36. b2b4afd mesa: set _NEW_FRAG_CLAMP only when needed by Mathias Fröhlich · 4 years, 6 months ago
  37. 21ff963 mesa: don't call _mesa_update_state for _mesa_get_clamp_fragment_color by Marek Olšák · 4 years, 6 months ago
  38. f153800 st/mesa: Move _NEW_FRAG_CLAMP to NewFragClamp driver flag. by Mathias Fröhlich · 5 years ago
  39. eb04db7 mesa: optimize glPush/PopClientAttrib by removing malloc overhead by Marek Olšák · 4 years, 6 months ago
  40. 2efa76f i965: remove unused variable by Marcin Ślusarz · 4 years, 4 months ago
  41. 1c8bcad gallium: add pipe cap for scissored clears and pass scissor state to clear() hook by Mike Blumenkrantz · 4 years, 6 months ago
  42. 882928d i965: Use correct constant for max_variable_local_size by Caio Marcelo de Oliveira Filho · 4 years, 4 months ago
  43. 6fe7d67 st/mesa: expose more SPIR-V capabilities by Marek Olšák · 4 years, 4 months ago
  44. a2542de mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer target by Marek Olšák · 4 years, 4 months ago
  45. 35ee6b3 mesa: Follow OpenGL conversion rules for values that exceed storage size by Dylan Baker · 4 years, 5 months ago
  46. a1e453f mesa/st: call _mesa_initialize() early by Erik Faye-Lund · 4 years, 5 months ago
  47. 57f4c66 mesa/main: one_time_init() -> _mesa_initialize() by Erik Faye-Lund · 4 years, 5 months ago
  48. 6ff9473 mesa/main: Do not pass context to one_time_init by Erik Faye-Lund · 4 years, 5 months ago
  49. ac9d304 mesa/main: do not init remap-table per api by Erik Faye-Lund · 4 years, 5 months ago
  50. 9bc9877 mesa/main: do not pass context to one-time extension init by Erik Faye-Lund · 4 years, 5 months ago
  51. 05c6975 mesa/main: do not store unrecognized extensions in context by Erik Faye-Lund · 4 years, 5 months ago
  52. c50bbfa mesa: Skip 3-byte array formats in _mesa_array_format_flip_channels by Michel Dänzer · 4 years, 5 months ago
  53. ad5da3e mesa: replace GLenum target with gl_shader_stage in NewProgram by Marek Olšák · 4 years, 5 months ago
  54. 03ba57c mesa: extend _mesa_bind_vertex_buffer to take ownership of the buffer reference by Marek Olšák · 4 years, 6 months ago
  55. e9afe04 mesa: add offset_is_int32 param into _mesa_bind_vertex_buffer for glthread by Marek Olšák · 4 years, 6 months ago
  56. b822324 mesa: add Const.BufferCreateMapUnsynchronizedThreadSafe & MESA_MAP_THREAD_SAFE by Marek Olšák · 4 years, 6 months ago
  57. b6b1ab8 glthread: reduce dereferences of the next batch by Marek Olšák · 4 years, 5 months ago
  58. fc4b78f glthread: use 32-bit align instead of 64-bit ALIGN by Marek Olšák · 4 years, 5 months ago
  59. 41671ec mesa: remove exec="dynamic" from Draw functions that are not really dynamic by Marek Olšák · 4 years, 6 months ago
  60. 00b5791 mesa: reset primitive restart state in glClientAttribDefaultEXT by Marek Olšák · 4 years, 6 months ago
  61. ee0263e mesa: replace _NEW_EVAL with vbo_exec_update_eval_maps by Marek Olšák · 4 years, 6 months ago
  62. eeab9c9 st/mesa: Treat vertex inputs absent in inputMapping as zero in mesa_to_tgsi by Danylo Piliaiev · 4 years, 5 months ago
  63. 662e9c1 st/nir: Fix assigning PointCoord location with !PIPE_CAP_TEXCOORD by Connor Abbott · 4 years, 5 months ago
  64. f4addfd spirv: Use nir_const_value for spec constants by Jason Ekstrand · 4 years, 5 months ago
  65. ede36a2 mesa: add support for AlphaToCoverageDitherControlNV by Indrajit Kumar Das · 4 years, 5 months ago
  66. 85f84ea gallium: add # of MRT to blend state by Rob Clark · 4 years, 5 months ago
  67. b88778e mesa/st: avoid u_vbuf for GLES by Rob Clark · 4 years, 5 months ago
  68. 7e1b57a mesa: avoid redundant VBO updates by Rob Clark · 4 years, 5 months ago
  69. 51c1c4d mesa: enable GL_EXT_draw_instanced for gles2 by Simon Zeni · 4 years, 9 months ago
  70. f1a12d6 meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of meta by Jason Ekstrand · 4 years, 5 months ago
  71. 013d9e4 mesa/gallium: do not use enum for bit-allocated member by Erik Faye-Lund · 4 years, 6 months ago
  72. 8e36961 remove final imports.h and imports.c bits by Dylan Baker · 6 years ago
  73. 289f02d dri/nouveau: replace assert with unreachable by Dylan Baker · 4 years, 9 months ago
  74. c3db093 mesa: move ADD_POINTERS to macros.h by Dylan Baker · 6 years ago
  75. bf188f3 mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf by Dylan Baker · 4 years, 9 months ago
  76. c495c3a replace imports memory functions with utils memory functions by Dylan Baker · 6 years ago
  77. b857759 replace malloc macros in imports.h with u_memory.h versions by Dylan Baker · 6 years ago
  78. 9ee6e78 Replace IS_INF_OR_NAN with util_is_inf_or_nan by Dylan Baker · 6 years ago
  79. 53c36df replace IROUND with util functions by Dylan Baker · 6 years ago
  80. 64014c8 Replace IROUND_POS with _mesa_roundevenf by Dylan Baker · 6 years ago
  81. 9d9a281 replace IFLOOR with util_ifloor by Dylan Baker · 6 years ago
  82. bd4e769 replace LOG2 with util_fast_log2 by Dylan Baker · 6 years ago
  83. f8e4542 replace _mesa_logbase2 with util_logbase2 by Dylan Baker · 4 years, 9 months ago
  84. e190e8c replace _mesa_next_pow_two_* with util_next_power_of_two_* by Dylan Baker · 6 years ago
  85. e533fad replace _mesa_is_pow_two with util_is_power_of_two_* by Dylan Baker · 6 years ago
  86. 829013d st/mesa: Re-assign vs in locations after updating nir info for ffvp/ARB_vp by Danylo Piliaiev · 4 years, 5 months ago
  87. dbfeec6 mesa: fix crash in find_value by Pierre-Eric Pelloux-Prayer · 4 years, 5 months ago
  88. 4386c06 glsl: Hard-code noise to zero in builtin_functions.cpp by Jason Ekstrand · 4 years, 5 months ago
  89. 95f555a st/glsl_to_nir: make use of nir linker for linking uniforms by Timothy Arceri · 4 years, 8 months ago
  90. ae6f06c i965/bufmgr: Add support for MMAP_OFFSET ioctl. by Rafael Antognolli · 6 years ago
  91. a42d715 i965/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu and mmap_wc. by Rafael Antognolli · 6 years ago
  92. 06c5875 Fix promotion of floats to doubles by Albert Astals Cid · 4 years, 6 months ago
  93. d684fb3 st/mesa: Update shader info of ffvp/ARB_vp after translation to NIR by Danylo Piliaiev · 4 years, 5 months ago
  94. ac0b8d5 mesa: add interaction between compute derivatives and variable local sizes by Ilia Mirkin · 4 years, 5 months ago
  95. 8c949b2 st/mesa: properly guard fallback_copy_texsubimage aginst failed maps by Karol Herbst · 4 years, 5 months ago
  96. 0752648 vbo: avoid including wingdi.h on win32 by Erik Faye-Lund · 4 years, 5 months ago
  97. b55b033 mesa: fixup cast expression by Erik Faye-Lund · 4 years, 5 months ago
  98. 80797ed st/mesa: fix a crash due to passing a draw vertex shader into the driver by Marek Olšák · 4 years, 5 months ago
  99. a934c8e mesa/st: initialize all winsys_handle fields for memory objects by Tapani Pälli · 4 years, 5 months ago
  100. cd092bf st/mesa: add support for GL_NV_viewport_array2 by Ilia Mirkin · 4 years, 5 months ago