1. 7299e82 dri: Add KHR_no_error DRI extension by Grigori Goronzy · 7 years ago
  2. cfbf60b mesa/marshal: fix glNamedBufferData with NULL data by Grigori Goronzy · 7 years ago
  3. 1ad24fa mesa/marshal: add marshalling for glClearBuffer* by Grigori Goronzy · 7 years ago
  4. 8036198 mesa/marshal: extract ClearBuffer helpers by Grigori Goronzy · 7 years ago
  5. a98c1fb st/mesa: handle stfbi being NULL on entry of st_framebuffer_reuse_or_create by Lucas Stach · 7 years ago
  6. 4f586cd i965: Push UBO data, but don't use it just yet. by Kenneth Graunke · 8 years ago
  7. 6834b1e i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access. by Kenneth Graunke · 7 years ago
  8. 67fec96 i965: Stop re-uploading push constants after URB reconfiguration. by Kenneth Graunke · 8 years ago
  9. 29603ae i965: Separate uploading push constant data from the pointer packets. by Kenneth Graunke · 8 years ago
  10. a18ab92 i965: Introduce a BRW_NEW_DRAW_CALL dirty bit. by Kenneth Graunke · 8 years ago
  11. 24891d7 i965: Store per-stage push constant BO pointers. by Kenneth Graunke · 7 years ago
  12. 6d28c6e i965: Select ranges of UBO data to be uploaded as push constants. by Kenneth Graunke · 9 years ago
  13. 2a5e4f1 i965: Require a UBO offset alignment of 32 bytes. by Kenneth Graunke · 9 years ago
  14. 8ec5a4e i965: Switch to absolute addressing for constant buffer 0. by Kenneth Graunke · 10 years ago
  15. 86bd3fd i965: Use async maps for BufferSubData to regions with no valid data. by Kenneth Graunke · 8 years ago
  16. 5f22364 i965: Track a range of the buffer which contains valid data. by Kenneth Graunke · 8 years ago
  17. f47612d i965: Add a "write" parameter to intel_bufferobj_buffer. by Kenneth Graunke · 7 years ago
  18. 9a9c7e4 i965: Convert GS_STATE to genxml. by Rafael Antognolli · 7 years ago
  19. 2936388 i965: Prepare gs_state emitting code to include gen4-5. by Rafael Antognolli · 7 years ago
  20. 9a2cca9 i965: Remove upload_gs_state_for_tf. by Rafael Antognolli · 7 years ago
  21. ad7663b i965: Convert BLEND_CONSTANT_COLOR state to genxml. by Rafael Antognolli · 7 years ago
  22. 5d48710 i965: Convert CC state on gen4-5 to genxml. by Rafael Antognolli · 7 years ago
  23. b0052aa i965: Move color calc code around a bit. by Rafael Antognolli · 7 years ago
  24. 5246d3e i965: Check for alpha channel just like in gen6+. by Rafael Antognolli · 7 years ago
  25. 1d2d3db i965: Make a helper function for blend entry related state. by Rafael Antognolli · 7 years ago
  26. e84cb56 i965: Make a helper function for depth/stencil related state. by Kenneth Graunke · 7 years ago
  27. 7c4daf8 i965: fix missing NULL return if allocation fails by Lionel Landwerlin · 7 years ago
  28. fd8e8fd i965: check pointer before dereferencing it by Lionel Landwerlin · 7 years ago
  29. b02d136 i965: map_gtt: check mapping address before adding offset by Lionel Landwerlin · 7 years ago
  30. add7259 i965/urb: Trigger upload_urb on NEW_BLORP by Jason Ekstrand · 8 years ago
  31. 42c64b5 mesa: Return GL_INVALID_ENUM for bogus TEXTURE_SRGB_DECODE_EXT params. by Kenneth Graunke · 7 years ago
  32. 655a32f st/mesa: Handle st_framebuffer_create returning NULL by Michel Dänzer · 7 years ago
  33. c3b5c2c i965/screen: Drop get_tiled_height by Jason Ekstrand · 7 years ago
  34. b29c364 i965/screen: Use ISL for doing image import checks by Jason Ekstrand · 7 years ago
  35. 76f683e i965/screen: Use ISL for allocating image BOs by Jason Ekstrand · 7 years ago
  36. 285242e i965: Add an isl_device to intel_screen by Jason Ekstrand · 7 years ago
  37. 06c95f1 i965/miptree: Move CCS allocation into create_for_dri_image by Jason Ekstrand · 7 years ago
  38. b3a44ae i965: Use create_for_dri_image in intel_update_image_buffer by Jason Ekstrand · 7 years ago
  39. 90d9375 i965/miptree: Add support for window system images to create_for_dri_image by Jason Ekstrand · 7 years ago
  40. 2dd4e23 i965/miptree: Add a colorspace parameter to create_for_dri_image by Jason Ekstrand · 7 years ago
  41. 14ce44a main/formats: Add a get_linear_format_srgb helper by Jason Ekstrand · 7 years ago
  42. 361eb1c main/formats: Autogenerate _mesa_get_srgb_format_linear by Jason Ekstrand · 7 years ago
  43. 34e1ccb i965/miptree: Allocate mt earlier in update winsys by Ben Widawsky · 7 years ago
  44. aadd372 i965/miptree: Add a return for updating of winsys by Ben Widawsky · 7 years ago
  45. 30cfed5 i965: Use miptree_create_for_dri_image in image_target_renderbuffer_storage by Jason Ekstrand · 7 years ago
  46. 0919657 i965/miptree: Set level_x/h in create_for_dri_image by Jason Ekstrand · 7 years ago
  47. 4bf1405 i965/miptree: Add tile_x/y to total_width/height by Jason Ekstrand · 7 years ago
  48. 947b72a i965/miptree: Pass the offset into create_for_bo in create_for_dri_image by Jason Ekstrand · 7 years ago
  49. 72e7a6b i965: Move the DRIimage -> miptree code to intel_mipmap_tree.c by Jason Ekstrand · 7 years ago
  50. 147d7fb st/mesa: add a winsys buffers list in st_context by Charmaine Lee · 7 years ago
  51. 76acbd0 i965: Drop bogus pthread_mutex_unlock in map_gtt error path. by Kenneth Graunke · 7 years ago
  52. 5d6271c intel: Move the DRM uapi headers to a non-Intel location. by Eric Anholt · 7 years ago
  53. cead51a i965: Use VALGRIND_MAKE_MEM_x in place of MALLOCLIKE/FREELIKE by Chris Wilson · 7 years ago
  54. 314879f i965: Fix asynchronous mappings on !LLC platforms. by Kenneth Graunke · 7 years ago
  55. 20104f1 i965: Don't use PREAD for glGetBufferSubData(). by Kenneth Graunke · 7 years ago
  56. 9d681a7 i965: perf: use new subslices numbers from device info by Lionel Landwerlin · 7 years ago
  57. 25c1a7c i965: Use already existing eu_total by Ben Widawsky · 7 years ago
  58. 618be8c i965: Resolve framebuffers before signaling the fence by Chris Wilson · 7 years ago
  59. 7250cba i965: Assert that we don't use CPU write maps to non-coherent buffers. by Kenneth Graunke · 7 years ago
  60. de4c2ea i965: Disable access to CPU mmap for async access on non-LLC machines by Chris Wilson · 7 years ago
  61. b532e3b i965: Track when a bo is shared with an external client by Chris Wilson · 7 years ago
  62. aaee0d1 gallium: use "ull" number suffix to keep the QtCreator parser happy by Marek Olšák · 7 years ago
  63. 833108a i965: Use brw_bo_wait() for brw_bo_wait_rendering() by Chris Wilson · 7 years ago
  64. f728435 st/mesa: Fix grabbing the wrong variant if glDrawPixels is called by Matias N. Goldberg · 7 years ago
  65. 9ac55e8 mesa: finish implementing glPrimitiveRestartNV() for display lists by Brian Paul · 7 years ago
  66. f5c8bb1 vbo: fix glPrimitiveRestartNV crash inside a display list by Olivier Lauffenburger · 7 years ago
  67. 1d0bdfb st/mesa: remove unused st_framebuffer::Private field by Brian Paul · 7 years ago
  68. 1b3cbcc mesa: add some braces in _mesa_make_current() by Brian Paul · 7 years ago
  69. 960aa95 vbo: rename target->index in loopback code by Brian Paul · 7 years ago
  70. 650b3c8 vbo: whitespace/formatting fixes in vbo_save_loopback.c by Brian Paul · 7 years ago
  71. 7022e29 vbo: simplify vbo_save_NotifyBegin() by Brian Paul · 7 years ago
  72. 7cc6ee5 mesa: simplify get_tex_images_for_clear() by Brian Paul · 7 years ago
  73. f3a608d mesa: new comments, assertion related to glClearTexSubImage by Brian Paul · 7 years ago
  74. ccdcce3 st/mesa: find proper mipmap level in st_ClearTexSubImage() by Brian Paul · 7 years ago
  75. 7e2669d st/mesa: whitespace fixes in st_cb_fbo.c by Brian Paul · 7 years ago
  76. dd50663 st/mesa: whitespace fixes in st_texture.c by Brian Paul · 7 years ago
  77. 076faf8 build systems: move git_sha1_gen.sh to bin/ by Eric Engestrom · 7 years ago
  78. 0673bbf i965: Move surface resolves back to draw/dispatch time by Jason Ekstrand · 7 years ago
  79. 95731b7 mesa: Avoid set comprehension. by Vinson Lee · 7 years ago
  80. c2065ed st/glsl_to_nir: fix edgeflag passthrough by Nicolai Hähnle · 7 years ago
  81. 8a4cd79 st/mesa: use pipe_shader_type_from_mesa by Nicolai Hähnle · 7 years ago
  82. 497b95f tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS by Nicolai Hähnle · 7 years ago
  83. f4f7096 glsl: simplify add_uniform_to_shader::visit_field by Nicolai Hähnle · 7 years ago
  84. 7d7bcd6 st/mesa: release EGLImage on EGLImageTarget* error by Philipp Zabel · 7 years ago
  85. 11a924c st/mesa: fix tessellation shaders with no support for shareable shaders by Marek Olšák · 7 years ago
  86. 2f89c39 st/mesa: remove an obsolete comment by Nicolai Hähnle · 7 years ago
  87. 7c5b204 mesa: remove unused parameter/member of add_uniform_to_shader by Nicolai Hähnle · 7 years ago
  88. df1279e i965: Print access flags in INTEL_DEBUG=buf output. by Kenneth Graunke · 7 years ago
  89. d8382d6 i965: Remove clearing of bo->map_gtt after failure by Chris Wilson · 7 years ago
  90. f78aa2c i965: Add inline to brw_bo_unmap by Kenneth Graunke · 7 years ago
  91. 314647c i965: Drop global bufmgr lock from brw_bo_map_* functions. by Chris Wilson · 7 years ago
  92. bca9284 i965: Make brw_bo_unmap a static inline. by Kenneth Graunke · 7 years ago
  93. c913241 i965: Discard bo->map_count by Chris Wilson · 7 years ago
  94. 58d81d9 i965: Add a comment about not needing VALGRIND_MALLOCLIKE_BLOCK. by Kenneth Graunke · 7 years ago
  95. 95d5c48 st/mesa: fix texture image resource selection in st_render_texture() by Brian Paul · 7 years ago
  96. f4d5e55 st/mesa: check for incomplete texture in st_finalize_texture() by Brian Paul · 7 years ago
  97. 165e704 i965/i915: Add UYVY as the supported format by Johnson Lin · 7 years ago
  98. 3fd425a build systems: uniformize git_sha1.h generation by Eric Engestrom · 7 years ago
  99. 4aaa21d Android: i965: remove libdrm_intel dependency by Rob Herring · 7 years ago
  100. 40f842a mesa: Require mipmap completeness for glCopyImageSubData() at times. by Kenneth Graunke · 7 years ago