1. 1379544 st/mesa: translate additional flags in MemoryBarrier by Nicolai Hähnle · 9 years ago
  2. 96cd908 gallium: add additional PIPE_BARRIER_* bits by Nicolai Hähnle · 9 years ago
  3. 86caa67 svga: add svga_winsys_context::pipe_debug_callback pointer by Brian Paul · 9 years ago
  4. f8aaf00 svga: Fix the index buffer rebind regression by Charmaine Lee · 9 years ago
  5. 47856e5 svga: rebind stream output targets by Charmaine Lee · 9 years ago
  6. 47cfc83 svga: rebind index buffer by Charmaine Lee · 9 years ago
  7. 299f8ca svga: minor formatting fix, comment addition by Brian Paul · 9 years ago
  8. b45b47c svga: optimize constant buffer uploads by Charmaine Lee · 9 years ago
  9. 0a1d91e svga: add a few more resource updates HUD query by Charmaine Lee · 9 years ago
  10. 79e343b svga: add new num-readbacks HUD query by Charmaine Lee · 9 years ago
  11. dc9ecf5 svga: use shader sampler view declarations by Brian Paul · 9 years ago
  12. b56b853 gallium/tests: declare sampler views in shaders by Brian Paul · 9 years ago
  13. 38e831c gallium/util: declare sampler view in util_make_fs_blit_msaa_depthstencil() by Brian Paul · 9 years ago
  14. e7b5a84 postprocess: declare sampler views in shaders by Brian Paul · 9 years ago
  15. 5a9f2a2 hud: add sampler view declaration in text fragment shader by Brian Paul · 9 years ago
  16. b3daaef st/mesa: emit sampler view decls in drawpixels code by Brian Paul · 9 years ago
  17. 0f0a23d st/mesa: emit sampler view declaration in bitmap shader by Brian Paul · 9 years ago
  18. 72eb5a3 st/mesa: emit sampler view declarations for ARB vert/frag programs by Brian Paul · 9 years ago
  19. eda81fa st/mesa: use correct TGSI texture target in drawpix fragment shader by Brian Paul · 9 years ago
  20. 83b5b3d st/mesa: use correct TGSI texture target in bitmap fragment shader by Brian Paul · 9 years ago
  21. 63e020d gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst() by Brian Paul · 9 years ago
  22. a8b315b st/mesa: use the texture view's format for render-to-texture by Nicolai Hähnle · 9 years ago
  23. dcf8a4d gallium: Remove unused TGSI_RESOURCE_ defines by Hans de Goede · 9 years ago
  24. 9b4c8f6 nouveau: codegen: Do not silently fail in handeLOAD / handleSTORE / handleATOM by Hans de Goede · 9 years ago
  25. 86e4440 nouveau: codegen: Disable more old resource handling code by Hans de Goede · 9 years ago
  26. 71e3154 nouveau: codegen: gk110: Make emitSTORE offset handling identical to emitLOAD by Hans de Goede · 9 years ago
  27. c783ad0 nouveau: codegen: Slightly refactor Source::scanInstruction() dst handling by Hans de Goede · 9 years ago
  28. 54cdde5 nouveau: codegen: Add support for clover / OpenCL kernel input parameters by Hans de Goede · 9 years ago
  29. 3788e1b tgsi: Add support for global / private / input MEMORY by Hans de Goede · 9 years ago
  30. 43ddec2 tgsi: Fix decl.Atomic and .Shared not propagating when parsing tgsi text by Hans de Goede · 9 years ago
  31. 8f45691 doc: document spilling options accepted by INTEL_DEBUG by Iago Toral Quiroga · 9 years ago
  32. b72156c tgsi: Fix return of uninitialized memory in tgsi_*_instruction_memory by Hans de Goede · 9 years ago
  33. bbbdcdc st/mesa: report correct precision information for low/medium/high ints by Ilia Mirkin · 9 years ago
  34. eeb117a st/omx/dec: Correct the timestamping by Nishanth Peethambaran · 9 years ago
  35. 46de6bb st/omx: Remove trailing spaces by Nishanth Peethambaran · 9 years ago
  36. 7d98bfe nv50/ir: fix indirect texturing for non-array textures on nvc0 by Ilia Mirkin · 9 years ago
  37. adb40a7 st/mesa: only minify depth for 3d targets by Ilia Mirkin · 9 years ago
  38. 6eeb284 nv50/ir: normalize cube coordinates after derivatives have been computed by Ilia Mirkin · 9 years ago
  39. ea2bff1 gallium/radeon: remove remnants of R600 TGSI->LLVM by Marek Olšák · 9 years ago
  40. 4e5dc69 r600g: flatten if (1) statement after removal of TGSI->LLVM by Marek Olšák · 9 years ago
  41. 20a0989 r600g: remove TGSI->LLVM translation by Marek Olšák · 9 years ago
  42. 8140154 gallium/radeon: remove old CS tracing by Marek Olšák · 9 years ago
  43. a73a657 radeonsi: process TGSI property NEXT_SHADER by Marek Olšák · 9 years ago
  44. 2bdd7a4 st/mesa: set TGSI property NEXT_SHADER by Marek Olšák · 9 years ago
  45. fbe6e92 gallium: add TGSI property NEXT_SHADER by Marek Olšák · 9 years ago
  46. 9184d9a nvc0/ir: Use double constant in handleSQRT by Pierre Moreau · 9 years ago
  47. 789e096 mesa: Disallow GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME on winsys FBO. by Kenneth Graunke · 9 years ago
  48. d2445b0 nv50/ir: force-enable derivatives on TXD ops by Ilia Mirkin · 9 years ago
  49. d1b85db nv50: reset TFB bufctx when we no longer hold a reference to the buffers by Ilia Mirkin · 9 years ago
  50. 902bbda nvc0: avoid using magic numbers for the uniform_bo offsets by Samuel Pitoiset · 9 years ago
  51. 26cc411 nv50/ir: make use of auxCBSlot instead of magic numbers by Samuel Pitoiset · 9 years ago
  52. d86933e nv50,nvc0: replace resInfoCBSlot by auxCBSlot by Samuel Pitoiset · 9 years ago
  53. e05492f nv50/ir: fix compilation warning in handleSharedATOM() by Samuel Pitoiset · 9 years ago
  54. a100d89 nv50,nvc0: Fix invalid constant. by Vinson Lee · 9 years ago
  55. 4661023 mesa: Do proper format error checks for GenerateMipmap in ES 3.x. by Kenneth Graunke · 9 years ago
  56. f1b0573 mesa: Add color renderable/texture filterable format info for ES 3.x. by Kenneth Graunke · 9 years ago
  57. 88d28aa i965: Stop XY clipping point and line primitives. by Kenneth Graunke · 9 years ago
  58. 0de64ab i965: Scissor to the viewport when rendering points/lines. by Kenneth Graunke · 9 years ago
  59. d000a49 i965: Include the viewport in the scissor rectangle. by Kenneth Graunke · 9 years ago
  60. 47be5a6 i965: Introduce an is_drawing_lines() helper. by Kenneth Graunke · 9 years ago
  61. 757674e i965: Move is_drawing_points to brw_state.h. by Kenneth Graunke · 9 years ago
  62. 5b2d8c2 i965: Fix gl_TessLevelOuter[] for isolines. by Kenneth Graunke · 9 years ago
  63. 24298b7 i965: Decode non-normalized coordinates bit in SAMPLER_STATE. by Kenneth Graunke · 9 years ago
  64. 8679d40 i965: Account for TES in is_drawing_points(). by Kenneth Graunke · 9 years ago
  65. 1282146 nv50: Mark compute states as dirty on context switch by Pierre Moreau · 9 years ago
  66. a734c0f nv50/ir: print SUBFM subops by Samuel Pitoiset · 9 years ago
  67. af0c97f nv50: add a new validation path for compute by Samuel Pitoiset · 9 years ago
  68. 5ed3876 nv50: rework nv50_compute_validate_program() by Samuel Pitoiset · 9 years ago
  69. a07ebc1 nv50: rework the validation path for 3D by Samuel Pitoiset · 9 years ago
  70. 517d2c9 nv50: rename 3d binding points to NV50_BIND_3D_XXX by Samuel Pitoiset · 9 years ago
  71. 9374fc1 nv50: rename 3d dirty flags to NV50_NEW_3D_XXX by Samuel Pitoiset · 9 years ago
  72. e844aac nv50: rename NV50_COMPUTE to NV50_CP by Samuel Pitoiset · 9 years ago
  73. dedb46f nv50: rename nv50_context::dirty to nv50_context::dirty_3d by Samuel Pitoiset · 9 years ago
  74. 9211b68 st/mesa: clean up st_translate_texture_target() by Brian Paul · 9 years ago
  75. 0f73c3a st/mesa: simplify drawpixels shader code with tgsi transform helper functions by Brian Paul · 9 years ago
  76. 373910f st/mesa: simplify bitmap shader code with tgsi transform helper functions by Brian Paul · 9 years ago
  77. e9d5e68 tgsi: add tgsi_transform_op3_inst() function by Brian Paul · 9 years ago
  78. 7a712e6 doc: add 'vec4' option in INTEL_DEBUG by Juan A. Suarez Romero · 9 years ago
  79. d471451 egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...) by Daniel Czarnowski · 9 years ago
  80. dd63fa2 gallium/swr: Cleaned up some context-resource management by George Kyriazis · 9 years ago
  81. 952c166 mesa: remove remaining tabs in prog_parameter.c by Timothy Arceri · 9 years ago
  82. ce9c042 mesa: inline _mesa_add_unnamed_constant() by Timothy Arceri · 9 years ago
  83. fa9bd6b mesa: simplify and inline _mesa_lookup_parameter_index() by Timothy Arceri · 9 years ago
  84. 350b1ef mesa: make _mesa_lookup_parameter_constant static by Timothy Arceri · 9 years ago
  85. 7794b22 mesa: remove unused function by Timothy Arceri · 9 years ago
  86. a8eea69 st/mesa: honour sized internal formats in st_choose_format (v2) by Nicolai Hähnle · 9 years ago
  87. 49eb5e7 configure.ac: enable_asm=yes when x-compiling across same X86 arch by Dongwon Kim · 9 years ago
  88. d6b9202 glsl: disable varying packing when its not safe by Timothy Arceri · 9 years ago
  89. c0ae6ee glsl: pass disable_varying_packing bool to the lowering pass by Timothy Arceri · 9 years ago
  90. 4ab2ac3 radeonsi: fix Hyper-Z hangs on P2 configs by Marek Olšák · 9 years ago
  91. 1517241 docs: Renormalize older extensions. by Romain Failliot · 9 years ago
  92. f5d47dd docs: Renormalize some extensions. by Romain Failliot · 9 years ago
  93. 3671bb3 docs: Realign the "Status" column. by Romain Failliot · 9 years ago
  94. e571f11 docs: howto to read and edit GL3.txt by Romain Failliot · 9 years ago
  95. 84b961d r300g: add missing layer argument to rws->buffer_get_handle() call by Brian Paul · 9 years ago
  96. 5aea0d6 radeon/winsys: add layer support for BO export by Christian König · 9 years ago
  97. 04bc082 radeon/winsys: add offset support for BO import/export by Christian König · 9 years ago
  98. f1e78a4 gallium/winsys/drm: add layer to struct winsys_handle by Christian König · 9 years ago
  99. 29d26f1 gallium/winsys/drm: add offset to struct winsys_handle by Christian König · 9 years ago
  100. 58fe783 nir: propagate bitsize information in nir_search by Connor Abbott · 9 years ago