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