1. d681b22 automake: ask the linker to do garbage collection by Emil Velikov · 11 years ago
  2. d187a15 automake: add -Wl,--no-undefined to all libraries by Emil Velikov · 11 years ago
  3. 902dc61 gallium/targets: add missing library dependencies by Emil Velikov · 11 years ago
  4. 354a5ca pipe-loader: reorder PIPE_LIBS by Emil Velikov · 11 years ago
  5. 0177ff0 pipe-loader: use PTHREAD_LIBS over -lpthread by Emil Velikov · 11 years ago
  6. 501af7a dri/i965: use CLOCK_LIBS over -lrt by Emil Velikov · 11 years ago
  7. 5503c22 automake: consistently use -no-undefined by Emil Velikov · 11 years ago
  8. 6c8d811 targets/egl-static: move the common LDFLAGS into AM_LDFLAGS by Emil Velikov · 11 years ago
  9. c323273 targets/omx: do not link against the trace driver by Emil Velikov · 11 years ago
  10. 0484b84 gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhem by Emil Velikov · 11 years ago
  11. 2d9c330 gallium/targets: move LLVM_LIBS handling inside Automake.inc by Emil Velikov · 11 years ago
  12. 2328900 gallium/targets: fold LLVM_LDFLAGS inside Automake.inc by Emil Velikov · 11 years ago
  13. 1ea1767 targets/omx: use GALLIUM_OMX_LINKER_FLAGS by Emil Velikov · 11 years ago
  14. e6f8db1 targets/omx: introduce GALLIUM_OMX_LIB_DEPS by Emil Velikov · 11 years ago
  15. 55bc658 targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBS by Emil Velikov · 11 years ago
  16. e36cc99 targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVM by Emil Velikov · 11 years ago
  17. 029bc45 targets/pipe-loader: compact duplicating LDFLAGS by Emil Velikov · 11 years ago
  18. e6545aa pipe-loader/swrast: add soft/llvmpipe defines by Joakim Sindholt · 11 years ago
  19. 613b4d5 targets/xa: drop libudev references from automake build by Emil Velikov · 11 years ago
  20. f5466b7 dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADD by Emil Velikov · 11 years ago
  21. 46ae286 drivers/x11: GL_LIB_DEPS is not a linker/libtool flag, add it to LIBADD by Emil Velikov · 11 years ago
  22. e62b7d38 configure: autodetect video state-trackers when non swrast driver is present by Emil Velikov · 11 years ago
  23. 3dc174e configure: use grep in quiet mode, rather than piping stderr/stdout to /dev/null by Emil Velikov · 11 years ago
  24. e8e1158 configure: error out when building gallium-osmesa without softpipe by Emil Velikov · 11 years ago
  25. 4d8267e Partially revert "automake: allow only shared builds" by Emil Velikov · 11 years ago
  26. 23740ed configure: enable dri3 only for linux by Emil Velikov · 11 years ago
  27. ec4b8d1 mesa: Fix format matching checks for GL_INTENSITY* internalformats. by Chris Forbes · 11 years ago
  28. e3cdbdb st: fix st_choose_matching_format to ignore intensity by Chris Forbes · 11 years ago
  29. 3196c53 mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB by Chris Forbes · 11 years ago
  30. db414c4 freedreno/a3xx/compiler: fix RECT textures by Rob Clark · 11 years ago
  31. 83808a9 freedreno/a3xx/compiler: avoid negative register ids by Rob Clark · 11 years ago
  32. 2346ea6 freedreno/a3xx: missing wfi by Rob Clark · 11 years ago
  33. ae5efaf freedreno/a3xx: little extra debug by Rob Clark · 11 years ago
  34. 92141af freedreno: handle null sampler by Rob Clark · 11 years ago
  35. 9b6b084 i965: Add Cherryview support. by Kenneth Graunke · 11 years ago
  36. 4047263 glsl: Clean up "unused parameter" warnings by Ian Romanick · 11 years ago
  37. 1b28c8d mesa: Clean up "unused parameter" warnings by Ian Romanick · 11 years ago
  38. 1bdf65f mesa/program: Constify find_variable_storage by Ian Romanick · 11 years ago
  39. 22128e3 glsl: Move Doxygen block closing ot the correct place by Ian Romanick · 11 years ago
  40. 029ccd7 i965: Make sure we always compute valid index bounds before drawing. by Iago Toral Quiroga · 11 years ago
  41. e7f7574 glsl: remove {add,get}_type_ast from glsl_symbol_table by Chia-I Wu · 11 years ago
  42. e341856 mesa: fix glMultiDrawArrays inside a display list by Brian Paul · 11 years ago
  43. 12b959c st/mesa: overhaul texture / sample swizzle code by Brian Paul · 11 years ago
  44. 0151707 st/mesa: simplify apply_depthmode() by Brian Paul · 11 years ago
  45. b02bcea i965: Use intel_upload_space() for pull constant uploads. by Eric Anholt · 11 years ago
  46. 3b57988 i965: Massively simplify the intel_upload implementation. by Eric Anholt · 12 years ago
  47. b1909b2 draw/llvm: improve debugging output a bit by Zack Rusin · 11 years ago
  48. a3c0fa2 draw/gs: reduce the size of the gs output buffer by Zack Rusin · 11 years ago
  49. c875d6e svga: add work-around for Sauerbraten Z fighting issue by Brian Paul · 11 years ago
  50. 070951b svga: null out query's hwbuf pointer after destroying by Brian Paul · 11 years ago
  51. 8bbc84d svga: add some debug_printf() calls in the query object code by Brian Paul · 11 years ago
  52. 488d4c4 st/mesa: add null pointer checking in query object functions by Brian Paul · 11 years ago
  53. 82246f7 svga: fix a comment (sampler vs. sampler_view) by Brian Paul · 11 years ago
  54. 1f4ebfa mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-up by Brian Paul · 11 years ago
  55. c1377ed mesa: fix indentation, formatting, etc in fbobject.c by Brian Paul · 11 years ago
  56. f5e0d02 mesa: rename format_(un)pack.c functions to match format names (pt. 7) by Brian Paul · 11 years ago
  57. 7f37802 mesa: rename format_(un)pack.c functions to match format names (pt. 6) by Brian Paul · 11 years ago
  58. e51c3f9 mesa: rename format_(un)pack.c functions to match format names (pt. 5) by Brian Paul · 11 years ago
  59. f10f5b8 mesa: rename format_(un)pack.c functions to match format names (pt. 4) by Brian Paul · 11 years ago
  60. be9eee3 mesa: rename format_(un)pack.c functions to match format names (pt. 3) by Brian Paul · 11 years ago
  61. a49f46b mesa: rename format_(un)pack.c functions to match format names (pt. 2) by Brian Paul · 11 years ago
  62. 5c619ac mesa: rename format_(un)pack.c functions to match format names (pt. 1) by Brian Paul · 11 years ago
  63. bbdefab llvmpipe: Fix llvmpipe_create_gs_state. by Zack Rusin · 11 years ago
  64. aa2274c st/omx/dec: fix possible segfault at eos by Christian König · 11 years ago
  65. 2de70fe mapi/glapi: Use ElementTree instead of libxml2. by José Fonseca · 11 years ago
  66. b761dfa mapi/glapi: Remove glX_doc.py. by José Fonseca · 11 years ago
  67. d117ddb st/mesa: fix sampler view handling with shared textures v4 by Christian König · 11 years ago
  68. 3b421da gallivm: fix no-op n:n lp_build_resize() by Roland Scheidegger · 11 years ago
  69. fe635d5 i965: For fast color clears, only check the color of live channels. by Kevin Rogovin · 11 years ago
  70. ee4484b i965: Set Broadwell MOCS values everywhere it's possible. by Kenneth Graunke · 11 years ago
  71. 1afe335 mesa: In core profile, refuse to draw unless a VAO is bound. by Kenneth Graunke · 11 years ago
  72. 29bcc73 Revert "build: llvm libs may not be in system search path, add rpath" by Ilia Mirkin · 11 years ago
  73. 4002daf Revert "mesa: Fix format matching checks for GL_INTENSITY* internalformats." by Chris Forbes · 11 years ago
  74. 64278b3 mesa: move GLbitfield any_valid_stages declaration before code by Brian Paul · 11 years ago
  75. c4cec40 glsl: Clean up "unused parameter" warnings by Ian Romanick · 11 years ago
  76. f3ab987 glsl: Minor clean ups in constant_referenced by Ian Romanick · 11 years ago
  77. 6429d62 glsl: Remove ir_dereference::constant_referenced by Ian Romanick · 11 years ago
  78. bb0d6db glsl: Fold implementation of ir_dereference_array::constant_referenced into wrapper by Ian Romanick · 11 years ago
  79. 35bf94f glsl: Fold implementation of ir_dereference_record::constant_referenced into wrapper by Ian Romanick · 11 years ago
  80. b66319b glsl: Fold implementation of ir_dereference_variable::constant_referenced into wrapper by Ian Romanick · 11 years ago
  81. 14f0faa glsl: Add wrapper function that calls ir_dereference::constant_referenced by Ian Romanick · 11 years ago
  82. c11c7e4 glsl: Group all of the constant_referenced functions together by Ian Romanick · 11 years ago
  83. 3bd65dc i965: fix dma_buf import with non-zero offset. by Gwenole Beauchesne · 11 years ago
  84. 1c29068 mesa/sso: Implement ValidateProgramPipeline by Gregory Hainaut · 11 years ago
  85. 95426b2 mesa/sso: Add _mesa_sampler_uniforms_pipeline_are_valid by Gregory Hainaut · 11 years ago
  86. aa46ad2 mesa/sso: Add gl_pipeline_object::InfoLog support by Gregory Hainaut · 11 years ago
  87. 658eaa3 mesa/sso: Implement GL_PROGRAM_PIPELINE_BINDING for glGet by Gregory Hainaut · 11 years ago
  88. 9e9fac4 mesa/sso: Implement _mesa_BindProgramPipeline by Gregory Hainaut · 11 years ago
  89. 78578b7 mesa/sso: Implement _mesa_UseProgramStages by Gregory Hainaut · 11 years ago
  90. 4caa9db mesa/sso: Add gl_pipeline_object parameter to _mesa_use_shader_program by Gregory Hainaut · 11 years ago
  91. de4f85f meta/sso: Update meta to save and restore SSO state. by Gregory Hainaut · 11 years ago
  92. c034770 mesa/sso: rename Shader to the pointer _Shader by Gregory Hainaut · 11 years ago
  93. b2bddaf mesa/sso: replace Shader binding point with _Shader by Gregory Hainaut · 11 years ago
  94. b995a01 llvmpipe: Simplify vertex and geometry shaders. by José Fonseca · 11 years ago
  95. ee89432 draw: Duplicate TGSI tokens in draw_pipe_pstipple module. by José Fonseca · 11 years ago
  96. 7683fce haiku: Fix build through scons corrections and viewport fixes by Alexander von Gluck IV · 11 years ago
  97. eccad18 i965: For color clears, only disable writes to components that exist. by Kenneth Graunke · 11 years ago
  98. 630bf28 mesa: Skip clearing color buffers when color writes are disabled. by Kenneth Graunke · 11 years ago
  99. 92234b1 mesa: Introduce a _mesa_format_has_color_component() helper. by Kenneth Graunke · 11 years ago
  100. 0d99aef i965: Fix compiler warning about signed/unsigned. by Eric Anholt · 11 years ago