1. cbbdf86 i965/formatquery: Add support for INTERNALFORMAT_PREFERRED query by Eduardo Lima Mitev · 9 years ago
  2. e064f43 mesa/glformats: Consider DEPTH/STENCIL when resolving a mesa_format by Eduardo Lima Mitev · 9 years ago
  3. ec29960 mesa/formatquery: Add (GET_)TEXTURE_IMAGE_TYPE pnames by Eduardo Lima Mitev · 9 years ago
  4. 23f9414 mesa/formatquery: Add (GET_)TEXTURE_IMAGE_FORMAT pnames by Eduardo Lima Mitev · 9 years ago
  5. 020671f mesa/formatquery: Add READ_PIXELS_TYPE pname by Eduardo Lima Mitev · 9 years ago
  6. bec286f mesa/formatquery: Add READ_PIXELS_FORMAT pname by Eduardo Lima Mitev · 9 years ago
  7. 09550c1 mesa/formatquery: Add support for READ_PIXELS query by Eduardo Lima Mitev · 9 years ago
  8. 8d7696f mesa/formatquery: added FILTER pname support by Alejandro Piñeiro · 9 years ago
  9. a8736a2 mesa/texparam: make public target_allows_setting_sampler_parameters by Alejandro Piñeiro · 9 years ago
  10. e8ab772 mesa/formatquery: Added framebuffer renderability related queries by Antia Puentes · 9 years ago
  11. b4ee9f5 mesa/formatquery: Added texture gather/shadow related queries by Antia Puentes · 9 years ago
  12. 557939c mesa/formatquery: Added texture view related queries by Antia Puentes · 9 years ago
  13. 04e2e0b mesa/textureview: Make _lookup_view_class public by Antia Puentes · 9 years ago
  14. 2066c7b mesa/formatquery: Added CLEAR_BUFFER <pname> query by Antia Puentes · 9 years ago
  15. aed633b mesa/formatquery: Added compressed texture related queries by Antia Puentes · 9 years ago
  16. 467f462 mesa/formatquery: Added simultaneous texture and depth/stencil queries by Antia Puentes · 9 years ago
  17. bd45fb3 mesa/formatquery: Added queries related to image textures by Antia Puentes · 9 years ago
  18. 990a720 mesa/shaderimage: Added func to get the GL_IMAGE_CLASS from the format by Antia Puentes · 9 years ago
  19. 52c3692 mesa/formatquery: Added SHADER_IMAGE_{LOAD,STORE,ATOMIC} <pname> queries by Antia Puentes · 9 years ago
  20. 876f7a7 mesa/shaderimage: Make is_image_format_supported public by Antia Puentes · 9 years ago
  21. fae2b10 mesa/formatquery: Added queries related to texture sampling in shaders by Antia Puentes · 9 years ago
  22. aeb759c mesa/formatquery: Added SRGB_DECODE_ARB <pname> query by Antia Puentes · 9 years ago
  23. bcb2f9c mesa/formatquery: Added SRGB_{READ,WRITE} <pname> queries by Antia Puentes · 9 years ago
  24. e88cbb7 mesa/formatquery: Added COLOR_ENCODING <pname> query. by Antia Puentes · 9 years ago
  25. b175553 mesa/glformats: Add a helper function _mesa_is_srgb_format() by Eduardo Lima Mitev · 9 years ago
  26. 87b2de3 mesa/formatquery: Added mipmap related <pname> queries by Antia Puentes · 9 years ago
  27. 079d99b mesa/genmipmap: Added a function to validate the internalformat by Antia Puentes · 9 years ago
  28. 06852f4 mesa/genmipmap: Added a function to check if the target is valid by Antia Puentes · 9 years ago
  29. df3a373 mesa/formatquery: Added {COLOR,DEPTH,STENCIL}_RENDERABLE <pname> queries by Antia Puentes · 9 years ago
  30. c22ceb0 mesa/formatquery: Added {COLOR,DEPTH,STENCIL}_COMPONENTS <pname> queries by Antia Puentes · 9 years ago
  31. e976a30 mesa/formatquery: support for MAX_COMBINED_DIMENSIONS by Alejandro Piñeiro · 9 years ago
  32. c5cf16a mesa/teximage: add _mesa_is_cube_map_texture utility method by Eduardo Lima Mitev · 9 years ago
  33. 4e33278 main/formatquery: support for MAX_{WIDTH/HEIGHT/DEPTH/LAYERS} by Alejandro Piñeiro · 9 years ago
  34. b750144 mesa/formatquery: support for IMAGE_FORMAT_COMPATIBILITY_TYPE by Alejandro Piñeiro · 9 years ago
  35. e98a3c7 mesa/formatquery: handle unmodified buffer for SAMPLES on the 64-bit query by Alejandro Piñeiro · 9 years ago
  36. 580816b mesa/formatquery: initial implementation for GetInternalformati64v by Alejandro Piñeiro · 9 years ago
  37. 7241e1b mesa/formatquery: Added INTERNALFORMAT_{X}_{SIZE,TYPE} <pname> queries by Antia Puentes · 9 years ago
  38. 6754181 mesa/main: Extend _mesa_get_format_bits to accept new pnames by Antia Puentes · 9 years ago
  39. 4a8dae6 mesa/main: Extend _mesa_base_format_has_channel to accept new pnames by Antia Puentes · 9 years ago
  40. f1c789f mesa/main: Make legal_get_tex_level_parameter_target public by Antia Puentes · 9 years ago
  41. eacb2c9 mesa/formatquery: Added INTERNALFORMAT_PREFERRED pname by Eduardo Lima Mitev · 9 years ago
  42. 56ec2df mesa/formatquery: Added the INTERNALFORMAT_SUPPORTED <pname> query by Antia Puentes · 9 years ago
  43. 4722abc mesa/formatquery: Added a func to check <internalformat> supported by Antia Puentes · 9 years ago
  44. 5f6e3a0 mesa/formatquery: Added func to check if the 'resource' is supported by Antia Puentes · 9 years ago
  45. 95392cf mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_target by Alejandro Piñeiro · 9 years ago
  46. aaf5ad5 mesa/teximage: Make _mesa_format_no_online_compression public by Antia Puentes · 9 years ago
  47. 5eef355 mesa/teximage: make public is_renderable_texture_format by Antia Puentes · 9 years ago
  48. b5d27bc mesa/main: Added empty skeleton of glGetInternalformati64v by Antia Puentes · 9 years ago
  49. 2453bba mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2 by Alejandro Piñeiro · 9 years ago
  50. d432337 mesa/formatquery: Added boilerplate code to extend GetInternalformativ by Antia Puentes · 9 years ago
  51. 806bc2b mesa/formatquery: Added a func to check if the <target> is supported by Antia Puentes · 9 years ago
  52. 4af3e5e mesa/formatquery: Added function to set 'unsupported' responses by Antia Puentes · 9 years ago
  53. a6434f4 mesa/formatquery: Added function to validate parameters by Antia Puentes · 9 years ago
  54. b89463c mesa/main: Add extension tracking bit for ARB_internalformat_query2 by Antia Puentes · 9 years ago
  55. a347a0f mesa: Completely remove QuerySamplesForFormat from driver func table by Eduardo Lima Mitev · 9 years ago
  56. 993d734 mesa/formatquery: Use new driver hook QueryInternalFormat by Eduardo Lima Mitev · 9 years ago
  57. 25ee5c6 mesa/formatquery: Remove tracking of number of elements in the response by Eduardo Lima Mitev · 9 years ago
  58. 1f0b2ce mesa/multisample: Check sample count using the new driver hook by Eduardo Lima Mitev · 9 years ago
  59. ee31b0b st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hook by Eduardo Lima Mitev · 9 years ago
  60. 82be773 i965/formatquery: Respond queries SAMPLES and NUM_SAMPLE_COUNTS by Eduardo Lima Mitev · 9 years ago
  61. 2dabff9 i965: Move brw_query_samples_for_format() to brw_queryformat.c by Eduardo Lima Mitev · 9 years ago
  62. 28144c4 i965: Add boilerplate function for QueryInternalFormat driver hook by Eduardo Lima Mitev · 9 years ago
  63. 45054f9 mesa: Add a default QueryInternalFormat() function for drivers by Eduardo Lima Mitev · 9 years ago
  64. 93d30c3 mesa: Add QueryInternalFormat to device driver virtual table by Eduardo Lima Mitev · 9 years ago
  65. 283c837 glsl/opt_array_splitting: Fix indentation by Iago Toral Quiroga · 9 years ago
  66. 4a60002 glsl/opt_array_splitting: Fix crash when doing array indexing into other arrays by Iago Toral Quiroga · 9 years ago
  67. 914d496 radeonsi: Do colorformat endian swap for PIPE_USAGE_STAGING by Oded Gabbay · 9 years ago
  68. ef5183f r600g: Do colorformat endian swap for PIPE_USAGE_STAGING by Oded Gabbay · 9 years ago
  69. 7bb193d mesa/build: add OpenSWR to build by Tim Rowley · 9 years ago
  70. d003be2 gallium/docs - add OpenSWR documentation by Tim Rowley · 9 years ago
  71. da4f95d gallium/target-helpers: add OpenSWR driver by Tim Rowley · 9 years ago
  72. ea37602 gallium/auxilary: more __cplusplus exports by Tim Rowley · 9 years ago
  73. c6e67f5 gallium/swr: add OpenSWR rasterizer by Tim Rowley · 9 years ago
  74. 2b2d368 gallium/swr: add OpenSWR driver by Tim Rowley · 9 years ago
  75. 2eec41f glsl: replace remaining tabs in ir_builder.cpp by Timothy Arceri · 9 years ago
  76. 7026f27 mesa: Update comment by Anuj Phogat · 9 years ago
  77. 6ccead5 mesa: Fix function description by Anuj Phogat · 9 years ago
  78. de61849 meta: Remove the 'allocate_storage' parameter in _mesa_meta_pbo_GetTexSubImage() by Anuj Phogat · 9 years ago
  79. 6d4ebbe meta: Fix the pbo usage in meta for GLES{1,2} contexts by Anuj Phogat · 9 years ago
  80. 0d047d1 program: Clean up after condition code removal. by Matt Turner · 9 years ago
  81. 961ead6 program: Remove variable used only in assert(). by Matt Turner · 9 years ago
  82. de2ef04 program: Drop GL_FRAGMENT_PROGRAM_NV from switch statement. by Matt Turner · 9 years ago
  83. b94a46a gk110/ir: fix wrong emission of NOT modifier for VOTE by Samuel Pitoiset · 9 years ago
  84. 535002f gallium/cso: fix indentation by Thomas Hindoe Paaboel Andersen · 9 years ago
  85. 37cfc51 st/mesa: move dereference after null check by Thomas Hindoe Paaboel Andersen · 9 years ago
  86. ad17511 i965/gen6/gs: Replace V-immediate with VF-immediate. by Matt Turner · 9 years ago
  87. 43f74ac gallium: fix PIPE_BIND_QUERY_BUFFER - PIPE_BIND_SCANOUT overlap by Marek Olšák · 9 years ago
  88. e8fd60e i965: set ctx->Const.MaxViewport{Width,Height} to 32k by Samuel Iglesias Gonsálvez · 9 years ago
  89. add57b3 main: remove MAX_VIEWPORT_WIDTH and MAX_VIEWPORT_HEIGHT constants by Samuel Iglesias Gonsálvez · 9 years ago
  90. aa849d9 main: call invalidate_framebuffer_storage() with driver's viewport limits by Samuel Iglesias Gonsálvez · 9 years ago
  91. c4ae047 freedreno/ir3: enable shareable shaders by Rob Clark · 9 years ago
  92. c3f2f8c freedreno/ir3: pass ctx to constant-emit code by Rob Clark · 9 years ago
  93. 5fd152b freedreno/ir3: add dev ptr to ir3_compiler by Rob Clark · 9 years ago
  94. 1be9537 mesa: Remove NV_fragment_program remnants from dlist.c. by Matt Turner · 9 years ago
  95. 89abb22 mesa: Remove NV_fragment_program_option enable bit. by Matt Turner · 9 years ago
  96. ed72a1c program: Remove NV_fragment_program opcode parsing. by Matt Turner · 9 years ago
  97. 5429554 program: Remove NV_fragment_program scalar suffix parsing. by Matt Turner · 9 years ago
  98. 409c24f program: Remove NV_fragment_program_option parsing support. by Matt Turner · 9 years ago
  99. fe2d2c7 program: Remove NV_fragment_program Abs support. by Matt Turner · 9 years ago
  100. 0d1f6c7 program: Remove incorrect comment about OPCODE_TXD. by Matt Turner · 9 years ago