1. 6417cab docs: update nv50 support by Ilia Mirkin · 10 years ago
  2. d1b1329 nv50: enable txg where supported by Ilia Mirkin · 10 years ago
  3. 0e71c65 nv50: enable cube map array texture support by Ilia Mirkin · 10 years ago
  4. 5a3dc44 libgl-xlib: add -Isrc/gallium/winsys flag by Brian Paul · 10 years ago
  5. c88a0b6 st/mesa: add comment to explain _min(), _maxf(), etc. functions by Brian Paul · 10 years ago
  6. 9855477 r600g,radeonsi: consolidate create_surface and surface_destroy by Marek Olšák · 10 years ago
  7. b9aa8ed radeonsi: inline util_blitter_copy_texture by Marek Olšák · 10 years ago
  8. f7176d7 radeonsi: remove useless psbox variable from resource_copy_region by Marek Olšák · 10 years ago
  9. 80eb377 radeonsi: compute depth surface registers only once by Marek Olšák · 10 years ago
  10. 629b019 radeonsi: compute color surface registers only once by Marek Olšák · 10 years ago
  11. 6b4e032 r600g: remove r600_resource.h by Marek Olšák · 10 years ago
  12. ec266d0 r600g: remove r600_surface::htile_enabled by Marek Olšák · 10 years ago
  13. 7fc6ece r600g: use r600_surface::db_z_info by Marek Olšák · 10 years ago
  14. 40b9812 r600g,radeonsi: share r600_surface by Marek Olšák · 10 years ago
  15. 933eaee radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to framebuffer state by Marek Olšák · 10 years ago
  16. dca3502 mesa: allow buffers to be mapped multiple times by Marek Olšák · 10 years ago
  17. 86e68b0 docs: update ARB_buffer_storage status by Marek Olšák · 11 years ago
  18. 04fb4bf gallium/upload_mgr: remove useless variable "size" by Marek Olšák · 11 years ago
  19. 7ea3f6b gallium/upload_mgr: don't unmap buffers if persistent mappings are supported by Marek Olšák · 11 years ago
  20. db8886e gallium: the other drivers don't support ARB_buffer_storage by Marek Olšák · 11 years ago
  21. 6381dd7 r300g,r600g,radeonsi: add support for ARB_buffer_storage by Marek Olšák · 11 years ago
  22. dfa0b8d st/mesa: implement ARB_buffer_storage by Marek Olšák · 11 years ago
  23. 5f61f05 gallium: add interface for persistent and coherent buffer mappings by Marek Olšák · 11 years ago
  24. d26a065 mesa: allow buffers mapped with the persistent flag to be used by the GPU by Marek Olšák · 11 years ago
  25. 4f78e17 mesa: add error checks to glMapBufferRange, glMapBuffer for ARB_buffer_storage by Marek Olšák · 11 years ago
  26. 119ffa7 glapi: add ARB_buffer_storage by Marek Olšák · 11 years ago
  27. e592f11 mesa: implement glBufferStorage, immutable buffers; add extension enable flag by Marek Olšák · 11 years ago
  28. 7e548d0 mesa: add storage flags parameter to Driver.BufferData by Marek Olšák · 11 years ago
  29. aea4933 mesa: remove unused driver hook BindBuffer by Marek Olšák · 11 years ago
  30. 882070c nv50: correctly calculate the number of vertical blocks during transfer map by Emil Velikov · 10 years ago
  31. 7c3138a st/mesa: add texture gather support. (v2) by Dave Airlie · 10 years ago
  32. 2fcbec4 gallium: add texture gather support to gallium (v3) by Dave Airlie · 11 years ago
  33. 122c3b9 glsl/i965: move lower_offset_array up to GLSL compiler level. by Dave Airlie · 10 years ago
  34. 945d87f clover: Pass buffer offsets to the driver in set_global_binding() v3 by Tom Stellard · 10 years ago
  35. eac7236 radeonsi: Use SI_BIG_ENDIAN now that it exists by Tom Stellard · 10 years ago
  36. 8f3bced r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systems by Tom Stellard · 10 years ago
  37. 195ee10 radeonsi: Use util_cpu_to_le32() instead of bswap32() on big-endian systems by Tom Stellard · 10 years ago
  38. 9f30685 util: Add util_cpu_to_le* helpers by Tom Stellard · 10 years ago
  39. a9f88e2 util: Add util_bswap64() v3 by Tom Stellard · 10 years ago
  40. f8ba0f5 configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2 by Tom Stellard · 10 years ago
  41. 73b4613 targets/opencl: resolve undefined symbols at link time by Emil Velikov · 10 years ago
  42. 1ad9534 gallium/targets: resolve undefined reference to pipe_loader_sw_probe_dri by Emil Velikov · 10 years ago
  43. 61973ff configure: correctly report if we're building the sw/xlib winsys by Emil Velikov · 10 years ago
  44. 3445e8b pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB by Emil Velikov · 10 years ago
  45. 0e7c302 targets/gbm: exit gracefully if pipe_loader_drm_probe_fd is not available by Emil Velikov · 10 years ago
  46. 73c78c5 i965: Don't try to use the hardware blitter for multisampled miptrees. by Kenneth Graunke · 10 years ago
  47. 3f7239c freedreno/a3xx/compiler: half-precision output by Rob Clark · 10 years ago
  48. 141ae71 freedreno/a3xx: add shader variants by Rob Clark · 10 years ago
  49. 9bbfae6 freedreno/a3xx/compiler: collapse nop's with repeat by Rob Clark · 10 years ago
  50. bb255fd freedreno/a3xx: drop hand-coded blit/solid shaders by Rob Clark · 10 years ago
  51. 1c953b7 freedreno/lowering: cleanup api by Rob Clark · 10 years ago
  52. 67cea4b freedreno/a3xx: add float 16 and 32bit formats by Rob Clark · 10 years ago
  53. e819885 freedreno: resync generated headers by Rob Clark · 10 years ago
  54. f92fbba glx/drisw: use the implemented version of __DRIswrastLoaderExtension by Emil Velikov · 10 years ago
  55. f6537d0 glx/dri: use the implemented version of __DRIdamageExtension by Emil Velikov · 10 years ago
  56. ef342aa glx/dri_common: use the implemented version of __DRIsystemTimeExtension by Emil Velikov · 10 years ago
  57. fbbf5ec glx/dri: use the implemented version of __DRIgetDrawableInfoExtension by Emil Velikov · 10 years ago
  58. 15db8c0 dri_util: use the implemented version of __DRIimageDriverExtension by Emil Velikov · 10 years ago
  59. e9eb3ec glx/dri3: set the implemented version of __DRIimageLoaderExtension by Emil Velikov · 10 years ago
  60. 4e229a6 gbm: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 10 years ago
  61. 9e627cc egl/wayland: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 10 years ago
  62. 73b35b9 drivers/dri: explicitly set __DRI2flushExtension members by Emil Velikov · 10 years ago
  63. 8b45bc0 gbm: explicitly set __DRIdri2LoaderExtension members by Emil Velikov · 10 years ago
  64. 9227396 glx/dri2: set the implemented version of __DRIdri2LoaderExtension by Emil Velikov · 10 years ago
  65. 6dffab2 dri_interface: note introduction of __DRIdri2LoaderExtension members by Emil Velikov · 10 years ago
  66. c9fff07 dri_interface: note introduction of various __DRItexBufferExtension members by Emil Velikov · 10 years ago
  67. acf2fae dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::putImage2 by Emil Velikov · 10 years ago
  68. 13e5daf dri_util: explicitly set __DRIcopySubBufferExtension members by Emil Velikov · 10 years ago
  69. 0181473 dri_util: explicitly set __DRIswrastExtension members. by Emil Velikov · 10 years ago
  70. 5e639a5 glsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi. by Kenneth Graunke · 10 years ago
  71. 83daa88 i965: Move the remaining driver debug over to stderr. by Eric Anholt · 11 years ago
  72. a76e5dc i965: Move compiler debugging output to stderr. by Eric Anholt · 11 years ago
  73. 1e3bd9f glsl: Add a file argument to the IR printer. by Eric Anholt · 10 years ago
  74. f28c920 i965: Refactor debug dumping of GLSL IR. by Eric Anholt · 10 years ago
  75. 9ac9d13 intel: Remove some dead code I noticed in intel_screen.c. by Eric Anholt · 10 years ago
  76. fdcf6c8 i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output. by Eric Anholt · 10 years ago
  77. f474ced i965: Use the object label when available for shader_time output. by Eric Anholt · 10 years ago
  78. 0e2c7e2 meta: Set some object labels on our meta shaders. by Eric Anholt · 10 years ago
  79. 6152ba0 nv50: make sure to clear _all_ layers of all attachments by Ilia Mirkin · 10 years ago
  80. d5cbd73 ilo: fix and enable fast depth clear by Chia-I Wu · 11 years ago
  81. f57bddc ilo: add slice clear value by Chia-I Wu · 10 years ago
  82. 4afb8a7 ilo: better readability and doc for texture flags by Chia-I Wu · 10 years ago
  83. cb8a0d2 ilo: fix for stencil only rectlist ops by Chia-I Wu · 10 years ago
  84. 409add3 ilo: fix a false assertion failure on GEN6 by Chia-I Wu · 11 years ago
  85. e7307fe ilo: pipe_texture::usage is not a bitfield by Chia-I Wu · 10 years ago
  86. f8d19a5 ilo: set ILO_TEXTURE_CPU_WRITE for imported textures by Chia-I Wu · 11 years ago
  87. 1f4bfb8 nv50/ir/ra: fix SpillCodeInserter::offsetSlot usage by Christoph Bumiller · 10 years ago
  88. 7770b02 Revert "i965/fs: Make fs_reg's type an enum for better debugging." by Matt Turner · 10 years ago
  89. 760c677 i965/fs: Drop the emit(fs_inst) overload. by Kenneth Graunke · 10 years ago
  90. 326fc60 i965/fs: Pass fs_regs by constant reference where possible. by Matt Turner · 10 years ago
  91. 070f202 i965/fs: Move setting opcode = NOP to its one useful location. by Matt Turner · 10 years ago
  92. 4fbebd6 i965/fs: Use a bitfield for fs_inst's bool fields. by Matt Turner · 10 years ago
  93. d91035a i965/fs: Reorder fs_inst's fields for better packing. by Matt Turner · 10 years ago
  94. 109c211 i965/fs: Reduce the sizes of some fs_inst members. by Matt Turner · 10 years ago
  95. 0fc1a77 i965/fs: Reorder fs_reg for better packing. by Matt Turner · 10 years ago
  96. 5ceadd2 i965/fs: Make fs_reg's type an enum for better debugging. by Matt Turner · 10 years ago
  97. 3f6baf5 i965/fs: Reduce the sizes of some fs_reg members. by Matt Turner · 10 years ago
  98. 98e2654 i965: Mark brw_reg_type and register_file enums as PACKED. by Matt Turner · 10 years ago
  99. 00c567e i965: Reduce predicate field of backend_instruction to uint8_t. by Matt Turner · 10 years ago
  100. 079773d libgl-xlib: Fix xlib_sw_winsys.h include path. by Vinson Lee · 10 years ago