1. c5af889 mesa: Remove unnecessary parameters from TexImage by Pauli Nieminen · 12 years ago
  2. e98ace9 configure: Check xcb version when X11 pkgconfig exists by Tom Stellard · 12 years ago
  3. 4c73282 gbm: Fix build without gallium_drm_loader by Chí-Thanh Christopher Nguyễn · 12 years ago
  4. 9f5ff59 radeonsi: move drawing into new state handling by Christian König · 12 years ago
  5. 583c212 radeonsi: move sync handling into new state handler by Christian König · 12 years ago
  6. 303f4b7 radeonsi: separate and disable streamout for now by Christian König · 12 years ago
  7. 696b6cf radeonsi: remove ps_partial_flush by Christian König · 12 years ago
  8. 7acb194 radeonsi: remove r6xx_flush_and_inv atom by Christian König · 12 years ago
  9. 708337e radeonsi: move init state to new state handling by Christian König · 12 years ago
  10. 862df08 radeonsi: add support for PKT3 cmds to new state handling by Christian König · 12 years ago
  11. ce40e47 radeonsi: cleanup shader headers by Christian König · 12 years ago
  12. 996ff1c Revert "mesa: Remove C++11 narrowing warnings" by Chad Versace · 12 years ago
  13. 16c702e softpipe: fix softpipe_delete_fs_state() failed assertion by Brian Paul · 12 years ago
  14. 3487b93 cso: rearrange some structure fields for consistency by Brian Paul · 12 years ago
  15. cf77c29 st/mesa: fix renderbuffer validation bug by Brian Paul · 12 years ago
  16. 9f5a5d5 mesa: Remove C++11 narrowing warnings by Chad Versace · 12 years ago
  17. f7af4be gallivm: fix crash in lp_sampler_static_state() by Brian Paul · 12 years ago
  18. 9b04abe st/mesa: fix glCopyTexSubImage crash by Brian Paul · 12 years ago
  19. 6cb9e99 intel: Always downsample in intel_miptree_map_multisample by Chad Versace · 12 years ago
  20. 04a11b5 i965/gen6+: Add support for edge flags. by Eric Anholt · 12 years ago
  21. b3367f5 i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4. by Eric Anholt · 12 years ago
  22. 3eb8d71 i965/vs: Add comment noting copy_edgeflag state dependency. by Eric Anholt · 12 years ago
  23. e119f98 i965/vs: Add support for copying user edge flags. by Eric Anholt · 12 years ago
  24. 7426d9d i965/fs: Fix the FS inputs setup when some SF outputs aren't used in the FS. by Olivier Galibert · 12 years ago
  25. 3466538 st/mesa: Initialize tgsi_texture_offset Padding field. by Vinson Lee · 12 years ago
  26. 68bccc4 glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION. by Kenneth Graunke · 12 years ago
  27. 94f22fb intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2 by Tapani Pälli · 12 years ago
  28. 5deb1d1 i965: Rework the extra flushes surrounding occlusion queries. by Kenneth Graunke · 12 years ago
  29. b0adbda i965/vs: Protect pow(x,y) MOV of y on gen4 from other instruction flags. by Eric Anholt · 12 years ago
  30. 9b4053c i965: Drop the confusing saturate argument to math instruction setup. by Eric Anholt · 12 years ago
  31. 33dfdc7 i965: Make brw_set_saturate() use stdbool. by Eric Anholt · 12 years ago
  32. 1b148e6 mesa: In conditional rendering fallback, check the query status. by Eric Anholt · 12 years ago
  33. 4bbd120 mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB. by Eric Anholt · 12 years ago
  34. 9f7b3d1 Make shared-glapi the default by Ian Romanick · 12 years ago
  35. 5602f0f mesa/tests: Fix trivial typos in src/mapi/glapi tests by Ian Romanick · 12 years ago
  36. 45d3d0a mesa/tests: Add tests for the generated shared-glapi dispatch table by Ian Romanick · 12 years ago
  37. d9f899b glapi: Prevent accidental use of lies w/shared-glapi by Ian Romanick · 12 years ago
  38. 99fee47 glx: Don't use glapitable.h at all by Ian Romanick · 12 years ago
  39. f5dffb7 glx: Don't rely on struct _glapi_table by Ian Romanick · 12 years ago
  40. 52d6df8 mesa/tests: Don't build glapi tests with shared-glapi by Ian Romanick · 12 years ago
  41. e45a9ce i965: Use 64-bit writes for occlusion queries. by Kenneth Graunke · 12 years ago
  42. 20c09b8 i965: Refactor depth count write PIPE_CONTROLs into a helper function. by Kenneth Graunke · 12 years ago
  43. a2cdd5a i965: Emit a CS stall before timestamp writes. by Kenneth Graunke · 12 years ago
  44. c4c78c2 i965: Use 64-bit writes for timestamp queries. by Kenneth Graunke · 12 years ago
  45. 03f1466 i965: Refactor timestamp write PIPE_CONTROLs into a helper function. by Kenneth Graunke · 12 years ago
  46. 61d0b9f intel: Make the length for PIPE_CONTROL explicit. by Kenneth Graunke · 12 years ago
  47. ecac178 swrast: add missing switch case for API_OPENGL_CORE by Brian Paul · 12 years ago
  48. b4d6502 gallivm: remove unused src_elem_type variable by Brian Paul · 12 years ago
  49. f21669e svga: remove unused svga_shader::use_sm30 field, add comments by Brian Paul · 12 years ago
  50. 16a2891 svga: remove unused svga_winsys_handle type by Brian Paul · 12 years ago
  51. 82cd9c0 radeonsi: If pixel shader compilation fails, use a dummy shader. by Michel Dänzer · 12 years ago
  52. be42a45 radeonsi: fix memory leak and/or segfaults by Christian König · 12 years ago
  53. 8c44e5a radeon/winsys: fix winsys VM handling by Christian König · 12 years ago
  54. 7528e21 translate: Fix typo in is_legal_int_format_combo. by Vinson Lee · 12 years ago
  55. 1ea263f r600g: remove unused parameters in texture functions by Marek Olšák · 12 years ago
  56. 4a07851 i965: Enable uniform buffer objects on gen6+. by Eric Anholt · 12 years ago
  57. 0487105 i965/vs: Add support for loading uniform buffer variables as pull constants. by Eric Anholt · 12 years ago
  58. 90de96f i965/fs: Add support for loading uniform buffer variables as pull constants. by Eric Anholt · 12 years ago
  59. bb020d0 i965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT instructions. by Eric Anholt · 12 years ago
  60. 454dc83 i965/fs: Communicate the pull constant block read parameters through fs_regs. by Eric Anholt · 12 years ago
  61. 25d2bf3 i965: Bind UBOs as surfaces like we do for pull constants. by Eric Anholt · 12 years ago
  62. 5bffbd7 i965: Add an offset argument to constant buffer setup. by Eric Anholt · 12 years ago
  63. 5fc5b29 mesa: Add support for glUniformBlockBinding() in display lists. by Eric Anholt · 12 years ago
  64. bfa046b mesa: Unbind uniform buffer bindings on glDeleteBuffers(). by Eric Anholt · 12 years ago
  65. 1eb3c06 mesa: Default to GL 3.1's limits on uniform blocks. by Eric Anholt · 12 years ago
  66. 803262a glsl: Refuse to parse uniform block declarations when UBOs aren't available. by Eric Anholt · 12 years ago
  67. e45f1b1 glsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to std140 rules. by Eric Anholt · 12 years ago
  68. 86e0045 glsl: Only flag RowMajor on matrix-type variables. by Eric Anholt · 12 years ago
  69. ffb2d43 glsl: Fix calculation of std140 offset alignment for mat2s. by Eric Anholt · 12 years ago
  70. 300315f glsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX). by Eric Anholt · 12 years ago
  71. af3fc6b ir_to_mesa: Don't whack the ->location field of uniform block variables. by Eric Anholt · 12 years ago
  72. 56e82e3 mesa: Make glBindBufferBase/glBindBufferRange() work on just-genned names. by Eric Anholt · 12 years ago
  73. a75f268 glsl: Add a lowering pass to turn complicated UBO references to vector loads. by Eric Anholt · 12 years ago
  74. 8c2a983 glsl: Add a variant of the rvalue visitor for handle_rvalue() on the way down. by Eric Anholt · 12 years ago
  75. 2ea3ab1 glsl: Add a "ubo_load" expression type for fetches from UBOs. by Eric Anholt · 12 years ago
  76. 71ba6de glsl: Fix a reference to UniformBlocks during uniform linking. by Eric Anholt · 12 years ago
  77. 7e42302 glsl: Update the notes on adding a new expression type. by Eric Anholt · 12 years ago
  78. 9c1b418 mesa: Replace VersionMajor/VersionMinor with a Version field. by Eric Anholt · 12 years ago
  79. 3aaeb3e intel: Fix compiler warnings from winsys msaa. by Eric Anholt · 12 years ago
  80. e943e5c intel: Advertise multisample DRI2 configs on gen >= 6 by Chad Versace · 12 years ago
  81. 8b5d68d intel: Clarify intel_screen_make_configs by Chad Versace · 12 years ago
  82. a4bf68c dri: Simplify use of driConcatConfigs by Chad Versace · 12 years ago
  83. b2d428c intel: Refactor creation of DRI2 configs by Chad Versace · 12 years ago
  84. 61fd684 intel: Downsample on DRI2 flush by Chad Versace · 12 years ago
  85. e88cfbb intel: Support mapping multisample miptrees by Chad Versace · 12 years ago
  86. 4c0ccc1 intel: Refactor use of intel_miptree_map by Chad Versace · 12 years ago
  87. 8198095 intel: Refactor intel_miptree_map/unmap by Chad Versace · 12 years ago
  88. 6b56140 i965: Mark needed downsamples for msaa winsys buffers by Chad Versace · 12 years ago
  89. d374635 intel: Define functions for up/downsampling on miptrees by Chad Versace · 12 years ago
  90. 6cc9df3 i965: Add function brw_blorp_blit_miptrees by Chad Versace · 12 years ago
  91. f4873ba intel: Allocate miptree for multisample DRI2 buffers by Chad Versace · 12 years ago
  92. 4eba672 intel: Refactor creation of hiz and mcs miptrees by Chad Versace · 12 years ago
  93. e2f2376 intel: Set num samples for winsys renderbuffers by Chad Versace · 12 years ago
  94. 53fa28f intel: Refactor quantize_num_samples by Chad Versace · 12 years ago
  95. 7a2e40e intel: Update stale comment for intel_miptree_slice::map by Chad Versace · 12 years ago
  96. 4b40375 i965: add more Haswell PCI IDs by Paulo Zanoni · 12 years ago
  97. 8433f80 egl: remove redundant PFNEGLQUERYSTREAMTIMEKHRPROC typedef by Brian Paul · 12 years ago
  98. 99695f5 softpipe: fix loop limit for tex_cache[] array by Brian Paul · 12 years ago
  99. 7d65356 st/mesa: Fix a potential memory leak in get_mesa_program. by Vinson Lee · 12 years ago
  100. c3894bc gallivm: Add constructor for raw_debug_ostream. by Vinson Lee · 12 years ago