1. 59936a4 radeonsi: Prevent geometry shader from emitting too many vertices by Michel Daenzer · 10 years ago
  2. b3094d9 i965: Fix the region's pitch condition to use blitter by Anuj Phogat · 11 years ago
  3. 863a1f7 glsl: add switch case for MESA_SHADER_COMPUTE by Brian Paul · 10 years ago
  4. fe8f3be meta: Use a #define for the vector type to avoid %svec4 everywhere. by Kenneth Graunke · 10 years ago
  5. f896e82 i965: Don't try to dump shader source for fixed-function FS programs. by Kenneth Graunke · 10 years ago
  6. b18871c i965: Don't forget to subtract mt->first_level in minify calls. by Kenneth Graunke · 10 years ago
  7. ac0a8b9 glsl: Delete LRP_TO_ARITH lowering pass flag. by Kenneth Graunke · 10 years ago
  8. 2fdea48 i965: Stop lowering ir_triop_lrp. by Kenneth Graunke · 10 years ago
  9. 56879a7 i965/vec4: Handle ir_triop_lrp on Gen4-5 as well. by Kenneth Graunke · 10 years ago
  10. ffde483 i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters. by Kenneth Graunke · 10 years ago
  11. bb9c807 ilo: create u_upload_mgr last by Chia-I Wu · 10 years ago
  12. 3616e86 glx: Fix the GLXFBConfig attrib sort priorities by Fredrik Höglund · 10 years ago
  13. f41c2f6 glx: Fix the default values for GLXFBConfig attributes by Fredrik Höglund · 10 years ago
  14. 54df6a0 Re-commit 'clover: Fix build with LLVM 3.5' by Tom Stellard · 10 years ago
  15. f094866 mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp. by Vinson Lee · 10 years ago
  16. 9dfd7c5 Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa" by Timothy Arceri · 10 years ago
  17. 1b79582 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa by Timothy Arceri · 10 years ago
  18. fcd4997 clover: Fix build with LLVM 3.5 by Tom Stellard · 10 years ago
  19. 376a98d glsl: removed unused dimension_count varible by Timothy Arceri · 10 years ago
  20. 42c2366 i965: Fix segfaults since the buffer_storage changes. by Eric Anholt · 10 years ago
  21. d1b1329 nv50: enable txg where supported by Ilia Mirkin · 10 years ago
  22. 0e71c65 nv50: enable cube map array texture support by Ilia Mirkin · 10 years ago
  23. 5a3dc44 libgl-xlib: add -Isrc/gallium/winsys flag by Brian Paul · 10 years ago
  24. c88a0b6 st/mesa: add comment to explain _min(), _maxf(), etc. functions by Brian Paul · 10 years ago
  25. 9855477 r600g,radeonsi: consolidate create_surface and surface_destroy by Marek Olšák · 10 years ago
  26. b9aa8ed radeonsi: inline util_blitter_copy_texture by Marek Olšák · 10 years ago
  27. f7176d7 radeonsi: remove useless psbox variable from resource_copy_region by Marek Olšák · 10 years ago
  28. 80eb377 radeonsi: compute depth surface registers only once by Marek Olšák · 10 years ago
  29. 629b019 radeonsi: compute color surface registers only once by Marek Olšák · 10 years ago
  30. 6b4e032 r600g: remove r600_resource.h by Marek Olšák · 10 years ago
  31. ec266d0 r600g: remove r600_surface::htile_enabled by Marek Olšák · 10 years ago
  32. 7fc6ece r600g: use r600_surface::db_z_info by Marek Olšák · 10 years ago
  33. 40b9812 r600g,radeonsi: share r600_surface by Marek Olšák · 10 years ago
  34. 933eaee radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to framebuffer state by Marek Olšák · 10 years ago
  35. dca3502 mesa: allow buffers to be mapped multiple times by Marek Olšák · 10 years ago
  36. 04fb4bf gallium/upload_mgr: remove useless variable "size" by Marek Olšák · 11 years ago
  37. 7ea3f6b gallium/upload_mgr: don't unmap buffers if persistent mappings are supported by Marek Olšák · 11 years ago
  38. db8886e gallium: the other drivers don't support ARB_buffer_storage by Marek Olšák · 11 years ago
  39. 6381dd7 r300g,r600g,radeonsi: add support for ARB_buffer_storage by Marek Olšák · 11 years ago
  40. dfa0b8d st/mesa: implement ARB_buffer_storage by Marek Olšák · 11 years ago
  41. 5f61f05 gallium: add interface for persistent and coherent buffer mappings by Marek Olšák · 11 years ago
  42. d26a065 mesa: allow buffers mapped with the persistent flag to be used by the GPU by Marek Olšák · 11 years ago
  43. 4f78e17 mesa: add error checks to glMapBufferRange, glMapBuffer for ARB_buffer_storage by Marek Olšák · 11 years ago
  44. 119ffa7 glapi: add ARB_buffer_storage by Marek Olšák · 11 years ago
  45. e592f11 mesa: implement glBufferStorage, immutable buffers; add extension enable flag by Marek Olšák · 11 years ago
  46. 7e548d0 mesa: add storage flags parameter to Driver.BufferData by Marek Olšák · 11 years ago
  47. aea4933 mesa: remove unused driver hook BindBuffer by Marek Olšák · 11 years ago
  48. 882070c nv50: correctly calculate the number of vertical blocks during transfer map by Emil Velikov · 10 years ago
  49. 7c3138a st/mesa: add texture gather support. (v2) by Dave Airlie · 10 years ago
  50. 2fcbec4 gallium: add texture gather support to gallium (v3) by Dave Airlie · 11 years ago
  51. 122c3b9 glsl/i965: move lower_offset_array up to GLSL compiler level. by Dave Airlie · 10 years ago
  52. 945d87f clover: Pass buffer offsets to the driver in set_global_binding() v3 by Tom Stellard · 10 years ago
  53. eac7236 radeonsi: Use SI_BIG_ENDIAN now that it exists by Tom Stellard · 10 years ago
  54. 8f3bced r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systems by Tom Stellard · 10 years ago
  55. 195ee10 radeonsi: Use util_cpu_to_le32() instead of bswap32() on big-endian systems by Tom Stellard · 10 years ago
  56. 9f30685 util: Add util_cpu_to_le* helpers by Tom Stellard · 10 years ago
  57. a9f88e2 util: Add util_bswap64() v3 by Tom Stellard · 10 years ago
  58. f8ba0f5 configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2 by Tom Stellard · 10 years ago
  59. 73b4613 targets/opencl: resolve undefined symbols at link time by Emil Velikov · 10 years ago
  60. 1ad9534 gallium/targets: resolve undefined reference to pipe_loader_sw_probe_dri by Emil Velikov · 10 years ago
  61. 3445e8b pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB by Emil Velikov · 10 years ago
  62. 0e7c302 targets/gbm: exit gracefully if pipe_loader_drm_probe_fd is not available by Emil Velikov · 10 years ago
  63. 73c78c5 i965: Don't try to use the hardware blitter for multisampled miptrees. by Kenneth Graunke · 10 years ago
  64. 3f7239c freedreno/a3xx/compiler: half-precision output by Rob Clark · 10 years ago
  65. 141ae71 freedreno/a3xx: add shader variants by Rob Clark · 10 years ago
  66. 9bbfae6 freedreno/a3xx/compiler: collapse nop's with repeat by Rob Clark · 10 years ago
  67. bb255fd freedreno/a3xx: drop hand-coded blit/solid shaders by Rob Clark · 10 years ago
  68. 1c953b7 freedreno/lowering: cleanup api by Rob Clark · 10 years ago
  69. 67cea4b freedreno/a3xx: add float 16 and 32bit formats by Rob Clark · 10 years ago
  70. e819885 freedreno: resync generated headers by Rob Clark · 10 years ago
  71. f92fbba glx/drisw: use the implemented version of __DRIswrastLoaderExtension by Emil Velikov · 10 years ago
  72. f6537d0 glx/dri: use the implemented version of __DRIdamageExtension by Emil Velikov · 10 years ago
  73. ef342aa glx/dri_common: use the implemented version of __DRIsystemTimeExtension by Emil Velikov · 10 years ago
  74. fbbf5ec glx/dri: use the implemented version of __DRIgetDrawableInfoExtension by Emil Velikov · 10 years ago
  75. 15db8c0 dri_util: use the implemented version of __DRIimageDriverExtension by Emil Velikov · 10 years ago
  76. e9eb3ec glx/dri3: set the implemented version of __DRIimageLoaderExtension by Emil Velikov · 10 years ago
  77. 4e229a6 gbm: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 10 years ago
  78. 9e627cc egl/wayland: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 10 years ago
  79. 73b35b9 drivers/dri: explicitly set __DRI2flushExtension members by Emil Velikov · 10 years ago
  80. 8b45bc0 gbm: explicitly set __DRIdri2LoaderExtension members by Emil Velikov · 10 years ago
  81. 9227396 glx/dri2: set the implemented version of __DRIdri2LoaderExtension by Emil Velikov · 10 years ago
  82. 13e5daf dri_util: explicitly set __DRIcopySubBufferExtension members by Emil Velikov · 10 years ago
  83. 0181473 dri_util: explicitly set __DRIswrastExtension members. by Emil Velikov · 10 years ago
  84. 5e639a5 glsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi. by Kenneth Graunke · 10 years ago
  85. 83daa88 i965: Move the remaining driver debug over to stderr. by Eric Anholt · 11 years ago
  86. a76e5dc i965: Move compiler debugging output to stderr. by Eric Anholt · 11 years ago
  87. 1e3bd9f glsl: Add a file argument to the IR printer. by Eric Anholt · 10 years ago
  88. f28c920 i965: Refactor debug dumping of GLSL IR. by Eric Anholt · 10 years ago
  89. 9ac9d13 intel: Remove some dead code I noticed in intel_screen.c. by Eric Anholt · 10 years ago
  90. fdcf6c8 i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output. by Eric Anholt · 10 years ago
  91. f474ced i965: Use the object label when available for shader_time output. by Eric Anholt · 10 years ago
  92. 0e2c7e2 meta: Set some object labels on our meta shaders. by Eric Anholt · 10 years ago
  93. 6152ba0 nv50: make sure to clear _all_ layers of all attachments by Ilia Mirkin · 10 years ago
  94. d5cbd73 ilo: fix and enable fast depth clear by Chia-I Wu · 11 years ago
  95. f57bddc ilo: add slice clear value by Chia-I Wu · 10 years ago
  96. 4afb8a7 ilo: better readability and doc for texture flags by Chia-I Wu · 10 years ago
  97. cb8a0d2 ilo: fix for stencil only rectlist ops by Chia-I Wu · 10 years ago
  98. 409add3 ilo: fix a false assertion failure on GEN6 by Chia-I Wu · 11 years ago
  99. e7307fe ilo: pipe_texture::usage is not a bitfield by Chia-I Wu · 10 years ago
  100. f8d19a5 ilo: set ILO_TEXTURE_CPU_WRITE for imported textures by Chia-I Wu · 11 years ago