1. ccff749 util: fix undefined behavior by Dylan Noblesmith · 12 years ago
  2. 10ec148 ir_to_mesa: Fix uninitialized member in add_uniform_to_shader. by Vinson Lee · 12 years ago
  3. 4f2eafe wayland-drm: Implement wl_buffer.damage in old versions of Wayland by Neil Roberts · 12 years ago
  4. 368878c Revert "i915g: Implement stipple with draw." by Stéphane Marchesin · 12 years ago
  5. 05265be Revert "i915g: Remove unused poly stipple state." by Stéphane Marchesin · 12 years ago
  6. 94726d2 glx: Hook up the unit tests again using the internal gtest. by Eric Anholt · 12 years ago
  7. 3d000e7 gtest: Fix up import of gtest 1.6.0 by Ian Romanick · 12 years ago
  8. 19a4c06 gtest: Build as a convenience library. by Eric Anholt · 12 years ago
  9. fe358c0 gtest: Import sources from gtest 1.6.0. by Eric Anholt · 12 years ago
  10. 6f03692 cso: unreference saved vertex buffers when restoring by Marek Olšák · 12 years ago
  11. 249fc70 i965: When the kernel lacks the LLC check, assume it's present on gen >= 6. by Eric Anholt · 12 years ago
  12. e3df283 intel: Drop backwards compat code for not having libdrm with the LLC check. by Eric Anholt · 12 years ago
  13. 80ecb8f i965/fs: Avoid generating extra AND instructions on bool logic ops. by Eric Anholt · 12 years ago
  14. 32ae8d3 i965/fs: Try to avoid generating extra MOVs to do saturates. by Eric Anholt · 12 years ago
  15. 3bdccbc glsl: Extend the array splitting optimization pass to matrices. by Eric Anholt · 12 years ago
  16. 60177d5 glsl: Add an array splitting pass. by Eric Anholt · 14 years ago
  17. fda662f glsl: Don't apply optimization passes to builtins. by Eric Anholt · 12 years ago
  18. 71d6916 mesa: add _mesa_total_texture_memory() debug function by Brian Paul · 12 years ago
  19. 223654b mesa: new _mesa_total_buffer_object_memory() debug function by Brian Paul · 12 years ago
  20. 5154b45 mapi: Fix Android build by Chad Versace · 12 years ago
  21. 0695cf6 egl_dri2: fix aux buffer leak in drm platform by Mandeep Singh Baines · 12 years ago
  22. a27c7d8 i965: Stop lying about cpp and height of a stencil buffer. by Paul Berry · 12 years ago
  23. 272bc48 wayland-drm: remove wl_buffer.damage by Pekka Paalanen · 12 years ago
  24. 70d038e st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor. by Vinson Lee · 12 years ago
  25. 36fef00 main: Fix memory leak in _mesa_make_extension_string() by Chad Versace · 12 years ago
  26. 783e4da r600g: check gpr count limit by Vadim Girlin · 12 years ago
  27. 4b06280 glsl: fix variable ordering in the output_read_remover by Vadim Girlin · 12 years ago
  28. a07cf33 i965: Add support for sampling texture buffer objects on gen7+. by Eric Anholt · 12 years ago
  29. 0b3729c i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV. by Eric Anholt · 12 years ago
  30. aa8ce1b i965/gen7: Fix the /* ignored */ comment on constant surface setup. by Eric Anholt · 12 years ago
  31. bf82ce3 mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects. by Eric Anholt · 12 years ago
  32. 664355f mesa: Track a gl_format for the texture buffer format. by Eric Anholt · 12 years ago
  33. dcf42db mesa: Handle updating texture state for buffer textures. by Eric Anholt · 12 years ago
  34. 18c2ee0 mesa: Create the default (name==0) buffer texture. by Eric Anholt · 12 years ago
  35. bb430ce glsl: Add texelFetch(*samplerBuffer) entrypoints to GLSL 1.40. by Eric Anholt · 12 years ago
  36. 6598552 glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40. by Eric Anholt · 12 years ago
  37. 6d0f568 mesa: Set the correct initial value of the texture buffer object format. by Eric Anholt · 12 years ago
  38. 44f2cee mesa: Set up glTexBuffer{,ARB} for display list compile. by Eric Anholt · 12 years ago
  39. 62bdb18 glapi: regen for TBO change. by Eric Anholt · 12 years ago
  40. 0be44a3 glapi: Mark TexBuffer as an alias of TexBufferARB. by Eric Anholt · 12 years ago
  41. eb7a71d glsl: Drop the round-trip through ast_type_specifier for many builtin types. by Eric Anholt · 12 years ago
  42. b2c0df2 glsl: Use (const char *) in AST nodes rather than plain (char *). by Kenneth Graunke · 12 years ago
  43. 68b99be ff_fragment_shader: Remove some dead fields. by Eric Anholt · 12 years ago
  44. 430562a x86-64: Don't print "Initializing x86-64 optimizations" in debug builds. by Kenneth Graunke · 12 years ago
  45. 781e2d5 ir_to_mesa: Remove pretense of support for function calls. by Kenneth Graunke · 12 years ago
  46. f78f48b i965: Remove vestiges of function call support from the old VS backend. by Kenneth Graunke · 12 years ago
  47. c653287 i915: set SPRITE_POINT_ENABLE bit correctly by Yuanhan Liu · 12 years ago
  48. 8b5b3b9 glx: fix compile warnings by Yuanhan Liu · 12 years ago
  49. 7bb1c78 st/xa: Link with -Wl,-r instead of -r. by Johannes Obermayr · 12 years ago
  50. a50d695 tgsi: Fix conflict with fortify printf redirect in glibc. by Johannes Obermayr · 12 years ago
  51. 299c905 st/mesa: fix max_offset computation for base vertex by Brian Paul · 12 years ago
  52. ecc4805 svga: add missing cases for PIPE_CAP_x queries by Brian Paul · 12 years ago
  53. d7707ef svga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED query by Brian Paul · 12 years ago
  54. 0adc5d9 svga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semantics by Brian Paul · 12 years ago
  55. 0cd6800 gallium/docs: fix typos by Brian Paul · 12 years ago
  56. 2a80a1e i965: Actually upload sampler state pointers for the VS unit on Gen6. by Kenneth Graunke · 12 years ago
  57. cf68959 gallivm: Updated lp_build_log2_approx to use a more accurate polynomial. by James Benton · 12 years ago
  58. 7c639fe gallivm: Updated lp_build_polynomial to compute odd and even terms separately to decrease data dependency for faster runtime. by James Benton · 12 years ago
  59. 129d513 xatracker: fix the build of a 32bit lib on a 64bit os by Alexandre Demers · 12 years ago
  60. 34e53ad r600g: inline r600_upload_index_buffer by Marek Olšák · 12 years ago
  61. e9abb2c r600g: inline r600_upload_const_buffer by Marek Olšák · 12 years ago
  62. 82a7fe6 r600g: handle DISCARD_WHOLE_RESOURCE for buffers by Marek Olšák · 12 years ago
  63. c7d0e9e r600g: invalidate caches at the beginning of CS by Marek Olšák · 12 years ago
  64. a633d82 r600g: remove dead code after the rework by Marek Olšák · 12 years ago
  65. 68bbfc1 r600g: rework state emission of constant buffers by Marek Olšák · 12 years ago
  66. c76462b r600g: rework state emission of vertex buffers by Marek Olšák · 12 years ago
  67. 5c03d1f r600g: kill off the fallback for crazy src_offset values by Marek Olšák · 12 years ago
  68. 3ea3695 st/xvmc: fix library installation dir by Alexandre Demers · 12 years ago
  69. 75f8990 r300g/swtcl: fix crash when back color is present in vertex shader by Marek Olšák · 12 years ago
  70. ba86e03 r300g/swtcl: initialize some Draw options by Marek Olšák · 12 years ago
  71. c3481f3 r300g/swtcl: fix polygon offset by Marek Olšák · 12 years ago
  72. 3b8fe06 r300g/swtcl: don't expose shader subroutine support by Marek Olšák · 12 years ago
  73. 6bede55 r300g: initialize state & render functions before creating u_vbuf & u_blitter by Marek Olšák · 12 years ago
  74. da21230 r300g/swtcl: don't enter u_vbuf_mgr by Marek Olšák · 12 years ago
  75. 5ce0598 r300g/swtcl: don't print an error when getting ClipVertex by Marek Olšák · 12 years ago
  76. 9ba3cec st/egl: Update to the new wl_shm_pool interface by Benjamin Franzke · 12 years ago
  77. 900be21 u_blitter: don't use user buffers by Marek Olšák · 12 years ago
  78. 4f51300 gallivm: Pass in a MCInstrInfo to createMCInstPrinter on llvm-3.1. by Vinson Lee · 12 years ago
  79. 24ca588 st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatus by Christian König · 12 years ago
  80. 7f2156c r600g: remove dead code in r600_update_derived_state by Marek Olšák · 12 years ago
  81. 5db9d76 gallivm: Maximum loop iterations by James Benton · 12 years ago
  82. d312b22 gallivm: Simplify/reorder minimax helper. by José Fonseca · 12 years ago
  83. 431b458 swrast: Fix memory leaks in blit_linear. by Vinson Lee · 12 years ago
  84. f75c2d5 glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable. by Kenneth Graunke · 13 years ago
  85. 82065fa glsl: Remove ir_call::get_callee() and set_callee(). by Kenneth Graunke · 13 years ago
  86. d884f60 glsl: Convert ir_call to be a statement rather than a value. by Kenneth Graunke · 12 years ago
  87. 622eed0 glsl: Split out ir_reader's ability to read ir_dereference_variables. by Kenneth Graunke · 13 years ago
  88. d0fa0cb glsl: Move constant expression handling from calls to signatures. by Kenneth Graunke · 13 years ago
  89. 807e967 glsl: Use ir_rvalue to represent generic error_type values. by Kenneth Graunke · 13 years ago
  90. ac0f8ba glsl: Combine AST-level and IR-level parameter mode checking loops. by Kenneth Graunke · 12 years ago
  91. 909e889 glsl: Split up function matching and call generation a bit more. by Kenneth Graunke · 12 years ago
  92. 0405bd0 glsl: Don't trust loop analysis in the presence of function calls. by Kenneth Graunke · 12 years ago
  93. 252d311 i965/aub: Dump a final bitmap from DestroyContext. by Kenneth Graunke · 12 years ago
  94. 42bc0b9 r600g: unduplicate code for PS partial flush by Marek Olšák · 12 years ago
  95. bc95152 r600g: determine in advance if hw has vertex cache by Marek Olšák · 12 years ago
  96. 669d876 r600g: optimize r600_resource_va by Marek Olšák · 12 years ago
  97. 68e4c83 targets/{xvmc,vdpau,va}: remove all objects on make clean by Marcin Slusarz · 12 years ago
  98. a45247f intel: add PCI IDs for Ivy Bridge GT2 server variant by Eugeni Dodonov · 12 years ago
  99. 4123d0b linker: Fix memory leak in count_uniform_size::visit_field. by Vinson Lee · 12 years ago
  100. bd2410b intel: Add some PCI IDs for Haswell. by Kenneth Graunke · 12 years ago