1. 9cd5bb9 st/mesa: add query buffer support by Ilia Mirkin · 9 years ago
  2. f9e6f46 gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT by Ilia Mirkin · 9 years ago
  3. 40d7f02 gallium: add a way to store query result into buffer by Ilia Mirkin · 9 years ago
  4. 386a9ec mesa: add core implementation of ARB_query_buffer_object by Ilia Mirkin · 9 years ago
  5. 7c3f4b2 mesa: add driver interface for writing query results to buffers by Ilia Mirkin · 9 years ago
  6. 3efcd4d mesa: Handle QUERY_BUFFER_BINDING in GetIntegerv by Rafal Mielniczuk · 11 years ago
  7. 2d0ec0c mesa: Add QueryBuffer to context by Rafal Mielniczuk · 11 years ago
  8. c5bab06 mesa: Add ARB_query_buffer_object extension flag by Rafal Mielniczuk · 11 years ago
  9. 4913d38 glapi: Add xml infrastructure for ARB_query_buffer_object by Rafal Mielniczuk · 11 years ago
  10. 23e24e2 glsl: simplify setting of image access qualifiers by Timothy Arceri · 9 years ago
  11. 815929b mesa: remove dead program parameter functions by Timothy Arceri · 9 years ago
  12. 94d91c6 st/nine: Use align_free when needed by Axel Davy · 9 years ago
  13. 6b12fe7 st/nine: Disallow non-argb8888 cursors by Axel Davy · 9 years ago
  14. 24ddadb st/nine: Enforce centroid for color input when multisampling is on by Axel Davy · 9 years ago
  15. d5389bb st/nine: Fix centroid flag by Axel Davy · 9 years ago
  16. ee31f0f st/nine: Use fast clears more often for MRTs by Axel Davy · 9 years ago
  17. e85ef7d st/nine: Use linear filtering for shadow mapping by Axel Davy · 9 years ago
  18. 0b35da5 st/nine: Respect block alignment on surface lock by Patrick Rudolph · 9 years ago
  19. 56b4222 st/nine: Add Render state validation layer by Axel Davy · 9 years ago
  20. 7132617 DRI_CONFIG: Add option to override vendor id by Patrick Rudolph · 9 years ago
  21. 1a893ac st/nine: Implement NineDevice9_GetAvailableTextureMem by Patrick Rudolph · 9 years ago
  22. a961ec3 st/nine: Handle Window Occlusion by Patrick Rudolph · 9 years ago
  23. e59908e st/nine: Store minor version num by Patrick Rudolph · 9 years ago
  24. 0ac01a9 st/nine: Call flush_resource before flush by Axel Davy · 9 years ago
  25. f481b9b st/nine: Fix remaining swapchain tests by Patrick Rudolph · 9 years ago
  26. cbbd3c6 st/nine: Fix crash NineDevice9_CreateAdditionalSwapChain by Axel Davy · 9 years ago
  27. 996f76b st/nine: Fix possible crash on error by Patrick Rudolph · 9 years ago
  28. 40a0b97 st/nine: Test more presentation params by Patrick Rudolph · 9 years ago
  29. 827fee0 st/nine: Fix resource9 private data by Patrick Rudolph · 9 years ago
  30. 5c79bd6 st/nine: Print GUID instead of pointer by Patrick Rudolph · 9 years ago
  31. 2a4d150 st/nine: Fix use of uninitialized memory by Patrick Rudolph · 9 years ago
  32. 924038c st/nine: Fix clear for multisample mismatch depth-stencil by Patrick Rudolph · 9 years ago
  33. 7f58ba4 st/nine: Fix Volumetexture9_LockBox by Patrick Rudolph · 9 years ago
  34. 3504768 st/nine: Fix ATI2 pitch for non-square by Axel Davy · 9 years ago
  35. eeeab8d st/nine: Support D3DFMT_R8G8B8 by Patrick Rudolph · 9 years ago
  36. a3e7525 st/nine: Use cso for viewport by Patrick Rudolph · 9 years ago
  37. 495727a st/nine: Fix shade mode flat by Patrick Rudolph · 9 years ago
  38. fa887ba st/nine: Clear rendertarget on creation by Patrick Rudolph · 9 years ago
  39. b142f61 st/nine: Allow ColorFill on D3DFMT_NULL surfaces by Patrick Rudolph · 9 years ago
  40. 04e22a0 st/nine: Introduce STREAMFREQ state by Axel Davy · 9 years ago
  41. 15ce277 st/nine: Catch redundant SetStreamSourceFreq calls by Axel Davy · 9 years ago
  42. ea3f504 st/nine: Squash indexbuffer9 and vertexbuffer9 by Patrick Rudolph · 9 years ago
  43. b6bb8d5 st/nine: Unset vtxbuf on reset by Axel Davy · 9 years ago
  44. b63c144 st/nine: Use pipe_resource_reference for vtxbuf by Axel Davy · 9 years ago
  45. b5876e4 st/nine: Use ff vertex shader when position_t is used by Axel Davy · 9 years ago
  46. 531acbc st/nine: Don't increment refcount on VertexDeclaration creation failure by Patrick Rudolph · 9 years ago
  47. b39fd5b st/nine: Change StretchRect check order by Axel Davy · 9 years ago
  48. a82e678 st/nine: Initialize lights in stateblocks by Axel Davy · 9 years ago
  49. 9c1d93f st/nine: Fix fixed-function blendweights by Patrick Rudolph · 9 years ago
  50. cc830dc st/nine: Always normalize hitDir by Patrick Rudolph · 9 years ago
  51. ed7e104 st/nine: Replace r[0] with tmp by Patrick Rudolph · 9 years ago
  52. 9856203 st/nine: Fix ff calculation of midVec by Patrick Rudolph · 9 years ago
  53. 921f3ea st/nine: Implement D3DRS_SPECULARENABLE by Patrick Rudolph · 9 years ago
  54. 9c26fa1 st/nine: Fix D3DRS_LOCALVIEWER being ignored by Patrick Rudolph · 9 years ago
  55. aa4454a st/nine: Fix rounding issue with vs1.1 a0 reg by Axel Davy · 9 years ago
  56. dbb03f6 st/nine: Fix D3DPMISCCAPS_FOGANDSPECULARALPHA support by Axel Davy · 9 years ago
  57. 9298a0b st/nine: Fix AlphaCmpCaps by Patrick Rudolph · 9 years ago
  58. bff640b radeonsi: implement PK2H and UP2H opcodes by Marek Olšák · 9 years ago
  59. 973ba3f glsl: Ensure glsl/ exists before making the lexer/parser. by Matt Turner · 9 years ago
  60. 8c7a42b i965/fs: Allocate single register at a time for constants. by Matt Turner · 9 years ago
  61. 8ec2467 radeonsi: fix Hyper-Z on Stoney by Marek Olšák · 9 years ago
  62. 9c78cfd mesa: Use SSE prefetch instructions rather than 3DNow instructions by Patrick Baggett · 9 years ago
  63. edd494d nv50/ir: make sure to fetch all sources before creating instruction by Ilia Mirkin · 9 years ago
  64. a9d5c64 nv50: avoid freeing the symbols if they're about to be stored by Ilia Mirkin · 9 years ago
  65. 9284fd9 st/mesa: fix potential null deref if no shader is passed in by Ilia Mirkin · 9 years ago
  66. 5ac7f04 glx: update to updated version of EXT_create_context_es2_profile by Ilia Mirkin · 9 years ago
  67. ad0e48e dir-locals.el: set case-label offset to 0 by Ilia Mirkin · 9 years ago
  68. 1c0f95f appveyor: Bump shallow clone depth. by Jose Fonseca · 9 years ago
  69. 029c89a Revert "compiler: removed unused Makefile.sources" by Rob Clark · 9 years ago
  70. 1be9184 compiler: fix .gitignore for glsl_compiler by Rob Clark · 9 years ago
  71. 78f4c55 compiler: removed unused Makefile.sources by Rob Clark · 9 years ago
  72. 43a401a gallium: fix the documentation of PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE by Nicolai Hähnle · 9 years ago
  73. 7dd31b8 gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKS by Nicolai Hähnle · 9 years ago
  74. 4b02f16 st/mesa: implement PBO upload for glCompressedTex(Sub)Image by Nicolai Hähnle · 9 years ago
  75. f38bb36 st/mesa: redirect CompressedTexSubImage to our own implementation by Nicolai Hähnle · 9 years ago
  76. 16c2ea1 st/mesa: inline the implementation of _mesa_store_compressed_teximage by Nicolai Hähnle · 9 years ago
  77. c99f2fe st/mesa: implement PBO upload for multiple layers by Nicolai Hähnle · 9 years ago
  78. 757071c st/mesa: Accelerate PBO uploads by Fredrik Höglund · 9 years ago
  79. 4a448a6 st/mesa: use the correct address generation functions in st_TexSubImage blit by Nicolai Hähnle · 9 years ago
  80. 6af6d7b gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS by Nicolai Hähnle · 9 years ago
  81. 3abb548 gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY by Nicolai Hähnle · 9 years ago
  82. bc8a684 mesa: add MESA_NO_MINMAX_CACHE environment variable by Nicolai Hähnle · 9 years ago
  83. 761c7d5 vbo: disable the minmax cache when the hit rate is low by Nicolai Hähnle · 9 years ago
  84. 115c643 mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistory by Nicolai Hähnle · 9 years ago
  85. 6b057f8 vbo: cache/memoize the result of vbo_get_minmax_indices (v3) by Nicolai Hähnle · 9 years ago
  86. 1a570d9 vbo: move vbo_get_minmax_indices into its own source file by Nicolai Hähnle · 9 years ago
  87. 46b7a52 mesa/main: bail earlier for size == 0 in _mesa_clear_buffer_sub_data by Nicolai Hähnle · 9 years ago
  88. fd7229b mesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer UsageHistory by Nicolai Hähnle · 9 years ago
  89. 54c4a98 mesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag to buffer UsageHistory by Nicolai Hähnle · 9 years ago
  90. 55fb921 util/hash_table: add _mesa_hash_table_num_entries by Nicolai Hähnle · 9 years ago
  91. 8b11d8c util/hash_table: add _mesa_hash_table_clear (v4) by Nicolai Hähnle · 9 years ago
  92. 6ad2e55 st/omx/dec/h264: fix corruption when scaling matrix present flag set by Leo Liu · 9 years ago
  93. 4f598f2 vl: add zig zag scan for list 4x4 by Leo Liu · 9 years ago
  94. 848a023 llvmpipe: use scissor_planes_needed helper function by Roland Scheidegger · 9 years ago
  95. 141ef75 i965/gen8: Initialize aux_mode to GEN8_SURFACE_AUX_MODE_NONE by Jordan Justen · 10 years ago
  96. 18f688d mesa: use default geometry's samples when there are no attachments by Ilia Mirkin · 9 years ago
  97. 095da3b mesa: invalidate framebuffer when changing parameters by Ilia Mirkin · 9 years ago
  98. beac7b1 mesa: use geometric helper for computing min samples by Ilia Mirkin · 9 years ago
  99. 2d4976f mesa: the _mesa_geometric_* functions require full types from mtypes.h by Ilia Mirkin · 9 years ago
  100. fb44cfa winsys/radeon: Do not deinit the pb cache if it was not initialized by Niels Ole Salscheider · 9 years ago