1. 8291760 renderer: query host for max texture sizes by Erik Faye-Lund · 6 years ago
  2. 945003c Revert "shader: on GLES most image formats always require the specification of ro/wo" by Dave Airlie · 6 years ago
  3. a4b3a8f shader: Enable GL_OES_geometry_point_size when needed by Gert Wollny · 6 years ago
  4. 19cef6b shader: Enable tesselation_point_size extension for all tesselation shaders by Gert Wollny · 6 years ago
  5. ab34c9d shader: Enable tesselation extension manually for GLSL version < 3.20 by Gert Wollny · 6 years ago
  6. 3e7a6ac shader: on GLES most image formats always require the specification of ro/wo by Gert Wollny · 6 years ago
  7. baa834d shader: Also don't convert when src type is SIGNED and input is int. by Gert Wollny · 6 years ago
  8. a135a16 shader: use different variable declarations for signed and unsigned (I|U)MUL_HI by Gert Wollny · 6 years ago
  9. d7c795c vrend_shader: don't always cast image operations by Gurchetan Singh · 6 years ago
  10. 491d3b7 shader: fix conversion for return type of various bit operations by Gert Wollny · 6 years ago
  11. 5153644 shader: subtract 1 if we have normal constant from ubo indexing. by Dave Airlie · 6 years ago
  12. 82412e9 formats: Reject also formats that give GL_INVALID_OPERATION and correct STENCIL_INDEX by Gert Wollny · 6 years ago
  13. 9932a4c shader: fix regression with image vs sampler array by Dave Airlie · 6 years ago
  14. 510325e shader: emit precision for images on GLSL by Erik Faye-Lund · 6 years ago
  15. ba349a1 shader: emit readonly-images by Erik Faye-Lund · 6 years ago
  16. f97bec1 shader: generate bindings with layout qualifiers by Erik Faye-Lund · 6 years ago
  17. 921602d shader: refactor image declaration emitting by Erik Faye-Lund · 6 years ago
  18. ea53530 shader: pass sampler directly to emit_sampler_decl by Erik Faye-Lund · 6 years ago
  19. 2d62498 shader: add missing precision specifier by Erik Faye-Lund · 6 years ago
  20. b6cbb42 query: use 64-bit get for timer queries by Dave Airlie · 6 years ago
  21. fe745ce vrend_renderer: use GL_RGBA8UI instead of GL_RGBA8_SNORM by Gurchetan Singh · 6 years ago
  22. fd10f0a Revert "renderer: check for shader_text validity" by Jakob Bornecrantz · 6 years ago
  23. c37e9e6 vrend_shader: support integer memory by Gurchetan Singh · 6 years ago
  24. b0a4b4a vrend_shader: do a first pass analyzing tgsi instructions by Gurchetan Singh · 6 years ago
  25. 272d9a4 renderer: fix warning. by Dave Airlie · 6 years ago
  26. 3193c2c renderer: check for shader_text validity by Po-Hsien Wang · 6 years ago
  27. fae89ca vrend_renderer.c: Fix warnings by Gert Wollny · 6 years ago
  28. f434be0 shader: Fix warnings: by Gert Wollny · 6 years ago
  29. 5284499 gallium/auxiliary/util/u_debug.h: Fix "noreturn" warnings in debug mode by Gert Wollny · 6 years ago
  30. 9ddf508 gallium/auxiliary/util/u_debug.c: Fix warnings by Gert Wollny · 6 years ago
  31. 1df55d3 gallium/aux/tgsi/tgsi_scan.c: Fix warnings by Gert Wollny · 6 years ago
  32. a722f98 gallium/aux/util/u_cpu_detect.h: Fix warning in u_cpu_detect.c by Gert Wollny · 6 years ago
  33. ae89b77 gallizm/aux/util/u_format.c, u_debug_describe.c: Fix warnings by Gert Wollny · 6 years ago
  34. c7fe2bd gallium/aux/tgsi/tgsi_util.c: Fix warnings by Gert Wollny · 6 years ago
  35. 4d89fee gallium/aux/tgsi/tgsi_ureg.*: Fix warnings by Gert Wollny · 6 years ago
  36. 79cf595 gallium/aux/util/u_surface.c: Fix warning by Gert Wollny · 6 years ago
  37. ad731ee gallium/aux/tgsi/tgsi_text.c: Fix warnings by Gert Wollny · 6 years ago
  38. dfe2535 gallium/aux/util/u_debug_refcnt.h: Fix warnings: by Gert Wollny · 6 years ago
  39. 22dadfc gallium/aux/tgsi/tgsi_sanity.c: Fix warnings by Gert Wollny · 6 years ago
  40. d30031a gallium/aux/tgsi/tgsi_parse.c: Fix warnings by Gert Wollny · 6 years ago
  41. d0d787c gallium/aux/tgsi/tgsi_dump.c: Fix warnings by Gert Wollny · 6 years ago
  42. 16a06ce gallium/aux/tgsi/tgsi_build.c: Fix warnings by Gert Wollny · 6 years ago
  43. f0f9466 gallium/aux/cso_cache.c: Fix warnings by Gert Wollny · 6 years ago
  44. 257cf11 vrend: correct blit/copy_image code path by Gert Wollny · 6 years ago
  45. d4ea731 vrend_shader: fixup typo in indirect image-handling by Erik Faye-Lund · 6 years ago
  46. aaed5a6 add texture barrier implementation by Dave Airlie · 6 years ago
  47. a263998 formats: include compressed formats in the copy-compatibility check by Gert Wollny · 6 years ago
  48. f60737c add support for shader clock. by Dave Airlie · 6 years ago
  49. 8c155ec check before calling multisample by Po-Hsien Wang · 6 years ago
  50. bef8c7e vrend, features: enable sampler objects as provided by GLES 3.0 by Gert Wollny · 6 years ago
  51. 842c320 vrend, features: Add stencil texturing as feature provided by GLES 3.1 by Gert Wollny · 6 years ago
  52. a457c57 vrend: don't call glShaderStorageBlockBinding on GLES and warn about it's use by Gert Wollny · 6 years ago
  53. 7751ba2 vrend: Add geometry shaders on the GLES 3.1 host by Gert Wollny · 6 years ago
  54. 5e63074 vrend, feature: Add GLSL version information for GLES 3.1 host by Gert Wollny · 6 years ago
  55. 3d6213c vrend, features: add ARB_texture_gather to feature test by Gert Wollny · 6 years ago
  56. 5eaf8f1 vrend, features: Correct ARB_draw_indirect and set available for GLES 3.1 by Gert Wollny · 6 years ago
  57. c91500a vrend: Enable ARB_texture_storage on GLES by Gert Wollny · 6 years ago
  58. da81b0c shader: require GL_OES_texture_storage_multisample_2d_array for 2D MS. by Elie Tournier · 6 years ago
  59. 41a0fd8 formats: reorder sample count reading and emultate it for low sample counts by Gert Wollny · 6 years ago
  60. 0d93c22 vrend: Use the sample count that was read before by Gert Wollny · 6 years ago
  61. d9fee3c vrend_shader: fix uninitialized variable warning by Gurchetan Singh · 6 years ago
  62. f32948d vrend_renderer: Zero out tex parameters for TBOs by Gurchetan Singh · 6 years ago
  63. 845dab3 vrend,caps: Move all v2 caps into according function (v4) by Gert Wollny · 6 years ago
  64. be46fce vrend,caps: move all caps for version 1 into one function (v4) by Gert Wollny · 6 years ago
  65. 20592e3 vrend,caps: evaluate GLSL version before everything else (v5) by Gert Wollny · 6 years ago
  66. e9a1d25 vrend,caps: unify GLSL version evaluation (v4) by Gert Wollny · 6 years ago
  67. 0bed90c vrend,caps: Add GLES entry for gl_prim_restart by Gert Wollny · 6 years ago
  68. adbd163 vrend,caps: Unify feature code path and remove duplicates by Gert Wollny · 6 years ago
  69. 56fe9d6 vrend,caps: move version-less common caps into common functions by Gert Wollny · 6 years ago
  70. 938352f vrend_shader: require glsl 150 for early depth stencil by Gurchetan Singh · 6 years ago
  71. 244b110 vrend_shader: use require_glsl_ver function by Gurchetan Singh · 6 years ago
  72. 5758881 shader: Do not adjust y coordinate if an application render to a FBO by Elie Tournier · 6 years ago
  73. 7241f45 blitter: Make fbo sRGB state always act like on GLES by Gert Wollny · 6 years ago
  74. 403875b vrend, feat: Add feat_texture_srgb_decode and protect calls by Gert Wollny · 6 years ago
  75. 0364a2a expose FBFETCH-cap if supported by Erik Faye-Lund · 6 years ago
  76. 3e0f7bd vrend: grok FBFETCH instruction by Erik Faye-Lund · 6 years ago
  77. 6630710 gallium: add FBFETCH opcode to retrieve the current sample value by Ilia Mirkin · 6 years ago
  78. c2ee1af export GLSL 4.30 since we now have compute shaders and ssbos by Dave Airlie · 6 years ago
  79. 8e822c9 add robust buffer access feature. by Dave Airlie · 6 years ago
  80. b4965e2 add framebuffer_no_attachment support by Dave Airlie · 6 years ago
  81. 1a71bfd renderer: expose compute shaders to the host. (v2) by Dave Airlie · 6 years ago
  82. 38207b5 compute: handle launch grid. by Dave Airlie · 6 years ago
  83. 40a4b11 decode/renderer: handle compute shader creation by Dave Airlie · 6 years ago
  84. e869bad shaders: add compute shader support. by Dave Airlie · 6 years ago
  85. 33f0170 shader: merge array types by Dave Airlie · 6 years ago
  86. 64d0f12 sampler arrays: refactor to follow image arrays by Dave Airlie · 6 years ago
  87. ff77946 virgl/egl: Add option to use GLES by Tomeu Vizoso · 6 years ago
  88. 0475127 virgl/egl: Add option to use the surfaceless platform by Tomeu Vizoso · 6 years ago
  89. 7291627 virgl: expose glsl 4.20 by Dave Airlie · 6 years ago
  90. 8289e3f renderer: add memory barrier support. (v2) by Dave Airlie · 6 years ago
  91. de61327 renderer: expose TXQS capability to guest. by Dave Airlie · 6 years ago
  92. f565193 shader: add texture image samples query support. by Dave Airlie · 6 years ago
  93. 950de33 renderer: add image support. (v4) by Dave Airlie · 6 years ago
  94. 097c43e shader: add gl_HelperInvocation support by Dave Airlie · 6 years ago
  95. 1fe8def shaders: handle early fragment tests by Dave Airlie · 6 years ago
  96. 4472641 shader: add image support to shader parsing. (v3) by Dave Airlie · 6 years ago
  97. 97d4246 shader: decode MEMBAR instruction. by Dave Airlie · 6 years ago
  98. fd849b2 gallium: add PIPE_MAX_SHADER_IMAGES and image read/write defines. by Dave Airlie · 6 years ago
  99. 8ffd38a shader: bump some snprintf limits to 512 by Dave Airlie · 6 years ago
  100. 9c420d2 vrend, caps: Move GL only caps into newly created function by Gert Wollny · 6 years ago