1. d033373 main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range]. by Laura Ekstrand · 9 years ago
  2. 768ca8b main: Add utility function _mesa_lookup_bufferobj_err. by Laura Ekstrand · 10 years ago
  3. ff01134 main: Checking for cube completeness in GetCompressedTextureImage. by Laura Ekstrand · 10 years ago
  4. 4080c33 main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D. by Laura Ekstrand · 10 years ago
  5. 70eab80 main: assert(texImage) in ARB_DSA texture cube map functions. by Laura Ekstrand · 9 years ago
  6. c3e92fa main: Remove redundant copy of cube map block comment in GetTextureImage. by Laura Ekstrand · 9 years ago
  7. 8979368 main: Remove redundant NumLayers checks. by Laura Ekstrand · 9 years ago
  8. 1ee000a main: _mesa_cube_level_complete checks NumLayers. by Laura Ekstrand · 9 years ago
  9. c939231 r300g: fix sRGB->sRGB blits by Marek Olšák · 9 years ago
  10. 9953586 r300g: fix a crash when resolving into an sRGB texture by Marek Olšák · 9 years ago
  11. 1136010 r300g: use memset for clearing the shader key by Marek Olšák · 9 years ago
  12. 4815c18 r300g: remove the broken SNORM->UNORM shader lowering pass by Marek Olšák · 9 years ago
  13. 74a757f r300g: fix RGTC1 and LATC1 SNORM formats by Marek Olšák · 9 years ago
  14. f710b99 r300g: Fix the ATI1N swizzle (RGTC1 and LATC1) by Stefan Dösinger · 9 years ago
  15. 51b43c5 radeonsi: Add additional information to shader dumps by Tom Stellard · 9 years ago
  16. bbfa1c3 radeonsi/compute: Use value from compiler for COMPUTE_PGM_RSRC1.FLOAT_MODE by Tom Stellard · 9 years ago
  17. a646b00 clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2 by Tom Stellard · 9 years ago
  18. cb3eb43 freedreno/ir3: get the # of miplevels from getinfo by Ilia Mirkin · 9 years ago
  19. 8ac957a freedreno/ir3: fix array count returned by TXQ by Ilia Mirkin · 9 years ago
  20. f3dfe65 freedreno: move fb state copy after checking for size change by Ilia Mirkin · 9 years ago
  21. b9c2fa1 nir: Make the printer include nir_variable::location too. by Kenneth Graunke · 9 years ago
  22. a72fb69 i965/fs: Implement SIMD16 dual source blending. by Iago Toral Quiroga · 9 years ago
  23. 8dcc1f2 nir: Only do gl_FrontFacing workaround in glsl_to_nir for the FS. by Kenneth Graunke · 9 years ago
  24. c6f2abe nir: Plumb the shader stage into glsl_to_nir(). by Kenneth Graunke · 9 years ago
  25. b200cbb nir: Add native_integers to nir_shader_compiler_options. by Kenneth Graunke · 9 years ago
  26. a55da73 nir: Try to make sense of the nir_shader_compiler_options code. by Kenneth Graunke · 9 years ago
  27. 2561aea nir: Delete nir_shader::user_structures and num_user_structures. by Kenneth Graunke · 9 years ago
  28. 9f1e250 glsl: Mark array access when copying to a temporary for the ?: operator. by Kenneth Graunke · 9 years ago
  29. a84f66a i965/nir: Resolve source modifiers on Gen8+ logic operations. by Kenneth Graunke · 9 years ago
  30. 7c25a4a st/mesa: drop unused texture function by Dave Airlie · 9 years ago
  31. c5e6940 mesa/st: remove unused TexData by Dave Airlie · 9 years ago
  32. fd17db6 freedreno: replace glsl130 debug flag with glsl120 by Rob Clark · 9 years ago
  33. 0e8d58b gallium/docs: add some freedreno compiler docs by Rob Clark · 10 years ago
  34. 060d349 freedreno/ir3: relative dst by Rob Clark · 10 years ago
  35. b770321 freedreno/ir3: split out array_fanin() helper by Rob Clark · 9 years ago
  36. 17754b7 freedreno/ir3: drop deref nodes by Rob Clark · 9 years ago
  37. f8f7548 freedreno/ir3: helpful iterator macros by Rob Clark · 9 years ago
  38. 26b79ac freedreno/ir3: fix register usage calculations by Rob Clark · 10 years ago
  39. 3ecc834 freedreno/ir3: couple tweaks for cmdline compiler by Rob Clark · 9 years ago
  40. 0f797f7 freedreno/ir3: split up ssa_dst by Rob Clark · 10 years ago
  41. 27648ef freedreno/ir3: fix failed assert in grouping by Rob Clark · 9 years ago
  42. 1ca39ec i915: Fix GCC unused-variable warning in release build. by Vinson Lee · 9 years ago
  43. b28c037 r300g: Fix build, invalid extern "C" around header inclusion. by Mark Janes · 9 years ago
  44. c4b91a1 nouveau: Fix build, invalid extern "C" around header inclusion. by Mark Janes · 9 years ago
  45. 2034680 nv50,nvc0: remove bogus 64_FLOAT formats by Ilia Mirkin · 9 years ago
  46. bca6c85 ilo: clarify valid and preferred tilings by Chia-I Wu · 9 years ago
  47. bf061a3 ilo: clean up Gen6 WAs by Chia-I Wu · 9 years ago
  48. ba5670f ilo: add generic ilo_render_3dprimitive() by Chia-I Wu · 9 years ago
  49. 8b2eecf ilo: add generic ilo_render_pipe_control() by Chia-I Wu · 9 years ago
  50. 35b713a ilo: fix padding of linear sampler views by Chia-I Wu · 9 years ago
  51. dda4823 ilo: do not check for interleaved_samples by Chia-I Wu · 9 years ago
  52. 56ede80 Revert "egl/main: use c11/threads' mutex directly" by Emil Velikov · 9 years ago
  53. eb14d28 Revert "egl/main: convert thread management to use c11 threads" by Emil Velikov · 9 years ago
  54. 8f2eaae Revert "glx: remove final reference to THREADS" by Emil Velikov · 9 years ago
  55. 5e3276f Revert "glx: remove support for non-multithreaded platforms" by Emil Velikov · 9 years ago
  56. 1c1fd82 glx: remove unneeded ifdef _WIN32 guard by Emil Velikov · 9 years ago
  57. 3f16751 util: rework _MSC_VER >= 1200 checks by Emil Velikov · 9 years ago
  58. 3859129 glx: remove support for non-multithreaded platforms by Emil Velikov · 9 years ago
  59. 8b15a88 glx: remove final reference to THREADS by Emil Velikov · 9 years ago
  60. 33eff85 egl/main: convert thread management to use c11 threads by Emil Velikov · 9 years ago
  61. 6cee785 egl/main: use c11/threads' mutex directly by Emil Velikov · 9 years ago
  62. bfb4db8 include: Add helper header to help trap includes inside extern C. by José Fonseca · 10 years ago
  63. 7f10e16 i965: free scratch buffers when destroying the context by Iago Toral Quiroga · 10 years ago
  64. 970dc23 i965: Fix URB size for CHV by Ville Syrjälä · 10 years ago
  65. 0dfec59 i965/vec4: Don't lose the saturate modifier in copy propagation. by Andrey Sudnik · 9 years ago
  66. 78df9d5 i965/vec4: Handle saturate in dump_instruction(). by Matt Turner · 9 years ago
  67. ebad062 ilo: enable L3 cache in MOCS by Chia-I Wu · 9 years ago
  68. c7d17f8 ilo: track if a ilo_view_surface is a scanout by Chia-I Wu · 9 years ago
  69. e7c74ef ilo: clean up SURFACE_STATE and BINDING_TABLE_STATE by Chia-I Wu · 9 years ago
  70. 8b2c845 mapi: actually remove unused u_thread.h by Brian Paul · 9 years ago
  71. 60096ed freedreno/ir3: fix silly typo for binning pass shaders by Rob Clark · 9 years ago
  72. 1a96d9e glsl: let interface linking code validate its arrays by Timothy Arceri · 9 years ago
  73. c5a56a6 glsl: use common intrastage array validation by Timothy Arceri · 9 years ago
  74. 50859c6 glsl: move array validation into its own function by Timothy Arceri · 9 years ago
  75. aa0705c i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta. by Kenneth Graunke · 9 years ago
  76. 4ddd981 ilo: add more convenient intel_bo_{ref,unref}() by Chia-I Wu · 9 years ago
  77. 70ef171 ilo: add intel_bo_set_tiling() by Chia-I Wu · 9 years ago
  78. 0ac7065 ilo: replace intel_tiling_mode by gen_surface_tiling by Chia-I Wu · 9 years ago
  79. eb32ac1 ilo: update genhw headers by Chia-I Wu · 9 years ago
  80. 237dcb4 Fix invalid extern "C" around header inclusion. by Mark Janes · 9 years ago
  81. 2e4c95d i965: Tell intel_get_memcpy() which direction the memcpy() is going. by Matt Turner · 9 years ago
  82. 5f9ee6a mesa/x86: missing stdio inclusions by Mark Janes · 9 years ago
  83. c97e902 clover: Enable cl_khr_fp64 for devices that support doubles v4 by Tom Stellard · 10 years ago
  84. 8d8ca64 xmlpool: make sure we ship options.h by Emil Velikov · 9 years ago
  85. fe5fddd mapi: fix *glapi dependency tracking by Emil Velikov · 9 years ago
  86. 2c0f72d mesa: drop Makefile from get_hash.h dependency list by Emil Velikov · 9 years ago
  87. d22391c mesa: fix dependency tracking of generated sources by Emil Velikov · 9 years ago
  88. 3f6c28f mesa: rename format_info.c to format_info.h by Emil Velikov · 9 years ago
  89. abae343 mesa/main: update .gitignore by Emil Velikov · 9 years ago
  90. d1fbea0 egl/main: remove no-longer needed definition of stdint types by Emil Velikov · 9 years ago
  91. bf0e4d2 egl/drivers: include stdint.h where needed by Emil Velikov · 9 years ago
  92. 74c40b9 egl/main: drop the declaration of PUBLIC keyword. by Emil Velikov · 9 years ago
  93. dd438ae egl/main: no longer export internal function by Emil Velikov · 9 years ago
  94. d780012 egl/main: replace __FUNCTION__ with __func__ by Emil Velikov · 9 years ago
  95. 7bd1693 egl/main: replace INLINE with inline by Emil Velikov · 9 years ago
  96. 9385c59 mapi: remove u_thread.h by Brian Paul · 9 years ago
  97. 262cd68 mapi: use c11 call_once() instead of pthread_once() by Brian Paul · 9 years ago
  98. 18db13f mapi: THREADS was always defined, remove it by Brian Paul · 9 years ago
  99. fac7791 mesa: remove THREADS check, printf calls in debug.c by Brian Paul · 9 years ago
  100. 458c749 mapi: rewrite u_current_init() function without u_thread_self() by Brian Paul · 9 years ago