1. b94367b docs: document that GL_ARB_get_texture_sub_image is completed by Brian Paul · 9 years ago
  2. 89212f9 mesa: enable GL_ARB_get_texture_sub_image for all drivers by Brian Paul · 9 years ago
  3. 48f9f0b mesa: add API dispatch for GL_ARB_get_texture_sub_image by Brian Paul · 9 years ago
  4. 2494f91 mesa: add new _mesa_Get[Compressed]TextureSubImage() functions by Brian Paul · 9 years ago
  5. a92f027 mesa: overhaul the glGetCompressedTexImage code by Brian Paul · 9 years ago
  6. f20cfc5 mesa: overhaul the glGetTexImage code by Brian Paul · 9 years ago
  7. 613f1e0 mesa: 80-column wrapping in texgetimage.c by Brian Paul · 9 years ago
  8. 2a95fd1 mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage() by Brian Paul · 9 years ago
  9. 5bfc360 mesa: make _mesa_get_[compressed_]texture_image() static by Brian Paul · 9 years ago
  10. 1ad305b mesa: plumb offset/size parameters through GetTexSubImage code by Brian Paul · 9 years ago
  11. e693fc2 mesa: replace Driver.GetTexImage with GetTexSubImage() by Brian Paul · 9 years ago
  12. 0963718 meta: add offset, width, height parameters to decompress_texture_image() by Brian Paul · 9 years ago
  13. 2a2c946 meta: handle subimages in _mesa_meta_setup_texture_coords() by Brian Paul · 9 years ago
  14. d7bd9fa mesa: assorted whitespace, formatting fixes in teximage.c by Brian Paul · 9 years ago
  15. 98a6c5e mesa: allow GL_TEXTURE_CUBE_MAP_ARRAY case for glCompressedTexSubImage3D() by Brian Paul · 9 years ago
  16. 4c7196b mesa: include stdarg.h for va_list by Jonathan Gray · 9 years ago
  17. a2a1a58 gallium: replace INLINE with inline by Ilia Mirkin · 9 years ago
  18. 958b5c3 nvc0: force cache flush when binding a new ubo by Samuel Pitoiset · 9 years ago
  19. a62ccde nv50: force cache flush when binding a new ubo by Samuel Pitoiset · 9 years ago
  20. 9129210 st/mesa: Silence GCC unused-variable warning. by Vinson Lee · 9 years ago
  21. 5b4a7ec r600/sb: Fix an &/&& mistake by Adam Jackson · 9 years ago
  22. 545dec5 Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+" by Anuj Phogat · 9 years ago
  23. fadf347 i965: Fix stride field for the result of emit_uniformize(). by Francisco Jerez · 9 years ago
  24. 9383664 i965/fs: Fix stride field for uniforms. by Francisco Jerez · 9 years ago
  25. 5f8d9ae i965/fs: Fix stride for immediate registers. by Francisco Jerez · 9 years ago
  26. b298311 i965/vec4: Fix liveness analysis with BRW_OPCODE_SEL by Iago Toral Quiroga · 9 years ago
  27. 2f11e92 mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). by Kenneth Graunke · 9 years ago
  28. cd0dec0 nouveau: use bool instead of boolean by Samuel Pitoiset · 9 years ago
  29. 4be30fc gallivm: Initialize LLVM Modules's DataLayout to an empty string. by Tom Stellard · 9 years ago
  30. 5b7dd4d nvc0: add a missing parameter to nvc0_set_shader_images() by Samuel Pitoiset · 9 years ago
  31. c2cb771 nouveau: always align buffers to 0x100 by Samuel Pitoiset · 9 years ago
  32. 19a6214 nv50: limit the maximum number of samplers to 16 by Samuel Pitoiset · 9 years ago
  33. 6d207b8 nv50: turn samples counts off during blit by Samuel Pitoiset · 9 years ago
  34. d246a96 nv50: add nesting support for occlusion queries by Samuel Pitoiset · 9 years ago
  35. 8ba1982 i965/nir/fs: removed unneeded support for global variables by Alejandro Piñeiro · 9 years ago
  36. 801d41f nv50: fix max level clamping on G80 by Ilia Mirkin · 9 years ago
  37. 8c8a71f gm107/ir: fix indirect txq emission by Ilia Mirkin · 9 years ago
  38. 346ce0b nvc0/ir: don't worry about sampler in txq handling by Ilia Mirkin · 9 years ago
  39. 20e484a nvc0/ir: fix txq on indirect samplers by Ilia Mirkin · 9 years ago
  40. 670914e i965: Disable resource streamer in BLORP by Abdiel Janulgue · 9 years ago
  41. fc65b6e i965: Upload binding tables in hw-generated binding table format. by Abdiel Janulgue · 11 years ago
  42. 2133980 i965: Implement interface to edit binding table entries by Abdiel Janulgue · 9 years ago
  43. 1907564 i965: Enable hardware-generated binding tables on render path. by Abdiel Janulgue · 9 years ago
  44. 090529a i965: Enable resource streamer for the batchbuffer by Abdiel Janulgue · 11 years ago
  45. ccf9598 i965: Define HW-binding table and resource streamer control opcodes by Abdiel Janulgue · 9 years ago
  46. ff7896a vc4: Switch to using a separate ioctl for making shaders. by Eric Anholt · 9 years ago
  47. e42cfe5 mesa: fix up some texture error checks by Roland Scheidegger · 9 years ago
  48. 27aa31f vc4: Fix printing of shader-db debug when shader-db isn't turned on. by Eric Anholt · 9 years ago
  49. 5341349 vc4: Add debugging on texture relocation validation failures. by Eric Anholt · 9 years ago
  50. be7adc2 vc4: Also consider uniform 0 in uniform lowering. by Eric Anholt · 9 years ago
  51. 90dfabc vc4: Use the pure/const attributes on a bunch of our QPU functions. by Eric Anholt · 9 years ago
  52. be1f49b mesa: Detect and provide macros for function attributes pure and const. by Eric Anholt · 9 years ago
  53. bde4c8e i965/fs: don't make unused payload registers interfere by Connor Abbott · 9 years ago
  54. 18e73bf i965/fs: remove special case in setup_payload_interference() by Connor Abbott · 9 years ago
  55. c4a2217 i965/fs: Mark last used ip for all regs read in the payload by Jordan Justen · 9 years ago
  56. 9f344b9 i965/fs: fix regs_read() for LINTERP by Connor Abbott · 9 years ago
  57. eaf799d nir: add nir_foreach_instr_safe_reverse() by Connor Abbott · 9 years ago
  58. 8eea091 nir: add nir_instr_is_first() and nir_instr_is_last() helpers by Connor Abbott · 9 years ago
  59. 01cdbba i965/cs: Use dispatch width of 8 for cs terminate payload setup by Jordan Justen · 9 years ago
  60. 7e33785 i965/cs: Return 1 for regs_read on CS_OPCODE_CS_TERMINATE by Jordan Justen · 9 years ago
  61. 4b17f0d program: Allow redundant OPTION ARB_fog_* directives. by Kenneth Graunke · 9 years ago
  62. 3a31876 i965: Push miptree tiling request into flags by Ben Widawsky · 9 years ago
  63. ef42352 Revert "i965: Push miptree tiling request into flags" by Ben Widawsky · 9 years ago
  64. 51e8d54 i965: Push miptree tiling request into flags by Ben Widawsky · 9 years ago
  65. 4bddd82 i965/fs: Factor out universally broken calculation of the register component size. by Francisco Jerez · 9 years ago
  66. b00cd6e i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator. by Francisco Jerez · 9 years ago
  67. 3ee2daf i965: Implement b2f and b2i using negation. by Francisco Jerez · 9 years ago
  68. 8fba933 gallium: add interface for writable shader buffers by Marek Olšák · 9 years ago
  69. 05a12c5 gallium: add interface for writable shader images by Marek Olšák · 9 years ago
  70. b73bec0 gallium: add new limits for shader buffers and images by Marek Olšák · 9 years ago
  71. f9f79d2 gallium: add BIND flags for R/W buffers and images by Marek Olšák · 9 years ago
  72. 2622293 gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS by Marek Olšák · 9 years ago
  73. af76892 i965/gen9: Use custom MOCS entries set up by the kernel. by Francisco Jerez · 9 years ago
  74. 7e0180d clover: little OpenCL status code logging clean by EdB · 9 years ago
  75. 7b9ebf8 glsl: avoid compiler's segfault when processing operators with void arguments by Renaud Gaubert · 9 years ago
  76. 779cabf r200: fix some potential big endian issues by Roland Scheidegger · 9 years ago
  77. d21320f radeon: fix some potential big endian issues by Roland Scheidegger · 9 years ago
  78. 882476f radeon/r200: mark state atoms as dirty after blits by Roland Scheidegger · 9 years ago
  79. 26c1361 r200: fix fbo rendering by disabling optimized texture format chooser by Roland Scheidegger · 9 years ago
  80. 642f289 i965: Fix 32 bit build warnings in intel_get_yf_ys_bo_size() by Anuj Phogat · 9 years ago
  81. f11c6f0 i965: Optimize batchbuffer macros. by Matt Turner · 9 years ago
  82. 131573d i965: Add and use USED_BATCH macro. by Matt Turner · 9 years ago
  83. 09348c1 i965: Split batch emission from relocation functions. by Matt Turner · 9 years ago
  84. fbf3aeb i965: Move BEGIN_BATCH() into same control flow as ADVANCE_BATCH(). by Matt Turner · 9 years ago
  85. 141e1eb osmesa: fix OSMesaPixelsStore typo by Brian Paul · 9 years ago
  86. 7124feb vc4: Cache the texture p1 for the sampler. by Eric Anholt · 9 years ago
  87. 0f4d2b0 vc4: Cache texture p0/p1 setup for the sampler view. by Eric Anholt · 9 years ago
  88. 1835ce6 vc4: Move uniforms handling to a separate file. by Eric Anholt · 9 years ago
  89. 9476b11 vc4: Fix some -Wdouble-promotion warnings. by Eric Anholt · 9 years ago
  90. 320089d i965/cs: Initialize GPGPU Thread Count by Jordan Justen · 9 years ago
  91. cd7dd45 vc4: Fix compiler warnings on release builds. by Eric Anholt · 9 years ago
  92. 1e80c9f vc4: Add better debug for register allocation failure. by Eric Anholt · 9 years ago
  93. 3df7892 vc4: Drop reloc_count tracking for debug asserts on non-debug builds. by Eric Anholt · 9 years ago
  94. 7432017 vc4: Rework cl handling to be friendlier to the compiler. by Eric Anholt · 9 years ago
  95. a0d3915 vc4: Make a helper function for getting the current offset in the CL. by Eric Anholt · 9 years ago
  96. 748bf45 vc4: Drop separate cl*_reloc_hindex(). by Eric Anholt · 9 years ago
  97. e4c540f vc4: Store reloc pointers as pointers, not offsets. by Eric Anholt · 9 years ago
  98. ab80519 vc4: Add perf debug for when we wait on BOs. by Eric Anholt · 9 years ago
  99. 759ed0b i965: Mark constant static data as const. by Matt Turner · 9 years ago
  100. ea633db glsl: Lower shader storage buffer object loads to GLSL IR instrinsics by Samuel Iglesias Gonsalvez · 9 years ago