1. 5154b45 mapi: Fix Android build by Chad Versace · 13 years ago
  2. 0695cf6 egl_dri2: fix aux buffer leak in drm platform by Mandeep Singh Baines · 13 years ago
  3. a27c7d8 i965: Stop lying about cpp and height of a stencil buffer. by Paul Berry · 13 years ago
  4. 272bc48 wayland-drm: remove wl_buffer.damage by Pekka Paalanen · 13 years ago
  5. 70d038e st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor. by Vinson Lee · 13 years ago
  6. 36fef00 main: Fix memory leak in _mesa_make_extension_string() by Chad Versace · 13 years ago
  7. 783e4da r600g: check gpr count limit by Vadim Girlin · 13 years ago
  8. 4b06280 glsl: fix variable ordering in the output_read_remover by Vadim Girlin · 13 years ago
  9. a07cf33 i965: Add support for sampling texture buffer objects on gen7+. by Eric Anholt · 13 years ago
  10. 0b3729c i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV. by Eric Anholt · 13 years ago
  11. aa8ce1b i965/gen7: Fix the /* ignored */ comment on constant surface setup. by Eric Anholt · 13 years ago
  12. bf82ce3 mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects. by Eric Anholt · 13 years ago
  13. 664355f mesa: Track a gl_format for the texture buffer format. by Eric Anholt · 13 years ago
  14. dcf42db mesa: Handle updating texture state for buffer textures. by Eric Anholt · 13 years ago
  15. 18c2ee0 mesa: Create the default (name==0) buffer texture. by Eric Anholt · 13 years ago
  16. bb430ce glsl: Add texelFetch(*samplerBuffer) entrypoints to GLSL 1.40. by Eric Anholt · 13 years ago
  17. 6598552 glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40. by Eric Anholt · 13 years ago
  18. 6d0f568 mesa: Set the correct initial value of the texture buffer object format. by Eric Anholt · 13 years ago
  19. 44f2cee mesa: Set up glTexBuffer{,ARB} for display list compile. by Eric Anholt · 13 years ago
  20. 62bdb18 glapi: regen for TBO change. by Eric Anholt · 13 years ago
  21. 0be44a3 glapi: Mark TexBuffer as an alias of TexBufferARB. by Eric Anholt · 13 years ago
  22. eb7a71d glsl: Drop the round-trip through ast_type_specifier for many builtin types. by Eric Anholt · 13 years ago
  23. b2c0df2 glsl: Use (const char *) in AST nodes rather than plain (char *). by Kenneth Graunke · 13 years ago
  24. 68b99be ff_fragment_shader: Remove some dead fields. by Eric Anholt · 13 years ago
  25. 430562a x86-64: Don't print "Initializing x86-64 optimizations" in debug builds. by Kenneth Graunke · 13 years ago
  26. 781e2d5 ir_to_mesa: Remove pretense of support for function calls. by Kenneth Graunke · 13 years ago
  27. f78f48b i965: Remove vestiges of function call support from the old VS backend. by Kenneth Graunke · 13 years ago
  28. c653287 i915: set SPRITE_POINT_ENABLE bit correctly by Yuanhan Liu · 13 years ago
  29. 8b5b3b9 glx: fix compile warnings by Yuanhan Liu · 13 years ago
  30. 7bb1c78 st/xa: Link with -Wl,-r instead of -r. by Johannes Obermayr · 13 years ago
  31. a50d695 tgsi: Fix conflict with fortify printf redirect in glibc. by Johannes Obermayr · 13 years ago
  32. 299c905 st/mesa: fix max_offset computation for base vertex by Brian Paul · 13 years ago
  33. ecc4805 svga: add missing cases for PIPE_CAP_x queries by Brian Paul · 13 years ago
  34. d7707ef svga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED query by Brian Paul · 13 years ago
  35. 0adc5d9 svga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semantics by Brian Paul · 13 years ago
  36. 0cd6800 gallium/docs: fix typos by Brian Paul · 13 years ago
  37. 2a80a1e i965: Actually upload sampler state pointers for the VS unit on Gen6. by Kenneth Graunke · 13 years ago
  38. cf68959 gallivm: Updated lp_build_log2_approx to use a more accurate polynomial. by James Benton · 13 years ago
  39. 7c639fe gallivm: Updated lp_build_polynomial to compute odd and even terms separately to decrease data dependency for faster runtime. by James Benton · 13 years ago
  40. 129d513 xatracker: fix the build of a 32bit lib on a 64bit os by Alexandre Demers · 13 years ago
  41. 34e53ad r600g: inline r600_upload_index_buffer by Marek Olšák · 13 years ago
  42. e9abb2c r600g: inline r600_upload_const_buffer by Marek Olšák · 13 years ago
  43. 82a7fe6 r600g: handle DISCARD_WHOLE_RESOURCE for buffers by Marek Olšák · 13 years ago
  44. c7d0e9e r600g: invalidate caches at the beginning of CS by Marek Olšák · 13 years ago
  45. a633d82 r600g: remove dead code after the rework by Marek Olšák · 13 years ago
  46. 68bbfc1 r600g: rework state emission of constant buffers by Marek Olšák · 13 years ago
  47. c76462b r600g: rework state emission of vertex buffers by Marek Olšák · 13 years ago
  48. 5c03d1f r600g: kill off the fallback for crazy src_offset values by Marek Olšák · 13 years ago
  49. 3ea3695 st/xvmc: fix library installation dir by Alexandre Demers · 13 years ago
  50. 75f8990 r300g/swtcl: fix crash when back color is present in vertex shader by Marek Olšák · 13 years ago
  51. ba86e03 r300g/swtcl: initialize some Draw options by Marek Olšák · 13 years ago
  52. c3481f3 r300g/swtcl: fix polygon offset by Marek Olšák · 13 years ago
  53. 3b8fe06 r300g/swtcl: don't expose shader subroutine support by Marek Olšák · 13 years ago
  54. 6bede55 r300g: initialize state & render functions before creating u_vbuf & u_blitter by Marek Olšák · 13 years ago
  55. da21230 r300g/swtcl: don't enter u_vbuf_mgr by Marek Olšák · 13 years ago
  56. 5ce0598 r300g/swtcl: don't print an error when getting ClipVertex by Marek Olšák · 13 years ago
  57. 9ba3cec st/egl: Update to the new wl_shm_pool interface by Benjamin Franzke · 13 years ago
  58. 900be21 u_blitter: don't use user buffers by Marek Olšák · 13 years ago
  59. 4f51300 gallivm: Pass in a MCInstrInfo to createMCInstPrinter on llvm-3.1. by Vinson Lee · 13 years ago
  60. 24ca588 st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatus by Christian König · 13 years ago
  61. 7f2156c r600g: remove dead code in r600_update_derived_state by Marek Olšák · 13 years ago
  62. 5db9d76 gallivm: Maximum loop iterations by James Benton · 13 years ago
  63. d312b22 gallivm: Simplify/reorder minimax helper. by José Fonseca · 13 years ago
  64. 431b458 swrast: Fix memory leaks in blit_linear. by Vinson Lee · 13 years ago
  65. f75c2d5 glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable. by Kenneth Graunke · 13 years ago
  66. 82065fa glsl: Remove ir_call::get_callee() and set_callee(). by Kenneth Graunke · 13 years ago
  67. d884f60 glsl: Convert ir_call to be a statement rather than a value. by Kenneth Graunke · 13 years ago
  68. 622eed0 glsl: Split out ir_reader's ability to read ir_dereference_variables. by Kenneth Graunke · 13 years ago
  69. d0fa0cb glsl: Move constant expression handling from calls to signatures. by Kenneth Graunke · 13 years ago
  70. 807e967 glsl: Use ir_rvalue to represent generic error_type values. by Kenneth Graunke · 13 years ago
  71. ac0f8ba glsl: Combine AST-level and IR-level parameter mode checking loops. by Kenneth Graunke · 13 years ago
  72. 909e889 glsl: Split up function matching and call generation a bit more. by Kenneth Graunke · 13 years ago
  73. 0405bd0 glsl: Don't trust loop analysis in the presence of function calls. by Kenneth Graunke · 13 years ago
  74. 252d311 i965/aub: Dump a final bitmap from DestroyContext. by Kenneth Graunke · 13 years ago
  75. 42bc0b9 r600g: unduplicate code for PS partial flush by Marek Olšák · 13 years ago
  76. bc95152 r600g: determine in advance if hw has vertex cache by Marek Olšák · 13 years ago
  77. 669d876 r600g: optimize r600_resource_va by Marek Olšák · 13 years ago
  78. 68e4c83 targets/{xvmc,vdpau,va}: remove all objects on make clean by Marcin Slusarz · 13 years ago
  79. a45247f intel: add PCI IDs for Ivy Bridge GT2 server variant by Eugeni Dodonov · 13 years ago
  80. 4123d0b linker: Fix memory leak in count_uniform_size::visit_field. by Vinson Lee · 13 years ago
  81. bd2410b intel: Add some PCI IDs for Haswell. by Kenneth Graunke · 13 years ago
  82. 4848122 i965: Set "Shader Channel Select" fields in Haswell's SURFACE_STATE. by Kenneth Graunke · 13 years ago
  83. a23dcc1 i965: Fill in Sample Mask in Haswell's 3DSTATE_PS. by Kenneth Graunke · 13 years ago
  84. fc8edbe i965: Set "Stencil Buffer Enable" bit on Haswell. by Kenneth Graunke · 13 years ago
  85. b4410ac i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell. by Kenneth Graunke · 13 years ago
  86. 1b3a199 i965: Update max VS/PS threads shift offsets for Haswell. by Kenneth Graunke · 13 years ago
  87. 1ba8c6a i965: Disable HiZ on Haswell for now. by Kenneth Graunke · 13 years ago
  88. 180aecb i965: Add initial IS_HASWELL() macros. by Kenneth Graunke · 13 years ago
  89. 01044fc i965: Avoid explicit accumulator operands in SIMD16 mode on Gen7. by Kenneth Graunke · 13 years ago
  90. 99a192c gallium/postprocess: document serious issue causing undefined behavior by Marek Olšák · 13 years ago
  91. ead0a89 r600g: cleanup after get_query_result change by Marek Olšák · 13 years ago
  92. 6d73382 r300g: cleanup after get_query_result change by Marek Olšák · 13 years ago
  93. 452d077 gallium/util: add helper function util_query_clear_result by Marek Olšák · 13 years ago
  94. 4445e17 gallium: adapt to get_query_result interface change by Marek Olšák · 13 years ago
  95. 102ed41 gallium: make get_query_result return union* and not void* by Marek Olšák · 13 years ago
  96. 7d87c71 configure: Add --with-llvm-shared-libs by Tom Stellard · 13 years ago
  97. 2402ce0 shared-glapi: Include from builddir by Kristian Høgsberg · 13 years ago
  98. a7b8e16 gallivm: Fix method overriding in raw_debug_ostream. by Vinson Lee · 13 years ago
  99. 4a976b6 egl_dri2: use gbm_surface as the native window type in drm platform by Ander Conselvan de Oliveira · 13 years ago
  100. fd6acb9 gbm: Create hooks for dri2_loader_extension in dri backend by Ander Conselvan de Oliveira · 13 years ago