1. 2f87935 i965: Add support for GL_ARB_buffer_storage. by Eric Anholt · 10 years ago
  2. 1990da2 i965: Always use CPU mappings for BOs on LLC platforms. by Eric Anholt · 10 years ago
  3. bb63df0 i965: Drop the system-memory temporary allocations for flush explicit. by Eric Anholt · 10 years ago
  4. ea93246 i965: Switch mapping modes for non-explicit-flush blit-temporary maps. by Eric Anholt · 10 years ago
  5. ff1e850 gallivm: optimize repeat linear npot code in the aos int path by Jeff Muizelaar · 10 years ago
  6. 9954f01 gallivm: use correct rounding for nearest wrap mode (in the aos int path) by Roland Scheidegger · 10 years ago
  7. 88637e5 gallivm: use correct rounding for linear wrap mode (in the aos int path) by Jeff Muizelaar · 10 years ago
  8. 6757ec3 glapi: restore _glthread_GetID() function by Brian Paul · 10 years ago
  9. f9901f1 radeonsi: flush the dma ring in si_flush_from_st by Niels Ole Salscheider · 10 years ago
  10. 087b0ff radeon: Move DMA ring creation to common code by Niels Ole Salscheider · 10 years ago
  11. a9cf3aa mesa: return v.value_int64 when the requested type is TYPE_INT64 by Emil Velikov · 10 years ago
  12. f064bcd nvc0: minor cleanups in stream output handling by Emil Velikov · 10 years ago
  13. ad4a44e nouveau: honor fread return value in the nouveau_compiler by Emil Velikov · 10 years ago
  14. ae7d236 nouveau: typecast the prime_fd handle when calling nouveau_bo_set_prime by Emil Velikov · 10 years ago
  15. c26b488 nv50: add missing brackets when handling the samplers array by Emil Velikov · 10 years ago
  16. 4d0e30a i965: Fix build warning of unused variable by Anuj Phogat · 10 years ago
  17. a69fabc dri3: Add GLX_EXT_buffer_age support by Adel Gadllah · 10 years ago
  18. 0b02d8a dri3: Prefer the last chosen back when finding a new one. by Eric Anholt · 10 years ago
  19. 551d459 Add the EGL_MESA_configless_context extension by Neil Roberts · 10 years ago
  20. 4b17dff eglCreateContext: Remove the check for whether config == 0 by Neil Roberts · 10 years ago
  21. 4954518 Fix the initial value of glDrawBuffers for GLES by Neil Roberts · 10 years ago
  22. 0c58c96 Use the magic behaviour of GL_BACK in GLES 1 and 2 as well as 3 by Neil Roberts · 10 years ago
  23. 87c66a4 glsl: Fix typo by Ian Romanick · 10 years ago
  24. 6bdc1d9 glsl: Rewrite unrolled link_invalidate_variable_locations calls as a loop by Ian Romanick · 10 years ago
  25. 7b8acb9 docs: Import 10.0.4 release notes, add news item. by Carl Worth · 10 years ago
  26. 6e627b4 mesa: Release gl_debug_state when destroying context. by Mike Stroyan · 10 years ago
  27. 2c886eb r600g: compute memory pool size is given in dw by Niels Ole Salscheider · 10 years ago
  28. d3eb709 meta: Always restore the framebuffers and current renderbuffer. by Eric Anholt · 10 years ago
  29. feb3d8d i965: Drop intel_check_front_buffer_rendering(). by Eric Anholt · 10 years ago
  30. ec542d7 i965: Drop broken front_buffer_reading/drawing optimization. by Eric Anholt · 10 years ago
  31. 66073ef intel: When checking for updating front buffer reading, use the right fb. by Eric Anholt · 10 years ago
  32. e1a9a54 r600g,radeonsi: attempt to fix racy multi-context apps calling BufferData by Marek Olšák · 10 years ago
  33. 74d95ad r600g,radeonsi: fix broken buffer download by Marek Olšák · 10 years ago
  34. 4ca3486 r600g,radeonsi: use a fallback in dma_copy instead of failing by Marek Olšák · 10 years ago
  35. de5094d radeonsi: small cleanup in get_param by Marek Olšák · 10 years ago
  36. e219842 radeonsi: set correct alignment for texture buffers and constant buffers by Marek Olšák · 10 years ago
  37. f549129 r600g, radeonsi: fix primitives-generated query with disabled streamout by Marek Olšák · 10 years ago
  38. 958ef47 r600g,radeonsi: don't add streamout.num_dw_for_end twice by Marek Olšák · 10 years ago
  39. 4f1f323 r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limits by Marek Olšák · 10 years ago
  40. 8bd7a6f st/dri: flush drawable textures before unreferencing by Marek Olšák · 10 years ago
  41. a38e1fd radeonsi: implement fast color clear by Marek Olšák · 10 years ago
  42. 28eb0bc r600g: move fast color clear code to a common place by Marek Olšák · 10 years ago
  43. d3c1be5 r600g,radeonsi: move CMASK register values from r600_surface to r600_texture by Marek Olšák · 10 years ago
  44. 61a2fac radeonsi: convert the framebuffer state to atom-based by Marek Olšák · 10 years ago
  45. 946d1cf r600g: move cayman MSAA setup to a common place by Marek Olšák · 10 years ago
  46. 6a5499b radeonsi: move framebuffer-related state to a new struct si_framebuffer by Marek Olšák · 10 years ago
  47. bee2b96 r600g,radeonsi: set priorities for relocations by Marek Olšák · 10 years ago
  48. 3edb3b8 r300g,uvd,vce: set priorities for relocations by Marek Olšák · 10 years ago
  49. db1a7f7 winsys/radeon: add interface for setting a priority number for each relocation by Marek Olšák · 10 years ago
  50. 0d6f573 glsl: Link glsl_compiler with pthreads library. by Jonathan Gray · 10 years ago
  51. 4021426 gallium: add endian detection for OpenBSD by Jonathan Gray · 10 years ago
  52. a6efbac automake: allow only shared builds by Emil Velikov · 10 years ago
  53. 065b6ca configure: update enable-llvm-shared-libs comments by Emil Velikov · 10 years ago
  54. e267e43 st/dri: build the drm backend when libdrm is present by Emil Velikov · 10 years ago
  55. f41a653 glx: cleanup unneeded headers by Emil Velikov · 10 years ago
  56. e5214dd glx/tests: honor enable-driglx-direct configure flag by Jon TURNEY · 11 years ago
  57. 254aafb configure: read libomxil-bellagio.pc only when it exists by Emil Velikov · 10 years ago
  58. 22c1335 automake: create compat symlinks only for linux systems by Emil Velikov · 10 years ago
  59. bba9c28 configure: use LIB_EXT rather than hardcoded .so by Emil Velikov · 10 years ago
  60. 020bc0d automake: do not use symbols names for static glapi.la by Emil Velikov · 10 years ago
  61. 3c5599b configure: remove old makefile variables by Emil Velikov · 10 years ago
  62. 49d7bce gallium/targets: use install-gallium-targets.mk by Emil Velikov · 10 years ago
  63. f3595b6 gallium/targets: drop link generation for non DRI targets by Emil Velikov · 10 years ago
  64. d8ba951 targets/vdpau: use install-gallium-links.mk by Emil Velikov · 10 years ago
  65. ce24bcd targets/dri: use install-gallium-links.mk by Emil Velikov · 10 years ago
  66. bbae65e automake: introduce install-gallium-links.mk by Emil Velikov · 10 years ago
  67. 7b4ccad automake: use install-lib-links.mk across all classic mesa by Emil Velikov · 10 years ago
  68. b496ab0 automake: make install-lib-links less chatty by Emil Velikov · 10 years ago
  69. 90a4ffd automake: use only the folder name if it's a subfolder of the present one by Emil Velikov · 10 years ago
  70. b15b1fb automake: silence folder creation by Emil Velikov · 10 years ago
  71. c690f8d automake: use MKDIR_P when possible by Emil Velikov · 10 years ago
  72. e6c565f radeon: Fix build. by Vinson Lee · 10 years ago
  73. dfa25ea gallium: allow setting of the internal stream output offset by Zack Rusin · 10 years ago
  74. 7d59039 meta: use non-ARB shader/program create/delete functions by Brian Paul · 10 years ago
  75. d96ed5c mesa: s/GLhandleARB/GLuint/ for glGetUniform functions by Brian Paul · 10 years ago
  76. a19b19f mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM by Brian Paul · 10 years ago
  77. 9b5fff2 mesa: reorder MESA_FORMAT enums by Brian Paul · 10 years ago
  78. 1073872 mesa: trim down format.h comments by Brian Paul · 10 years ago
  79. 3330dec i965/vec4: Don't fix-up scalar uniforms for 3 src instructions. by Matt Turner · 10 years ago
  80. b823d5d i965: Disassemble 3 src instructions' rep_ctrl field. by Matt Turner · 10 years ago
  81. dafcc1b i965: Disassemble 3-src operands widths' correctly. by Matt Turner · 10 years ago
  82. 3025985 i965: Move binding table update packets to binding table setup time. by Eric Anholt · 10 years ago
  83. db26253 i965: Reorganize the code in brw_upload_binding_tables. by Kenneth Graunke · 10 years ago
  84. 8c136b5 fix vdpau interop when using -Bsymbolic-functions in ldflags by Maarten Lankhorst · 10 years ago
  85. 952fda4 ilo: do not set I915_EXEC_NO_RELOC by Chia-I Wu · 10 years ago
  86. 5ecdd7b ilo: add support for PIPE_QUERY_PIPELINE_STATISTICS by Chia-I Wu · 10 years ago
  87. 8fc2f0c ilo: add ILO_3D_PIPELINE_WRITE_STATISTICS by Chia-I Wu · 10 years ago
  88. d8b2e3c ilo: add some MI commands to GPE by Chia-I Wu · 10 years ago
  89. 0f41f9c ilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automatically by Chia-I Wu · 10 years ago
  90. 345bf92 ilo: print a warning when PPGTT is disabled by Chia-I Wu · 10 years ago
  91. 747627d ilo: require hardware logical context support by Chia-I Wu · 10 years ago
  92. 72956ed ilo: protect the decode context with a mutex by Chia-I Wu · 10 years ago
  93. d80f0c3 ilo: set I915_EXEC_NO_RELOC when available by Chia-I Wu · 10 years ago
  94. 0b462d3 ilo: move ring types to winsys by Chia-I Wu · 10 years ago
  95. 42c1ce4 ilo: winsys may limit the batch buffer size by Chia-I Wu · 10 years ago
  96. a434ac0 ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supported by Chia-I Wu · 10 years ago
  97. 249b1ad ilo: rework winsys batch buffer functions by Chia-I Wu · 10 years ago
  98. 3e324f9 ilo: replace bo alloc flags by initial domains by Chia-I Wu · 10 years ago
  99. 76713ed ilo: remove intel_bo_get_size() by Chia-I Wu · 10 years ago
  100. 790c32e ilo: remove intel_bo_get_virtual() by Chia-I Wu · 10 years ago