1. 0f4b2a0 linker: Propagate max_array_access while linking functions by Ian Romanick · 14 years ago
  2. c87e9ef linker: Set sizes for non-global arrays as well by Ian Romanick · 14 years ago
  3. 5c2cec8 ir_to_mesa: Add several assertions about sizes of arrays by Ian Romanick · 14 years ago
  4. 9f2bf3d glsl: silence uninitialized var warning in read_texture() by Brian Paul · 14 years ago
  5. 90c2fd8 r600g: Implement timer queries. by Mathias Fröhlich · 14 years ago
  6. e7ec532 r600g: Implement asyncronous query results. by Mathias Fröhlich · 14 years ago
  7. b55fd96 r600g: Fix meaning of num_results for queries. by Mathias Fröhlich · 14 years ago
  8. 4102c7c fix potential leak in r600_context_init by Tim Wiederhake · 14 years ago
  9. 9d41e5e silences some valgrind warnings by Tim Wiederhake · 14 years ago
  10. ba0953d Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S" by Brian Paul · 14 years ago
  11. 40ac24e softpipe: fix off-by-one error in setup_fragcoord_coeff() by Brian Paul · 14 years ago
  12. 23490d7 st/mesa: add comments in emit_wpos() by Brian Paul · 14 years ago
  13. bb56631 st/mesa: fix incorrect fragcoord.x translation by Brian Paul · 14 years ago
  14. 37bffe8 glapi: adding @ char before type specifier in glapi_x86.S by Dimitry Andric · 14 years ago
  15. 731ec60 glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S by Dimitry Andric · 14 years ago
  16. 7acb98c svga: link libwsw for dri-vmwgfx target with make build system too by Roland Scheidegger · 14 years ago
  17. 02d7d9e u_blitter: remove bogus assertion by Marek Olšák · 14 years ago
  18. 9a3523e u_blitter: report recursion, update comments by Marek Olšák · 14 years ago
  19. db4f6c7 nvc0: Move declaration before code. by Vinson Lee · 14 years ago
  20. 3fa814d gallium/tgsi: update the docs for the new opcodes a bit by Zack Rusin · 14 years ago
  21. d301565 mesa: add red, red/green formats in _mesa_base_fbo_format() by Brian Paul · 14 years ago
  22. 62c66b3 mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer() by Brian Paul · 14 years ago
  23. 976ea9d mesa: new cases in _mesa_base_fbo_format() by Brian Paul · 14 years ago
  24. f41bbc7 Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages." by Brian Paul · 14 years ago
  25. e24f1ea scons: Add nvc0 to SConscript. by Vinson Lee · 14 years ago
  26. 99c67f2 vega: implement handler/pointer conversion using a hash table by Brian Paul · 14 years ago
  27. f3e6edc vega: remove redundant functions found elsewhere by Brian Paul · 14 years ago
  28. d41e694 vega: replace casts with pointer/handle conversion functions by Brian Paul · 14 years ago
  29. 4324d6f glx: fix request lengths by Julien Cristau · 14 years ago
  30. c523f31 svga: Add more swrast debuging by Jakob Bornecrantz · 14 years ago
  31. daaf542 svga: Use get once helpers for context debug envs by Jakob Bornecrantz · 14 years ago
  32. becb733 rbug: Fix surface reference leak by Jakob Bornecrantz · 14 years ago
  33. 4fabdf7 glsl: Fix mingw crosscompile by Jakob Bornecrantz · 14 years ago
  34. 1af59b2 r600g: FLT_TO_INT* are vector instructions on Evergreen. by Henri Verbeet · 14 years ago
  35. 3d91387 graw: add a test showing the new sampling scheme in action by Zack Rusin · 14 years ago
  36. bdbe77f gallium: implement modern sampling scheme by Zack Rusin · 14 years ago
  37. b066983 st/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2 by Benjamin Franzke · 14 years ago
  38. c5c1dc8 st/mesa: support internalFormat=GL_BGRA in TexImage2D by Benjamin Franzke · 14 years ago
  39. 8bfbcba mesa/es: require internalFormat==format in TexImage2D by Benjamin Franzke · 14 years ago
  40. f145284 mesa: allow internalFormat=GL_BGRA_EXT in TexImage2D by Benjamin Franzke · 14 years ago
  41. 811ee32 mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S by Dimitry Andric · 14 years ago
  42. 3fda802 mesa: s/movzx/movzbl/ by Dimitry Andric · 14 years ago
  43. e0c4a59 glsl: Remove long unused 'configure.ac' file. by Kenneth Graunke · 14 years ago
  44. 92badb4 draw: Do not use LLVM's opaque types. by José Fonseca · 14 years ago
  45. d147648 add machine generated files to .gitignore by Tim Wiederhake · 14 years ago
  46. c48dd80 secure malloc in translate_cache_create by Tim Wiederhake · 14 years ago
  47. 7d6abd2 osmesa: mklib requires arguments before objects by Christopher James Halse Rogers · 14 years ago
  48. be0665b st/xorg: Fix build failure against xserver with XF86_CRTC_VERSION < 3. by Michel Dänzer · 14 years ago
  49. db23417 r300g: remove unused function by Marek Olšák · 14 years ago
  50. 09109c1 r300g: remove any traces of depth_clamp by Marek Olšák · 14 years ago
  51. d78a984 r300g: handle PIPE_CAP_INSTANCED_DRAWING in get_param by Marek Olšák · 14 years ago
  52. 92767e9 r600c: only colors can be flat shaded by Andre Maasikas · 14 years ago
  53. b7d2919 util: Add function logger helpers by Jakob Bornecrantz · 14 years ago
  54. a82408c Revert "r300g/swtcl: re-enable LLVM" by Jakob Bornecrantz · 14 years ago
  55. 4c73030 draw: Init llvm if not provided by Jakob Bornecrantz · 14 years ago
  56. 832029e i915g: Remove draw_flushes and state that we don't need to track by Jakob Bornecrantz · 14 years ago
  57. 9a9630d i915g: Improve constant handling by Jakob Bornecrantz · 14 years ago
  58. c40ec20 r300g: Increase fragment shader limits for r400 cards by Tom Stellard · 14 years ago
  59. 1bf3c75 gldirect: remove _NEW_ACCUM by Brian Paul · 14 years ago
  60. c78b48d i965: remove _NEW_ACCUM by Brian Paul · 14 years ago
  61. a287a75 nvc0: implement point coord replacement by Christoph Bumiller · 14 years ago
  62. f154cd2 mesa: add ARB_framebuffer_sRGB as alias of the EXT variant by Marek Olšák · 14 years ago
  63. 81ae8c6 mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupported by Marek Olšák · 14 years ago
  64. 2dac3f9 vega: sort filenames in Makefile, SConscript by Brian Paul · 14 years ago
  65. fb7efb1 mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines by Brian Paul · 14 years ago
  66. f4dc24a mesa: smarter glTexParameter state invalidation by Brian Paul · 14 years ago
  67. 91eba25 r300g: support sRGB colorbuffers by Marek Olšák · 14 years ago
  68. ffcdd49 r300/compiler: remove any code related to relative addressing of temporaries by Marek Olšák · 14 years ago
  69. 835c4ea nvc0: fix emit_cvt for ceil, floor and trunc by Christoph Bumiller · 14 years ago
  70. 95eef7a nvc0: remove bad assert and emit TEMP movs instead by Christoph Bumiller · 14 years ago
  71. f9bb1c8 nvc0: fix address and value slot assignment in load combining by Christoph Bumiller · 14 years ago
  72. 005d186 nvc0: don't omit highest bit of branch target by Christoph Bumiller · 14 years ago
  73. 419ff10 nvc0: recognize r63 as zero in constant folding by Christoph Bumiller · 14 years ago
  74. bf1df06 nvc0: add MARK_RING where missing to avoid too many relocs errors by Christoph Bumiller · 14 years ago
  75. 49f16c9 nvc0: don't apply base vertex to per-instance arrays by Christoph Bumiller · 14 years ago
  76. c18aa3c nvc0: commute sources of SET too if beneficial by Christoph Bumiller · 14 years ago
  77. 8e57299 nvc0: accept neg abs modifiers on lg2 by Christoph Bumiller · 14 years ago
  78. 2db46fe glsl: Don't assert when the value returned by a function has no rvalue by Ian Romanick · 14 years ago
  79. 9d380f4 st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB by Brian Paul · 14 years ago
  80. 4c9ad08 softpipe: pass surface format to get/put_tile functions by Brian Paul · 14 years ago
  81. e75844b4 gallium/util: added pipe_put_tile_rgba_format() by Brian Paul · 14 years ago
  82. 3ce1ec8 gallium/util: simplify pipe_get_tile_rgba() by Brian Paul · 14 years ago
  83. 90671fc gallium/softpipe: replace pipe_get_tile_swizzle() by Brian Paul · 14 years ago
  84. 4e2c077 softpipe: use proper type for format field by Brian Paul · 14 years ago
  85. 11fbdf7 gallium/util: added util_format_linear() by Brian Paul · 14 years ago
  86. 4c251b8 st/mesa: update comment, use st_fb_orientation() by Brian Paul · 14 years ago
  87. bd67962 st/mesa: comments in update_viewport() by Brian Paul · 14 years ago
  88. bb770af scons: Add support for GLES. by Chia-I Wu · 14 years ago
  89. 3f04314 mapi: ENTRY_CURRENT_TABLE_GET should be stringified. by Chia-I Wu · 14 years ago
  90. 0db3161 glcpp: Regenerate parser files. by Kenneth Graunke · 14 years ago
  91. 6ecee54 glcpp: Remove use of talloc reference counting. by Kenneth Graunke · 14 years ago
  92. e256e47 glsl, i965: Remove unnecessary talloc includes. by Kenneth Graunke · 14 years ago
  93. 819f92d ra: Use the same context when realloc'ing arrays. by Kenneth Graunke · 14 years ago
  94. b66be75 glsl: Improve error message when read-only vars are written by Chad Versace · 14 years ago
  95. 01a584d glsl: Mark 'in' variables at global scope as read-only by Chad Versace · 14 years ago
  96. f633b99 glsl: Remove unused class ast_declaration_statment by Chad Versace · 14 years ago
  97. 8af583f i915g: Don't (un)map vbuf on each (un)map call by Jakob Bornecrantz · 14 years ago
  98. 0c3352b i915g: Don't do unnecessary copies of constants by Jakob Bornecrantz · 14 years ago
  99. 2e60aa5 i915g: Don't emit FS constants when VS contants change by Jakob Bornecrantz · 14 years ago
  100. 7287964 i915g: Use slab allocator for transfers by Jakob Bornecrantz · 14 years ago