1. b115662 scons: Disable saving options automatically. by José Fonseca · 13 years ago
  2. 1c59ea9 svga: Use the correct element size. by José Fonseca · 13 years ago
  3. dda8d7a u_upload_mgr: Use pipe_buffer_map_range istead of pipe_buffer_map. by José Fonseca · 13 years ago
  4. 7d39ff4 Gallium: fix buffer overflow by Micael Dias · 13 years ago
  5. ad90f4c driclient: Remove by Kristian Høgsberg · 13 years ago
  6. 4482eba scons: Actually add src/glx/SConscript. by José Fonseca · 13 years ago
  7. 5421942 svga: Fix multiple uploads of the same user-buffer. by Thomas Hellstrom · 13 years ago
  8. a8cf4b6 svga: Ignore redefine_user_buffer calls by Thomas Hellstrom · 13 years ago
  9. 762518d svga: fix incorrect user buffer size computation for instance divisor case by Brian Paul · 13 years ago
  10. fa4bd30 svga: fix incorrect user buffer size computation by Brian Paul · 13 years ago
  11. bd00fb2 svga: Handle null buffers in svga_buffer_is_user_buffer(). by José Fonseca · 13 years ago
  12. 2b301df gallium/svga: Upload only parts of user-buffers that we actually use by Thomas Hellstrom · 13 years ago
  13. 0277df8 gallium/svga: Make use of u_upload_flush(). by Thomas Hellstrom · 13 years ago
  14. cf4cd85 gallium/util: Upload manager optimizations by Thomas Hellstrom · 13 years ago
  15. 6d58029 svga: Flush when switching between HW to SW TNL, after updating need_swtnl. by José Fonseca · 13 years ago
  16. c250363 egl: fix a compiler warning by Chia-I Wu · 13 years ago
  17. bf04d9e st/egl: fix a typo by Chia-I Wu · 13 years ago
  18. c0b0e71 st/egl: remove unused header by Chia-I Wu · 13 years ago
  19. 94ec5fd autoconf: fix --disable-glx by Chia-I Wu · 13 years ago
  20. 5029ea4 autoconf: fix --disable-dri by Chia-I Wu · 13 years ago
  21. 9e7a414 autoconf: add --enable-{dri,glx,osmesa} by Chia-I Wu · 13 years ago
  22. f8fcaf0 gallivm: Pass in CPU name to createTargetMachine when on llvm-3.0. by Vinson Lee · 13 years ago
  23. b61e567 gallivm: Rename TargetInstrDesc to MCInstrDesc when using llvm-3.0. by Vinson Lee · 13 years ago
  24. 47362c2 docs: add GL3 GLX todo by Marek Olšák · 13 years ago
  25. 61c976c r600g: fix check for empty cs by Vadim Girlin · 13 years ago
  26. 9e9d73e docs: update GL3 status - vertex textures by Marek Olšák · 13 years ago
  27. 235225e scons: Expose pkg-config in a simpler manner. by José Fonseca · 13 years ago
  28. 2699fce scons: Buid libGL.so (WIP). by José Fonseca · 13 years ago
  29. 0edb40c scons: Make declaration-after-statement and pointer-arith just warnings. by José Fonseca · 13 years ago
  30. a9cb01f i915g: Implement surface format fixup without adding an extra instruction. by Stéphane Marchesin · 13 years ago
  31. 2adf02b i915g: update TODO. by Stéphane Marchesin · 13 years ago
  32. 3e3df5f target/egl-static: fix a compiler warning by Chia-I Wu · 13 years ago
  33. 5d76097 i915g: Try to do better in the shader compiler. by Stéphane Marchesin · 13 years ago
  34. 5349b95 Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our stage. by Stéphane Marchesin · 13 years ago
  35. 578f6a9 glsl: Don't use MOD_TO_FRACT lowering on GLSL 1.30's % operator. by Kenneth Graunke · 13 years ago
  36. ed92b91 glsl: Fix DIV_TO_MUL_RCP lowering for uint result types. by Kenneth Graunke · 13 years ago
  37. 8eb9753 glsl: Distinguish "type mismatch" error messages for modulus operator. by Kenneth Graunke · 13 years ago
  38. 60eb63a glsl: Find the "closest" signature when there are multiple matches. by Kenneth Graunke · 13 years ago
  39. 6b1ba7c glsl: Use i2u and u2i to implement constructor conversions. by Kenneth Graunke · 13 years ago
  40. b633dde i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes. by Kenneth Graunke · 13 years ago
  41. 006d5a1 ir_to_mesa: "Support" u2f, i2u, and u2i operations by doing nothing. by Kenneth Graunke · 13 years ago
  42. 3283e36 glsl: Revert "fix conversions from uint to bool and from..." by Kenneth Graunke · 13 years ago
  43. 20ef96c glsl: Add ir_unop_i2u and ir_unop_u2i operations. by Bryan Cain · 13 years ago
  44. 4f799e6 glsl: Use the default values of ir_assignment() in lower_mat_op_to_vec. by Eric Anholt · 13 years ago
  45. e617a53 glsl: Allow ir_assignment() constructor to not specify condition. by Eric Anholt · 13 years ago
  46. 487dd96 glsl: Avoid making a temporary for lower_mat_op_to_vec if not needed. by Eric Anholt · 13 years ago
  47. 8fad863 glsl: Make lower_mat_op_to_vec track derefs, not variables. by Eric Anholt · 13 years ago
  48. 408377a glsl: Rename lower_mat_op_to_vec operands/results to be less hungarian. by Eric Anholt · 13 years ago
  49. a47fd5c glsl: Move get_{column,element} to expression args. by Eric Anholt · 13 years ago
  50. e75b595 glsl: Drop explicit types of lower_mat_op_to_vec expressions. by Eric Anholt · 13 years ago
  51. d44f821 drisw: Remove cargo culting that breaks GLX 1.3 ctors by Adam Jackson · 13 years ago
  52. 4833104 glx: Verify that drawable creation on the client side actually worked by Adam Jackson · 13 years ago
  53. 9e2bc5d glx: Alias glXFreeContextEXT to glXDestroyContext by Adam Jackson · 13 years ago
  54. 5ddc518 i965/gen7: Add missing ! to brw->gs.prog_active assertion. by Kenneth Graunke · 13 years ago
  55. e17f2ba mesa: bump version to 7.12 (devel) by Brian Paul · 13 years ago
  56. 600e01e configs: add libdrm cflags to linux-llvm config by Brian Paul · 13 years ago
  57. 8f0a331 i915g: Move definition of M_PI in i915_fpc_translate.c by Jon TURNEY · 13 years ago
  58. 475685c st/mesa: s/tex_usage/bindings/ in st_format.h by Brian Paul · 13 years ago
  59. 9b5c538 st/mesa: Use correct internal target by Emil Velikov · 13 years ago
  60. 5d2fad54 st/glx: Fix compilation error by Thomas Hellstrom · 13 years ago
  61. 19789e4 st/mesa: fix overwriting gl_format with pipe_format since 9d380f48 by Andre Maasikas · 13 years ago
  62. ade9f0d st/dri: Get rid of the evil struct dri_drawable::context member by Thomas Hellstrom · 13 years ago
  63. ac8fdbc st-api: Rework how drawables are invalidated v3. by Thomas Hellstrom · 13 years ago
  64. 1a7e17e i915g: Fix unimplemented Abs comment. by Stéphane Marchesin · 13 years ago
  65. 4e61205 i915g: If we have a program, that means the other fields are ours and we can free them. by Stéphane Marchesin · 13 years ago
  66. c66877c i915g: Don't overflow the program buffer. by Stéphane Marchesin · 13 years ago
  67. dd69103 i915g: Update the TODO with another idea. by Stéphane Marchesin · 13 years ago
  68. 3097715 glsl: Rewrote _mesa_glsl_process_extension to use table-driven logic. by Paul Berry · 13 years ago
  69. 9c4445d glsl: Changed extension enable bits to bools. by Paul Berry · 13 years ago
  70. b078aad glsl: permit explicit locations on fragment shader outputs, not inputs by Paul Berry · 13 years ago
  71. fe36bc0 i915g: Fix comment about sin/cos constants. by Stéphane Marchesin · 13 years ago
  72. bd1ee76 i915g: Fix staging texture uploads a bit. by Stéphane Marchesin · 13 years ago
  73. a09c5c2 i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change. by Eric Anholt · 13 years ago
  74. cd7bfd5 i965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS. by Eric Anholt · 13 years ago
  75. 6479922 glx: Check HAVE_XF86VIDMODE before adding it as an implicit link library. by Alan Hourihane · 13 years ago
  76. db78643 Don't use -fvisibilty=hidden on cygwin by Jon TURNEY · 13 years ago
  77. 560f762 Fix config check that claims to test if CXX supports -fvisibility=hidden option to actually test the C++ compiler. by Jon TURNEY · 13 years ago
  78. de33b0d i915g: Add a debug_printf when we get the Abs flag. by Stéphane Marchesin · 13 years ago
  79. 2e481e5 i915g: Support PIPE_FORMAT_B10G10R10A2_UNORM. by Stéphane Marchesin · 13 years ago
  80. 062a1e2 i915g: Improve SIN/COS a bit. by Stéphane Marchesin · 13 years ago
  81. 77896b2 i915g: When emulating LUMINANCE8 and INTENSITY8 texutres, route alpha properly. by Stéphane Marchesin · 13 years ago
  82. 6f62a25 i915g: fix shadow compare. by Stéphane Marchesin · 13 years ago
  83. 24137af targets/egl-static: fix library search order by Chia-I Wu · 13 years ago
  84. aa281dd st/egl: update fbdev backend by Chia-I Wu · 13 years ago
  85. a2537bb i915g: Enable GL_ARB_instanced_arrays. by Stéphane Marchesin · 13 years ago
  86. 8dd1e36 i915g: Fix a bug in facing. by Stéphane Marchesin · 13 years ago
  87. 6750226 i965: step message register allocation by Ben Widawsky · 13 years ago
  88. d2c6cef glsl: Fix depth unbalancing problem in if-statement flattening by Ian Romanick · 13 years ago
  89. c191c87 i915g: Remove unused cbuf_dirty. by Stéphane Marchesin · 13 years ago
  90. e2422f7 i915g: Add a comment about a bug. by Stéphane Marchesin · 13 years ago
  91. ef3dac2 i915g: initial support for SEMANTIC_FACE. by Stéphane Marchesin · 13 years ago
  92. 4887e1c i915g: update TODO. by Stéphane Marchesin · 13 years ago
  93. 9d29d48 i915g: Return the max result for the fake occlusion queries. by Stéphane Marchesin · 13 years ago
  94. b13865e i915g: Fix depth texture formats. by Stéphane Marchesin · 13 years ago
  95. a8ebc54 i915g: Fix u_blitter comment. by Stéphane Marchesin · 13 years ago
  96. 811963a i915g: Implement fake DDX/DDY. by Stéphane Marchesin · 13 years ago
  97. d2f0528 i915g: Fix gl_FragCoord. by Stéphane Marchesin · 13 years ago
  98. 992680c egl: Fix Terminate with shared gbm screens by Benjamin Franzke · 13 years ago
  99. 3a07d95 st/d3d1x: fix for st/egl native.h interface change by Chia-I Wu · 13 years ago
  100. 618dbc8 configure.ac: sort Gallium directories alphabetically by Marek Olšák · 13 years ago