1. aec20d6 automake: properly handle non-default expat installation by Emil Velikov · 11 years ago
  2. 0828ad4 configure: use PKG_CONFIG variable over hardcoded pkg-config by Emil Velikov · 11 years ago
  3. 2a87647 targets/xorg-nouveau: drop usage of dri1 function DRICreatePCIBusID by Emil Velikov · 11 years ago
  4. c9e6e63 gallium/targets/xorg: drop set but unused variable entity by Emil Velikov · 11 years ago
  5. ba3efd6 st/xorg: drop set but unsused variables dxo, dyo by Emil Velikov · 11 years ago
  6. 2b7ffde st/xorg: add sanity checks after malloc by Emil Velikov · 11 years ago
  7. 5c398e2 st/xorg: remove unnecessary headers by Emil Velikov · 11 years ago
  8. 2bc1fc2 freedreno: emulated unsupported primitive types by Rob Clark · 11 years ago
  9. b881917 gallium/auxiliary/indices: add u_primconvert by Rob Clark · 11 years ago
  10. 28f3f8d gallium/auxiliary/indices: add start param by Rob Clark · 11 years ago
  11. 5127436 freedreno: update generated headers by Rob Clark · 11 years ago
  12. 774b787 i965/fs: Drop our dead push constants before overflowing to pull constants. by Eric Anholt · 11 years ago
  13. 9a9fb94 haiku-softpipe: Minor cleanup and color space fixes by Alexander von Gluck IV · 11 years ago
  14. 439dd0e winsys: Correct Haiku winsys display target code by Alexander von Gluck IV · 11 years ago
  15. b8f89fc clover: Use context device list for error checking in clGetProgramBuildInfo. by Francisco Jerez · 11 years ago
  16. e515dcb i965: Simplify the shader time code by using atomic counter helpers. by Francisco Jerez · 11 years ago
  17. d58bd75 i965: Add brw_reg constructors taking a dynamically determined vector width. by Francisco Jerez · 11 years ago
  18. 5e621cb i965/gen7: Implement code generation for untyped surface read instructions. by Francisco Jerez · 11 years ago
  19. cfaaa9b i965/gen7: Implement code generation for untyped atomic instructions. by Francisco Jerez · 11 years ago
  20. 5809512 i965: Implement ABO surface state emission. by Francisco Jerez · 11 years ago
  21. c4e730e i965: Define vtbl method that initializes an untyped R/W surface. by Francisco Jerez · 11 years ago
  22. 7a54db9 glsl: Fix the function inlining pass to deal with general opaque arguments. by Francisco Jerez · 11 years ago
  23. bbded5b glsl: Add built-in functions and constants required for ARB_shader_atomic_counters. by Francisco Jerez · 11 years ago
  24. 9562922 glsl: Basic support for built-in intrinsics. by Francisco Jerez · 11 years ago
  25. cc744a0 glsl: Add type predicate to check whether a type contains any opaque types. by Francisco Jerez · 11 years ago
  26. 26db3b9 glsl: Add new atomic_uint built-in GLSL type. by Francisco Jerez · 11 years ago
  27. 0bed1ab glsl: Add extension enables for ARB_shader_atomic_counters. by Francisco Jerez · 11 years ago
  28. 1c7dcfe mesa: Add support for ARB_shader_atomic_counters. by Francisco Jerez · 11 years ago
  29. e3fd31d glapi: Add support for ARB_shader_atomic_counters. by Francisco Jerez · 11 years ago
  30. db47074 i965: Handle deallocation of some private ralloc contexts explicitly. by Francisco Jerez · 11 years ago
  31. d18477d ralloc: Hook up C++ destructors to ralloc when necessary. by Francisco Jerez · 11 years ago
  32. 98ab905 mesa: Define introspection macro to determine whether a type is trivially destructible. by Francisco Jerez · 11 years ago
  33. be63803 glsl: Generalize MSVC fix for strcasecmp(). by Paul Berry · 11 years ago
  34. e4195ac llvmpipe: fix bogus layer clamping in setup by Roland Scheidegger · 11 years ago
  35. be0b67a util,llvmpipe: correctly set the minimum representable depth value by Matthew McClure · 11 years ago
  36. d0eaf67 st/mesa: move out of memory check in st_draw_vbo() by Brian Paul · 11 years ago
  37. ea9fe9e svga: reindent drawing code by Brian Paul · 11 years ago
  38. 415d6dc i965/vec4: Reduce working set size of live variables computation. by Eric Anholt · 11 years ago
  39. 8bd4476 r600g/sb: fix value::is_fixed() by Vadim Girlin · 11 years ago
  40. 08bf527 glsl: Drop no-op shifts involving 0. by Eric Anholt · 11 years ago
  41. 3a0fdf2 glsl: Use ir_builder more in opt_algebraic. by Eric Anholt · 11 years ago
  42. 27bcb50 glsl: Move common code out of opt_algebraic's handle_expression(). by Eric Anholt · 11 years ago
  43. 29996e2 Remove error when calling glGenQueries/glDeleteQueries while a query is active by Carl Worth · 11 years ago
  44. 5563dfa i965: Also emit HiZ and Stencil packets when disabling depth on Gen6. by Kenneth Graunke · 11 years ago
  45. 29e5d5d i965: Also emit HIER_DEPTH and STENCIL packets when disabling depth. by Kenneth Graunke · 11 years ago
  46. 65b1f64 i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE. by Kenneth Graunke · 11 years ago
  47. 10a918e i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp. by Kenneth Graunke · 11 years ago
  48. 3aef1fe i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE. by Kenneth Graunke · 11 years ago
  49. 436e815 i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX. by Kenneth Graunke · 11 years ago
  50. 32a3f5f i965: CS writes/reads should use I915_GEM_INSTRUCTION by Daniel Vetter · 11 years ago
  51. f278d49 i965: Do not set bilinear_filter flag in case of multisample blits by Anuj Phogat · 11 years ago
  52. 14f02cd mesa: Remove trailing whitespace in texparam.c by Rico Schüller · 11 years ago
  53. 0ce3bfb mesa: use void in _mesa_VDPAUFiniNV() as in the header file by Brian Paul · 11 years ago
  54. b59c592 glsl: Add check for unsized arrays to glsl types by Timothy Arceri · 11 years ago
  55. 5cd7eb9 glsl: whitespace cleanups. by Timothy Arceri · 11 years ago
  56. e14abf5 glsl: Fix comment by Timothy Arceri · 11 years ago
  57. 925ffa8 vl/h264: split fields into SPS/PPS by Christian König · 11 years ago
  58. 6f2410c radeon/uvd: fix H264 chroma format handling by Christian König · 11 years ago
  59. cc49bae vl: add 400 chroma format as well by Christian König · 11 years ago
  60. d2fdc0d ilo: minor cleanups for recent interface changes by Chia-I Wu · 11 years ago
  61. d1d3b1e glsl: Move error message inside validation check reducing duplicate message handling by Timothy Arceri · 11 years ago
  62. e79e6c5 i965: Make fs gl_PrimitiveID input work even when there's no gs. by Paul Berry · 11 years ago
  63. 7f76368 mesa: Add GL_NV_vdpau_interop functions to dispatch_sanity.cpp. by Vinson Lee · 11 years ago
  64. bc23944 mesa: add vdpau.c and st_vdpau.c to src/mesa/SConscript by Brian Paul · 11 years ago
  65. 8096422 implement NV_vdpau_interop v7 by Christian König · 11 years ago
  66. 3d3a0b9 winsys/radeon: make radeon_drm_winsys_create public by Christian König · 11 years ago
  67. 598ca51 i965: Remove ir_txf coord+offset special case in visitors by Chris Forbes · 11 years ago
  68. 06de9f8 i965: Generalize coord+offset lowering pass for ir_txf by Chris Forbes · 11 years ago
  69. 72b5e9c i965: Add lowering pass to fold offset into unnormalized coords by Chris Forbes · 11 years ago
  70. a936000 i965: Add lowering pass for splitting textureGatherOffsets by Chris Forbes · 11 years ago
  71. 4c1eae5 i965: Add asserts to ensure that ir_tg4 offset arrays are lowered by Chris Forbes · 11 years ago
  72. de8948a glsl: add signatures for textureGatherOffsets() by Chris Forbes · 11 years ago
  73. a9de744 glsl: add support for texture functions with offset arrays by Chris Forbes · 11 years ago
  74. 3c98d77 i965/fs: Add support for shadow comparitors with gather4 by Chris Forbes · 11 years ago
  75. 32f898a i965/vs: Add support for shadow comparitors with gather4 by Chris Forbes · 11 years ago
  76. 070c841 i965: Add Gen7 gather4_c and gather4_po_c message types by Chris Forbes · 11 years ago
  77. 43e3ae1 glsl: Add new textureGather[Offset]() overloads for shadow samplers by Chris Forbes · 11 years ago
  78. af1dfd9 glsl: Add support for separate reference Z for shadow samplers by Chris Forbes · 11 years ago
  79. fb08769 i965/vs: add support for gather4 with nonconstant offsets by Chris Forbes · 11 years ago
  80. 938d909 i965/fs: add support for gather4 with nonconstant offsets by Chris Forbes · 11 years ago
  81. bdcacae i965: relax brw_texture_offset assert by Chris Forbes · 11 years ago
  82. 6bb2cf2 i965: Add SHADER_OPCODE_TG4_OFFSET for gather with nonconstant offsets. by Chris Forbes · 11 years ago
  83. cd8505b i965: add missing tg4 case in brw_instruction_name by Chris Forbes · 11 years ago
  84. 4fa123d glsl: relax const offset requirement for textureGatherOffset by Chris Forbes · 11 years ago
  85. 0023540 glsl: Add ARB_gpu_shader5 textureGatherOffset signatures by Chris Forbes · 11 years ago
  86. d07d38e i965: Weaken the flushing in gen7_end_transform_feedback(). by Kenneth Graunke · 11 years ago
  87. 93bd627 i965/fs: Stop trying to hack around MRF dep chains on gen7+ LIFO scheduling. by Eric Anholt · 11 years ago
  88. c3c9a8c i965: Try not to reverse-schedule things when doing LIFO scheduling. by Eric Anholt · 11 years ago
  89. a7ce1fe mesa/st: disable ARB_framebuffer_object when no driver support. by Ilia Mirkin · 11 years ago
  90. 12d39b4 gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES by Ilia Mirkin · 11 years ago
  91. 1090eb5 glx: Fix return value from indirect_bind_context by Adam Jackson · 11 years ago
  92. 64c081e glsl: Optimize (not A) and (not B) into not (A or B). by Matt Turner · 11 years ago
  93. 65a600f glsl: Optimize (not A) or (not B) into not (A and B). by Matt Turner · 11 years ago
  94. e52959e i965/fs: Match commutative expressions with reversed arguments. by Matt Turner · 11 years ago
  95. 503fe27 i965: s/Muchnik/Muchnick/. by Matt Turner · 11 years ago
  96. 9807556 r600g,radeonsi: use fences provided by the winsys by Marek Olšák · 11 years ago
  97. 6067a30 winsys/radeon: add the implementation of fences from r300g by Marek Olšák · 11 years ago
  98. 48784f3 radeonsi: add the vertex shader position output if it's missing by Marek Olšák · 11 years ago
  99. 9471513 radeonsi: respect semantic indices for COLOR[i] fragment shader outputs by Marek Olšák · 11 years ago
  100. e8f6f24 glsl: When disabling gl_PerVertex variables, check that mode matches. by Paul Berry · 11 years ago