1. b97816d g3dvl: Build the right winsys dependencies when needed. by Younes Manton · 13 years ago
  2. 864eb84 make: Fix program/lex.yy.c & friends generation. by José Fonseca · 13 years ago
  3. 9a7f84d Squashed commit of the following: by José Fonseca · 13 years ago
  4. ff2efdf configure: allow C{,XX}FLAGS override by Marcin Baczyński · 13 years ago
  5. fa01341 configure: fix gcc version check by Marcin Baczyński · 13 years ago
  6. b6df603 vbo: minor optimisation in vbo_exec_DrawRangeElements by Dave Airlie · 13 years ago
  7. e5f7e09 gallium: don't use enum bitfields in p_video_state.h by Brian Paul · 13 years ago
  8. a5a9422 gallium: put video-related enums in separate header by Brian Paul · 13 years ago
  9. 9726947 i915g: move declaration before code by Brian Paul · 13 years ago
  10. db0f2b3 mesa: use inline function wrapper for _mesa_reference_texobj() by Brian Paul · 13 years ago
  11. 74142f1 mesa: use inline function wrapper for _mesa_reference_renderbuffer() by Brian Paul · 13 years ago
  12. 5db7723 mesa: use inline function wrapper for _mesa_reference_framebuffer() by Brian Paul · 13 years ago
  13. 6214963 main: use inline function wrapper for _mesa_reference_buffer_object() by Brian Paul · 13 years ago
  14. 323e4bf mesa: split _mesa_reference_program() into hot/cold paths. by Dave Airlie · 13 years ago
  15. 8619aa5 g3dvl: check for existense of VA API header/libs by Christian König · 13 years ago
  16. 33bf410 g3dvl: check for existense of VDPAU header/libs by Christian König · 13 years ago
  17. a8ae8cf g3dvl: check for existense of XvMC header/libs by Christian König · 13 years ago
  18. 7e2827f nv50,nvc0: extensive surface format renaming to get consistency by Christoph Bumiller · 13 years ago
  19. b2dcf88 nv50,nvc0: add support for multi-sample resources by Christoph Bumiller · 13 years ago
  20. c011f94 nv50,nvc0: add correct storage type for Z32_FLOAT by Christoph Bumiller · 13 years ago
  21. cad1755 nv50,nvc0: unify nvc0_miptree and nv50_miptree structs by Christoph Bumiller · 13 years ago
  22. ebeec1d nv50,nvc0: don't advertise unaligned texture format support by Christoph Bumiller · 13 years ago
  23. 3cf22a0 g3dvl: Remove non-constant expression array initializers. by Vinson Lee · 13 years ago
  24. 02c8ee2 configure.ac: don't build gallium driver libs just to see if there are no errors by Marek Olšák · 13 years ago
  25. 67aba79 gallium/targets: do not link every driver with libllvmpipe.a by Marek Olšák · 13 years ago
  26. 5fe54df Rename swrastg_dri to swrast_dri by Marek Olšák · 13 years ago
  27. b82db9a softpipe: fix various warnings about int/float/double conversions, etc by Brian Paul · 13 years ago
  28. f292d07 g3dvl: Remove designated initializers. by Vinson Lee · 13 years ago
  29. 4996795 g3dvl: s/inline/INLINE/ by Vinson Lee · 13 years ago
  30. 88d647d utils: Add missing parentheses by Emil Velikov · 13 years ago
  31. 3e58345 softpipe: Remove sp_video_context.c from SConscript. by Vinson Lee · 13 years ago
  32. d4cbd12 [g3dvl] don't upload all quant buffer layers at once by Christian König · 13 years ago
  33. ed24e19 Merge branch 'pipe-video' by Christian König · 13 years ago
  34. 85e1fa5 i915g: don't try to check if a NULL buffer is busy. by Stéphane Marchesin · 13 years ago
  35. f7a85f6 Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa by Stéphane Marchesin · 13 years ago
  36. 4f4855b st/mesa: flush bitmap cache on query and conditional render boundaries by Vadim Girlin · 13 years ago
  37. a2a6799 [g3dvl] remove some unneeded Makefiles by Christian König · 13 years ago
  38. 211887c r600g: reenable hardware blits for STATIC and IMMUTABLE resources by Christian König · 13 years ago
  39. a0a22fe r600g: prevent hardware blitting based on resource usage by Christian König · 13 years ago
  40. c5110a1 [g3dvl] implement workaround for missing blender clamp control by Christian König · 13 years ago
  41. c8dd301 r600g: revert "set BLEND_CLAMP depending on clamp_fragment_color" by Christian König · 13 years ago
  42. 7c48575 [g3dvl] keep a pointer in idct buffer to idct object by Christian König · 13 years ago
  43. 5fe5d23 targets/egl-static: fix a linking error by Chia-I Wu · 13 years ago
  44. 556a47a i915: Add support for gl_FragData[0] for output color. by Eric Anholt · 13 years ago
  45. ed570cb i915g: fixup context desdruction by Daniel Vetter · 13 years ago
  46. f2fd0d6 i915: Fix NPOT compressed textures on 915. by Eric Anholt · 13 years ago
  47. 898be7d mesa: Fix assertion failure in X8_Z24/Z24_X8 texfetch. by Eric Anholt · 13 years ago
  48. 6aae729 i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764d by Eric Anholt · 13 years ago
  49. 9a82d89 i915: Use _mesa_get_format_name to describe translate_tex_format() fail. by Eric Anholt · 13 years ago
  50. 6e6b388 i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL. by Eric Anholt · 13 years ago
  51. aceb669 intel: Use _mesa_tex_target_to_face() helper function instead of our own. by Eric Anholt · 13 years ago
  52. 5d0d836 r600g: emit SQ_LDS_RESOURCE_MGMT by Alex Deucher · 13 years ago
  53. 8f6c207 u_upload_mgr: add missing offset to src map in u_upload_buffer() by Brian Paul · 13 years ago
  54. 1ab5e15 st/mesa: check if _mesa_create_context() returns NULL by Emil Velikov · 13 years ago
  55. 5e5d7ac vaapi: cleanup the source and let the st at least compile again by Christian König · 13 years ago
  56. 4ef9c3d autoconf: Do not select Xlib when building DRI by Emil Velikov · 13 years ago
  57. c369fb4 st/mesa: choose a matching depth internal format for DrawPixels by Marek Olšák · 13 years ago
  58. efc7fda [g3dvl] add some more PIPE_VIDEO_CAPs by Christian König · 13 years ago
  59. db311b4 configure.ac: Make --{without,with}-gallium-drivers work as expected by Ian Romanick · 13 years ago
  60. 2df4b61 st/mesa: get rid of unnecessary 'goto' in DrawPixels by Marek Olšák · 13 years ago
  61. ab4d629 st/mesa: derive a stencil sampler format from the actual texture format by Marek Olšák · 13 years ago
  62. 1844ae7 gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only. by Vinson Lee · 13 years ago
  63. a09b7f7 dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTE by Andrew Randrianasulu · 13 years ago
  64. 278b832 nvfx: handle PIPE_CAP_SM3 by David Heidelberger · 13 years ago
  65. e4189f2 gallivm: Remove LLVMOpaqueKindType case with llvm-3.0. by Vinson Lee · 13 years ago
  66. 7304909 glsl: Reject ambiguous function calls (multiple inexact matches). by Kenneth Graunke · 13 years ago
  67. 186e37c i965/gen7: Add support for gl_PointCoord. by Kenneth Graunke · 13 years ago
  68. 147d010 i965/gen7: Fix point sprite texture coordinate overrides. by Kenneth Graunke · 13 years ago
  69. 5edb3dd i965/gen7: Refactor SF setup a bit to handle overrides in one place. by Kenneth Graunke · 13 years ago
  70. f07cfeb i965/gen4: Add a stub dumper for CC unit state, which is different from gen6. by Eric Anholt · 13 years ago
  71. f7f03fb i965/gen4: Add state dumping for unit state using state_batch_list[]. by Eric Anholt · 13 years ago
  72. a1226bc i965/gen6: Add state dumping for the VS constants. by Eric Anholt · 13 years ago
  73. 6e17a01 i965/gen6: Add state dumping for the scissor packet. by Eric Anholt · 13 years ago
  74. 93c7a5d i965: When dumping programs, dump the whole cache. But don't by default. by Eric Anholt · 13 years ago
  75. 6bbaa7c i965: Dump the binding table using state_batch_list[]. by Eric Anholt · 13 years ago
  76. 13e82ec i965: Dump the surface, sampler, and sdc state using state_batch_list[]. by Eric Anholt · 13 years ago
  77. 709a7af i965: Dump brw_state_batch data in an easier format for cross-referencing. by Eric Anholt · 13 years ago
  78. d484667 i965: Map the batch once for dumping all our state batch structs. by Eric Anholt · 13 years ago
  79. 00f07b3 i965: Move the new gen6 state structs to using state_batch_list[]. by Eric Anholt · 13 years ago
  80. fbfeff7 i965: Move the SF VP state dump to using the state_batch_list[] by Eric Anholt · 13 years ago
  81. 2a8d744 i965: Move CLIP VP state dump to using the state_batch_list[]. by Eric Anholt · 13 years ago
  82. 65c6de0 i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch. by Eric Anholt · 13 years ago
  83. d375df2 i965: Add a type argument to brw_state_batch(). by Eric Anholt · 13 years ago
  84. 35d5d5d intel: Make our context structure be a ralloc context. by Eric Anholt · 13 years ago
  85. be85512 configs: do not let llvm-config define NDEBUG in debug builds by Brian Paul · 13 years ago
  86. a166720 ir_to_mesa: typo fix in a comment. by Eric Anholt · 13 years ago
  87. 46a7639 i965: Fix fp-dst-aliasing-[12].vpfp. by Eric Anholt · 13 years ago
  88. e3ea5bc i965: Fix fp-lit-src-equals-dst. by Eric Anholt · 13 years ago
  89. be039d2 configure.ac: do not let llvm-config define NDEBUG in debug builds by Marek Olšák · 13 years ago
  90. acf8219 scons: Filter-out NDEBUG define from llvm-config. by José Fonseca · 13 years ago
  91. df5e0b9 [g3dvl] fix a whole bunch of memory leaks by Christian König · 13 years ago
  92. d60880d glx: add a few missing glXChooseFBConfig() attributes by Brian Paul · 13 years ago
  93. bb0d5ca glext.h: update to version 71 by Brian Paul · 13 years ago
  94. 6c53d75 mesa: fix assertion failure in delete_wrapper by Marek Olšák · 13 years ago
  95. ceb04b3 mesa: add a comment in _mesa_test_formats by Marek Olšák · 13 years ago
  96. a7ec477 [g3dvl] revert some unintended white space changes by Christian König · 13 years ago
  97. e134eaa mesa: fix assertion failure in _mesa_test_formats by Marek Olšák · 13 years ago
  98. 3d1057f [g3dvl] sync SConscript with Makefile by Christian König · 13 years ago
  99. 96718d9 [g3dvl] softpipe is no longer needed for dri-nouveau by Christian König · 13 years ago
  100. 358795b r600g: revert "support textures with scaled number formats" by Christian König · 13 years ago