1. a2fe35b scons: Support Clang on Windows. by Jose Fonseca · 8 years ago
  2. dcc3baf gallium: Include intrin.h instead of defining ourselves. by Jose Fonseca · 8 years ago
  3. 9a25c8a scons: Whenever possible decide what to do based on platform and not compiler. by Jose Fonseca · 8 years ago
  4. c068610 scons: Move fallback HAVE_* definitions to headers. by Jose Fonseca · 8 years ago
  5. 940da2c nir: Add missing break into switch in construct_value() by Juha-Pekka Heikkila · 8 years ago
  6. 31631d85 radeonsi: Fix memory leak in error path. by Bas Nieuwenhuizen · 8 years ago
  7. 514c5b5 radeonsi: fix build error because of missing param by Oded Gabbay · 8 years ago
  8. 965175a r600g: use do_endian_swap in texture swapping function by Oded Gabbay · 8 years ago
  9. c86c761 r600g: use do_endian_swap in color swapping functions by Oded Gabbay · 8 years ago
  10. 686ad47 r600g: set endianess of 16/32-bit buffers according to do_endian_swap by Oded Gabbay · 8 years ago
  11. 2242dbe r600g/radeonsi: send endian info to format translation functions by Oded Gabbay · 8 years ago
  12. 4965c5b glsl: add ability to use essl 3.20 by Ilia Mirkin · 8 years ago
  13. fa8c0cc main: select ES3.2 version when all extensions are available by Ilia Mirkin · 8 years ago
  14. e3e6859 tgsi: pass a shader type to the machine create and clean up. by Dave Airlie · 8 years ago
  15. a6aae0c gallium/tgsi: move tgsi_exec.h header out of draw_context.h by Dave Airlie · 8 years ago
  16. bd07e20 gallivm: make sampling more robust against bogus coordinates by Roland Scheidegger · 8 years ago
  17. d8edc3e radeonsi: fix missing include for Elements. by Dave Airlie · 8 years ago
  18. d12c3b0 nvc0: bump the amount of shared memory per MP on Maxwell by Samuel Pitoiset · 8 years ago
  19. 5b6a1ae r600: fix missing include for Elements macro by Dave Airlie · 8 years ago
  20. 725431a gm107/ir: s/invalid load/invalid store/ by Samuel Pitoiset · 8 years ago
  21. d2fcd0c freedreno/a3xx: remove unused fxn by Rob Clark · 8 years ago
  22. 8fe2076 freedreno/ir3: convert over to ralloc by Rob Clark · 8 years ago
  23. 27cf3b0 mesa/st: log some additional invalid-fbo cases by Rob Clark · 8 years ago
  24. 2c8674f freedreno: honor handle->offset by Rob Clark · 8 years ago
  25. dfd23ab freedreno: disallow cat4 immed src by Rob Clark · 8 years ago
  26. 76c6cdd freedreno/a4xx: add render-target formats by Rob Clark · 8 years ago
  27. 7add166 freedreno: update generated headers by Rob Clark · 8 years ago
  28. edcc6ce freedreno: reduce line width for deqp further by Rob Clark · 8 years ago
  29. 4610e5e freedreno/ir3: fix sin/cos by Rob Clark · 8 years ago
  30. 21b4bcd i965: Unroll SIMD16 DDY_FINE on Sandybridge. by Kenneth Graunke · 8 years ago
  31. e915903 docs: update the instructions for getting a git account by Brian Paul · 8 years ago
  32. ef3f00e docs: update link to Intel's graphics website by Brian Paul · 8 years ago
  33. 50b82ec mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORM by Jordan Justen · 8 years ago
  34. c4cb879 svga: eliminiate unnecessary constant buffer updates by Charmaine Lee · 8 years ago
  35. 686cd3c svga: mark the texture dirty for write transfer map only by Charmaine Lee · 8 years ago
  36. 6769316 svga: fix assert with PIPE_QUERY_OCCLUSION_PREDICATE for non-vgpu10 by Charmaine Lee · 8 years ago
  37. d7a6c1a svga: minimize surface flush by Charmaine Lee · 8 years ago
  38. 23949cd glapi: fix _glapi_get_proc_address() for mangled function names by Frederic Devernay · 8 years ago
  39. 63df017 util/blitter: use ARRAY_SIZE macro by Brian Paul · 8 years ago
  40. e0184b3 svga: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  41. 77e4b41 svga: whitespace and formatting fixes in svga_pipe_rasterizer.c by Brian Paul · 8 years ago
  42. 25e0d36 svga: whitespace and formatting fixes in svga_pipe_depthstencil.c by Brian Paul · 8 years ago
  43. 595fbc8 svga: whitespace and formatting fixes in svga_pipe_sampler.c by Brian Paul · 8 years ago
  44. 1db8313 gallium/util: initialize pipe_framebuffer_state to zeros by Brian Paul · 8 years ago
  45. 1e99097 util/cache: add comments, fix formatting by Brian Paul · 8 years ago
  46. 4e2d22c i965: Mark URB reads as volatile. by Kenneth Graunke · 8 years ago
  47. 501bedf i965: Make a few tessellation related functions non-static. by Kenneth Graunke · 8 years ago
  48. 464d608 svga: separate HUD counters for state objects by Brian Paul · 8 years ago
  49. b87856d st/omx: Fix resource leak on OMX_ErrorNone by Robert Foss · 8 years ago
  50. 3c8f9ed isl: remove ffs function that conflicts with system headers by Jonathan Gray · 8 years ago
  51. dc732a8 gallium: use unreachable instead of asserts by Grazvydas Ignotas · 8 years ago
  52. d147786 anv: fix warnings in release build by Grazvydas Ignotas · 8 years ago
  53. ff48375 isl: fix warnings in release build by Grazvydas Ignotas · 8 years ago
  54. 29d2c0e spirv: fix warning in release build by Grazvydas Ignotas · 8 years ago
  55. cbb0d4a gallium: fix warnings in release build by Grazvydas Ignotas · 8 years ago
  56. bbeb9ab glsl: fix warning in release build by Grazvydas Ignotas · 8 years ago
  57. e4fc06a util: add MAYBE_UNUSED for config dependent variables by Grazvydas Ignotas · 8 years ago
  58. 787a539 nouveau: codegen: combineLd/St do not combine indirect loads by Hans de Goede · 8 years ago
  59. 0831eb9 freedreno/ir3: relax restriction in grouping by Rob Clark · 8 years ago
  60. 36c9ea6 freedreno/ir3: fix small memory leak by Rob Clark · 8 years ago
  61. 610837f freedreno/ir3: fix small RA bug by Rob Clark · 8 years ago
  62. adf7954 freedreno/a4xx: better workaround for astc+srgb by Rob Clark · 8 years ago
  63. a148300 Revert "freedreno/a4xx: lower srgb in shader for astc textures" by Rob Clark · 8 years ago
  64. 19118e6 freedreno/a4xx: blend state no longer depends on fb state by Rob Clark · 8 years ago
  65. c0c6ca4 Revert "st/dri: add 32-bit RGBX/RGBA formats" by Marek Olšák · 8 years ago
  66. 147a2d2 genxml: use PYTHON3 by Jonathan Gray · 8 years ago
  67. 710b1d2 i965/tex_image: Flush certain subnormal ASTC channel values by Nanley Chery · 8 years ago
  68. e29b3bf configure.ac: search for and set PYTHON3 by Jonathan Gray · 8 years ago
  69. f8dd07a i965/blorp: Enable for buffer resolves by Topi Pohjolainen · 8 years ago
  70. c7cf17a i965/blorp: Enable for normal color clears by Topi Pohjolainen · 8 years ago
  71. c4ec012 i965/blorp: Fix clear code for ignoring colormask for XRGB formats on Gen9+ by Topi Pohjolainen · 8 years ago
  72. 19948f1 mesa/formats: Take luminance into account in component count by Topi Pohjolainen · 8 years ago
  73. 9e153c0 i965/blorp: Do not trigger re-emission of base state address by Topi Pohjolainen · 8 years ago
  74. 84db9ca i965/blorp: Reconfigure base state address only if needed by Topi Pohjolainen · 8 years ago
  75. 234b5f2 i965/blorp: Use BRW_NEW_BLORP instead of trashing all state bits by Topi Pohjolainen · 8 years ago
  76. 6d5ce1b i965: Make all atoms to track BRW_NEW_BLORP by default by Kenneth Graunke · 8 years ago
  77. 65a5af6 i965: Introduce state flag for blorp by Topi Pohjolainen · 8 years ago
  78. 0e85045 i965/blorp/gen6: Use normal base state address setup by Topi Pohjolainen · 8 years ago
  79. ae73e86 i965: Remove pointers to non-existing atoms by Topi Pohjolainen · 8 years ago
  80. 9f110a9 radeonsi: Implement ddx/ddy on VI using ds_bpermute by Tom Stellard · 8 years ago
  81. 128267d radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tid by Tom Stellard · 8 years ago
  82. d342741 radeonsi: Set range metadata on calls to llvm.SI.tid by Tom Stellard · 8 years ago
  83. b31422d radeonsi: Create a helper function for computing the thread id by Tom Stellard · 8 years ago
  84. 86cd9a1 i965: Disable KHR_texture_compression_astc_hdr on Gen9 by Nanley Chery · 8 years ago
  85. ec089cd swr: [rasterizer memory] Constify load tiles by Tim Rowley · 8 years ago
  86. 6facf4b swr: [rasterizer core] CompleteDrawContext changes for gcc by Tim Rowley · 8 years ago
  87. 0487377 swr: [rasterizer] Small cleanups by Tim Rowley · 8 years ago
  88. 2c4c3c9 swr: [rasterizer scripts] Knob scripts tweaks by Tim Rowley · 8 years ago
  89. ef293ee swr: [rasterizer] Interpolation utility functions by Tim Rowley · 8 years ago
  90. 27cc592 swr: [rasterizer core] TemplateArgUnroller by Tim Rowley · 8 years ago
  91. 46a448d swr: [rasterizer core] Arena: make most allocated blocks the same size by Tim Rowley · 8 years ago
  92. 794be41 swr: [rasterizer core] Fix global arena allocator bug by Tim Rowley · 8 years ago
  93. e42f00e swr: [rasterizer core] Fix thread binding for 32-bit windows by Tim Rowley · 8 years ago
  94. cd21f90 swr: [rasterizer fetch] Add support for fetching non-uniform component formats by Tim Rowley · 8 years ago
  95. 244ae7a swr: [rasterizer core] Use CS spill/fill size in core by Tim Rowley · 8 years ago
  96. ee9621e swr: fix memory leaks from vs/fs compilation by Tim Rowley · 8 years ago
  97. 5815c8b swr: fix clang warnings by Tim Rowley · 8 years ago
  98. e85bef8 freedreno/a4xx: fix encoding of blend color state by Rob Clark · 8 years ago
  99. 23abc41 freedreno: update generated headers by Rob Clark · 8 years ago
  100. 79b3616 vc4: Make sure we recompile when sample_mask changes. by Eric Anholt · 8 years ago