1. 6f898f7 vl: use preferred format for deinterlacing by Christian König · 9 years ago
  2. 5fdd4a5 vl: improve motion adaptive deinterlacer by Christian König · 9 years ago
  3. e945235 st/va: add BOB deinterlacing v2 by Christian König · 9 years ago
  4. 3949cf0 st/va: add NV12 -> NV12 post processing v2 by Christian König · 9 years ago
  5. 9f64429 st/va: use vl_video_buffer_adjust_size by Christian König · 9 years ago
  6. da39637 st/vdpau: use vl_video_buffer_adjust_size by Christian König · 9 years ago
  7. 52ca9a9 vl/buffers: extract vl_video_buffer_adjust_size helper by Christian König · 9 years ago
  8. 8479782 st/va: make the implementation thread safe v2 by Christian König · 9 years ago
  9. 8926dc8 mesa: use gl_shader_variable in program resource list by Tapani Pälli · 9 years ago
  10. 4985159 glsl: track total amount of uniform locations used by Tapani Pälli · 9 years ago
  11. 395b53d main: get rid of needless conditional by Erik Faye-Lund · 9 years ago
  12. 2a15dc0 gallium/util: removed unused header-file by Erik Faye-Lund · 9 years ago
  13. e67f5ca nvc0: do not force re-binding of compute constbufs on Fermi by Samuel Pitoiset · 9 years ago
  14. 5be700e meta: Unconditionally set GL_SKIP_DECODE_EXT by Ian Romanick · 9 years ago
  15. 1799edd meta: Only bind the sampler in one place by Ian Romanick · 9 years ago
  16. ae50157 meta/decompress: Don't pollute the sampler object namespace by Ian Romanick · 9 years ago
  17. b03ee12 meta/decompress: Save and restore the sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  18. d4094f6 meta/decompress: Track sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  19. 1998af8 meta/decompress: Use internal functions for sampler object access by Ian Romanick · 9 years ago
  20. b85c5fe meta/generate_mipmap: Don't pollute the sampler object namespace by Ian Romanick · 9 years ago
  21. d678271 meta/generate_mipmap: Save and restore the sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  22. 36f4132 meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  23. b94e7f3 meta/generate_mipmap: Use internal functions for sampler object access by Ian Romanick · 9 years ago
  24. 963065b meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sampler by Ian Romanick · 9 years ago
  25. 533320e meta/blit: Save and restore the sampler using gl_sampler_object instead of GL API object handle by Ian Romanick · 9 years ago
  26. d796b49 meta/blit: Use internal functions for sampler object access by Ian Romanick · 9 years ago
  27. ad5b1b4 meta/blit: Group the SamplerParameteri calls with the other sampler operations by Ian Romanick · 9 years ago
  28. adb4b31 mesa: Refator _mesa_BindSampler to make _mesa_bind_sampler by Ian Romanick · 9 years ago
  29. 4cf5c85 mesa: Add _mesa_set_sampler_srgb_decode method by Ian Romanick · 9 years ago
  30. ecba76d mesa: Add _mesa_set_sampler_filters method by Ian Romanick · 9 years ago
  31. 08822b4 mesa: Add _mesa_set_sampler_wrap method by Ian Romanick · 9 years ago
  32. 3029d60 nvc0: remove useless goto in nvc0_launch_grid() by Samuel Pitoiset · 9 years ago
  33. 5318bd3 mesa: Mark Identity as const by Ian Romanick · 9 years ago
  34. 647d8e9 configure.ac: always define __STDC_CONSTANT_MACROS by Oded Gabbay · 9 years ago
  35. aa6aa39 i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+. by Kenneth Graunke · 9 years ago
  36. f2c8913 Add missing platform information for KBL by Mark Janes · 9 years ago
  37. f21df5c nv50/ir: the whole point of data array is to hand out regular registers by Ilia Mirkin · 9 years ago
  38. a9eace3 mesa/uniform_query: add IROUNDD and use for doubles->ints (v2) by Dave Airlie · 9 years ago
  39. 124c9c2 glsl: replace unreachable code path with assert by Timothy Arceri · 9 years ago
  40. cf757f4 Revert "glsl: replace unreachable code path with assert" by Timothy Arceri · 9 years ago
  41. 98270fd glsl: replace unreachable code path with assert by Timothy Arceri · 9 years ago
  42. e4c5ace glsl: combine if blocks by Timothy Arceri · 9 years ago
  43. 7b4f8c8 mesa: Update todo regarding StencilOp and StencilOpSeparate. by Rhys Kidd · 9 years ago
  44. 5e3edd4 glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable. by Kenneth Graunke · 9 years ago
  45. 0d3051f nv50/ir: Fix scratch allocation size and file by Pierre Moreau · 9 years ago
  46. da5d458 mesa: merge bind_atomic_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  47. 5eb104d mesa: merge bind_shader_storage_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  48. e8dd7cc mesa: merge bind_uniform_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  49. b3ca26c mesa: merge bind_xfb_buffers_{base|range} by Nicolai Hähnle · 9 years ago
  50. 81f7fd3 glsl: Don't add nir files to libglsl_la_SOURCES by Kristian Høgsberg Kristensen · 9 years ago
  51. e3706a7 nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion by Ilia Mirkin · 9 years ago
  52. 82ad571 glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.c by Kristian Høgsberg Kristensen · 9 years ago
  53. 1d25ef6 i965: Move GLSL lowering passes out of libi965_compiler.la by Kristian Høgsberg Kristensen · 9 years ago
  54. e97caba glsl: Move glsl_to_nir files to LIBGLSL_FILES by Kristian Høgsberg Kristensen · 9 years ago
  55. 1d54ac6 mesa: Use separate indices for UBO & SSBO during binding by Jordan Justen · 9 years ago
  56. cf66a8f mesa: Map program UBOs and SSBOs to Interface Blocks by Jordan Justen · 9 years ago
  57. 5d349fa mesa: docs: Add link to planet.freedesktop.org by Sarah Sharp · 9 years ago
  58. dff1cac freedreno: add ir3_compiler to gitignore by Ilia Mirkin · 9 years ago
  59. 90ba066 gallium: add a RESQ opcode to query info about a resource by Ilia Mirkin · 9 years ago
  60. ebfb544 gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by Ilia Mirkin · 9 years ago
  61. 266d001 gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS by Ilia Mirkin · 9 years ago
  62. 8cb493a tgsi: update atomic op docs by Ilia Mirkin · 9 years ago
  63. bdef02f tgsi: add a is_store property by Ilia Mirkin · 9 years ago
  64. 50b8488 tgsi: provide a way to encode memory qualifiers for SSBO by Ilia Mirkin · 9 years ago
  65. 888ddd6 ureg: add buffer support to ureg by Ilia Mirkin · 9 years ago
  66. 8cc9a8a tgsi: add ureg support for image decls by Ilia Mirkin · 10 years ago
  67. 208bfc4 glsl: Ensure 64bits shift is used. by Jose Fonseca · 9 years ago
  68. e378184 mesa/main: Avoid `void function returning a value` warning. by Jose Fonseca · 9 years ago
  69. 6613042 configure.ac: add --enable-profile by Oded Gabbay · 9 years ago
  70. 1e463d2 nine: allow fragment shader POSITION and FACE to be system values by Marek Olšák · 9 years ago
  71. d0cf66d vl: allow fragment shader POSITION to be a system value by Marek Olšák · 9 years ago
  72. 69f43c2 util/pstipple: allow fragment shader POSITION to be a system value by Marek Olšák · 9 years ago
  73. 8a13ce1 st/mesa: add support for POSITION and FACE system values by Marek Olšák · 9 years ago
  74. c00e534 tgsi/scan: update for POSITION and FACE sytem values by Marek Olšák · 9 years ago
  75. 34738a9 gallium: add caps for POSITION and FACE system values by Marek Olšák · 9 years ago
  76. 24737f2 program: add a helper for rewriting FP position input to sysval by Marek Olšák · 9 years ago
  77. 4191c1a glsl: optionally declare gl_FragCoord & gl_FrontFacing as system values by Marek Olšák · 9 years ago
  78. c07cf5f tgsi/ureg: handle redundant declarations in ureg_DECL_system_value by Marek Olšák · 9 years ago
  79. c886422 tgsi/ureg: remove index parameter from ureg_DECL_system_value by Marek Olšák · 9 years ago
  80. 91e8f2b st/mesa: remove dead code from mesa_to_tgsi by Marek Olšák · 9 years ago
  81. cb51348 radeon, si: Use TGSI chan name defines in lp_build_emit_fetch() calls by Edward O'Callaghan · 9 years ago
  82. b42254e gallium/aux: Use TGSI chan name defines inplace of literals by Edward O'Callaghan · 9 years ago
  83. d6db7ce mesa: check that internalformat of CopyTexImage*D is not 1, 2, 3, 4 by Nicolai Hähnle · 9 years ago
  84. 040e314 i965/compiler: Enable more lowering in NIR by Jason Ekstrand · 9 years ago
  85. d00abcc nir/algebraic: Add more lowering by Jason Ekstrand · 9 years ago
  86. b0d4ee5 nir/opcodes: Fix up uadd_carry and usub_borrow by Jason Ekstrand · 9 years ago
  87. 67b31b3 nvc0: add ARB_indirect_parameters support by Ilia Mirkin · 9 years ago
  88. 9a54ccf st/mesa: expose ARB_indirect_parameters when the backend driver allows by Ilia Mirkin · 9 years ago
  89. e1eab5a mesa: add support for ARB_indirect_parameters draw functions by Ilia Mirkin · 9 years ago
  90. 9327e2d mesa: add parameter buffer, used for ARB_indirect_parameters by Ilia Mirkin · 9 years ago
  91. b3e2c21 glapi: add ARB_indirect_parameters definitions by Ilia Mirkin · 9 years ago
  92. 7ca67c7 nvc0: add support for real ARB_multi_draw_indirect by Ilia Mirkin · 9 years ago
  93. d3e43ba nvc0: adjust indirect draw macros to handle multiple draws at once by Ilia Mirkin · 9 years ago
  94. 2860f20 st/mesa: add support for new mesa indirect draw interface by Ilia Mirkin · 9 years ago
  95. d67b9ba gallium: add caps to expose support for multi indirect draws by Ilia Mirkin · 9 years ago
  96. 3e11656 gallium: add sufficient draw interface to allow new indirect features by Ilia Mirkin · 9 years ago
  97. 60d0cfd vbo: create a new draw function interface for indirect draws by Ilia Mirkin · 9 years ago
  98. 2923c7a llvmpipe: do 64bit plane calculations in the sse path by Roland Scheidegger · 9 years ago
  99. fad283b llvmpipe: don't store eo as 64bit int by Roland Scheidegger · 9 years ago
  100. b61b9a3 llvmpipe: use aligned data for the assembly program in setup by Roland Scheidegger · 9 years ago