1. b8b1d61 Add new .gitignore entries for Automake 1.13 tests by Paul Berry · 12 years ago
  2. 82f8e8e i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries. by Kenneth Graunke · 12 years ago
  3. 5bf357d radeon/r200: Fix tcl culling by smoki · 12 years ago
  4. 800ed95 wayland: Don't cancel a roundtrip when any event is received by Jonas Ådahl · 12 years ago
  5. 622d96a i965: Add break statement at end of BRW_OPCODE_CONTINUE case. by Vinson Lee · 12 years ago
  6. bfe28b8 egl/android: Fix build for Jelly Bean (v2) by Chad Versace · 12 years ago
  7. 56c6cdc android: Define Make variables for Android version by Chad Versace · 12 years ago
  8. 7f962c5 mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSamplerParameter* by Matt Turner · 12 years ago
  9. f10b54f mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter* by Matt Turner · 12 years ago
  10. 1b06a04 mesa: Mark _mesa_{init,delete}_sampler_object as static by Matt Turner · 12 years ago
  11. 86b6964 glcpp: Typo fix. by Adam Jackson · 12 years ago
  12. c8d3fd4 r300g: Fix visibility CFLAGS in automake by Adam Jackson · 12 years ago
  13. 443954d galahad, noop: Fix visibility CFLAGS in automake by Adam Jackson · 12 years ago
  14. 0daabd5 glcpp: Fix visibility CFLAGS in automake by Adam Jackson · 12 years ago
  15. 7c03232 mesa: Implement compressed 2D array textures. by Paul Berry · 12 years ago
  16. 261ee4d mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage. by Paul Berry · 12 years ago
  17. c7d3254 mesa: fix signed/unsignd mix-up in fetch_signed_l_latc1() by Brian Paul · 12 years ago
  18. 955babf glsl: add cast to silence signed/unsigned comparision warning by Brian Paul · 12 years ago
  19. 05cd6cf xlib: handle _mesa_initialize_visual()'s return value by Brian Paul · 12 years ago
  20. 66ea6e8 i965: Fail to blit rather than assert on invalid pitch requirements. by Kenneth Graunke · 12 years ago
  21. 2f225f6 intel: Skip texture validation logic when nothing has changed. by Eric Anholt · 12 years ago
  22. 73c376b intel: Turn a test in miptree_match_image into an assert. by Eric Anholt · 12 years ago
  23. 12751ef i965: Stop making a copy of non-builtin uniforms in ParameterValues[]. by Eric Anholt · 12 years ago
  24. 7e28d6c i965: Consistently use nr_pull_params instead of NumParameters. by Eric Anholt · 12 years ago
  25. aa6e35e i965/vs: Reference the core GL uniform storage for non-builtin uniforms. by Eric Anholt · 12 years ago
  26. c0d1f50 i965/fs: Reference the core GL uniform storage for non-builtin uniforms. by Eric Anholt · 12 years ago
  27. bd32662 glsl: Add a note about a surprising feature of gl_uniform_storage->type. by Eric Anholt · 12 years ago
  28. f189570 i965/fs: Remove the param_index/param_offset indirection. by Eric Anholt · 12 years ago
  29. d5efc14 i965: Add asserts to check that we don't realloc ParameterValues. by Eric Anholt · 12 years ago
  30. ffdfafb i965: Add texrect scale parameters before pointers to ParameterValues. by Eric Anholt · 12 years ago
  31. 6ccc505 i965: Fix a typo in a comment. by Eric Anholt · 12 years ago
  32. 50a88e2 i965: Add a note about a bug from the no-recompile-on-sampler-updates change. by Eric Anholt · 12 years ago
  33. 7c35521 mesa: add missing texel fetch code for sRGB DXT formats by Brian Paul · 12 years ago
  34. 5791c56 i965: Fix border color handling for deprecated SNORM formats. by Eric Anholt · 12 years ago
  35. 5628501 i965: Start using HIZ for Z16 textures. by Eric Anholt · 12 years ago
  36. 3e1d8e6 intel: Use the parent miptree's format for setting up HiZ miptrees. by Eric Anholt · 12 years ago
  37. cb3b172 intel: Remove a couple of dead function prototypes. by Eric Anholt · 12 years ago
  38. 0d6a722 i965: Add perf debug for depth/stencil alignment workaround. by Eric Anholt · 12 years ago
  39. e454b2d i965: Assert that relayout laid out something that won't need it again. by Eric Anholt · 12 years ago
  40. 3b45841 i965: Also fix validation of Z32F_S8 textures. by Eric Anholt · 12 years ago
  41. 4638681 i965: Fix validation of ETC miptrees. by Eric Anholt · 12 years ago
  42. 3b99d09 qi965: Add perf debug for texture relayout. by Eric Anholt · 12 years ago
  43. c417d26 i965: Fix hiz resolves getting stomped by depth offset validation. by Eric Anholt · 12 years ago
  44. a58bf9d r600g: rename GPU_FLUSH -> INVAL_READ_CACHES by Marek Olšák · 12 years ago
  45. 9ef26fc r600g: remove redundant parameter alloc_bo from r600_texture_create_object by Marek Olšák · 12 years ago
  46. a585b8f Make IsVertexArray() return false before BindVertexArray() by Matt Turner · 12 years ago
  47. fd93d55 Make IsTransformFeedback() return false before BindTransformFeedback() by Matt Turner · 12 years ago
  48. 54203ef nouveau: deal with tbo cap for now. by Dave Airlie · 12 years ago
  49. 9c6410e r600g: always use a tiled resource as the destination of MSAA resolve by Marek Olšák · 12 years ago
  50. 9b0b4cf winsys/radeon: the env var RADEON_NOOP can be used to skip CS ioctls by Marek Olšák · 12 years ago
  51. eccc74f r600g: remove a false comment by Marek Olšák · 12 years ago
  52. fb45a81 r600g: don't suspend TIME_ELAPSED queries during flushing by Marek Olšák · 12 years ago
  53. 6d49ffd gallium/tests: fix build breakage after pipe_surface::usage removal by Marek Olšák · 12 years ago
  54. 46e3aeb mesa: add bounds checking for uniform array access by Frank Henigman · 12 years ago
  55. 74f0731 util/u_format: Round when converting depth values from float to z16_unorm. by José Fonseca · 12 years ago
  56. e8ca1a5 r600g: add cs tracing infrastructure for lockup pin pointing by Jerome Glisse · 12 years ago
  57. 6532eb1 r600g: add htile support v16 by Jerome Glisse · 12 years ago
  58. 24b1206 r600g: rework flusing and synchronization pattern v7 by Jerome Glisse · 12 years ago
  59. cf56320 mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers. by Paul Berry · 12 years ago
  60. ab2f573 llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support. by José Fonseca · 12 years ago
  61. 3160b0b mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP. by José Fonseca · 12 years ago
  62. 9976216 gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/ by José Fonseca · 12 years ago
  63. ef11ed6 r600g: add assertions to prevent creation of invalid surfaces by Marek Olšák · 12 years ago
  64. fefa211 r600g: refactor and make streamout dumping more informative by Marek Olšák · 12 years ago
  65. 6a2ec76 r600g: try to fix streamout for the cases where BURST_COUNT > 0 by Marek Olšák · 12 years ago
  66. 72362eb r600g: lower stream outputs with dst_offset < start_component by Marek Olšák · 12 years ago
  67. d0e40bd r600g: use r600_get_temp to get temporaries for CLIPDIST shader outputs by Marek Olšák · 12 years ago
  68. fddcc67 softpipe: fix up FS variant unbinding / deletion by Brian Paul · 12 years ago
  69. 18ef8f8 softpipe: fix unreliable FS variant binding bug by Brian Paul · 12 years ago
  70. 5088031 Revert "r600g: work around ddx over alignment" by Jerome Glisse · 12 years ago
  71. d8287ba r600g: work around ddx over alignment by Jerome Glisse · 12 years ago
  72. 1b37fc4 i965: Fix gl_VertexID when there are no other vertex inputs. by Paul Berry · 12 years ago
  73. 5b7099c mesa: Make a function is_transform_feedback_active_and_unpaused. by Paul Berry · 12 years ago
  74. 1ad5162 mesa: Fix corner cases of BindBufferBase with transform feedback. by Paul Berry · 12 years ago
  75. b87e65c mesa/gles3: Generate error on draw call if transform feedback would overflow. by Paul Berry · 12 years ago
  76. febc237 mesa/gles3: Generate error on DrawElements* calls if transform feedback active. by Paul Berry · 12 years ago
  77. 3870f29 mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965. by Paul Berry · 12 years ago
  78. 61c1b06 mesa: Change args to vbo_count_tessellated_primitives. by Paul Berry · 12 years ago
  79. 8cf552b radeon/llvm: improve cube map handling by Vadim Girlin · 12 years ago
  80. 3b89fcb radeon/llvm: fix TXQ_LZ handling for cube maps by Vadim Girlin · 12 years ago
  81. 63cabf0 r600g: initialize inst_mod in r600_tex_from_byte_stream by Vadim Girlin · 12 years ago
  82. dc613f1 gallivm: fix conversion for pure integer formats by Roland Scheidegger · 12 years ago
  83. 12f3b3d glsl: Fix gl_context vs. ralloc context in check_version again, again. by Kenneth Graunke · 12 years ago
  84. fd65fb5 vega: fix for object handle leak by Andreas Pokorny · 12 years ago
  85. 9b13e73 wmesa: include version.h to silence warning by Brian Paul · 12 years ago
  86. a9048aa xlib: include headers to fix errors/warnings by Brian Paul · 12 years ago
  87. 6cf3034 mesa osmesa/x11: fix build error introduced in 4bea4cb9 by Jordan Justen · 12 years ago
  88. 3d14b25 gallivm: fix texel fetch for array textures (2) by Roland Scheidegger · 12 years ago
  89. 1358f3a mesa: assert if driver did not compute the version by Jordan Justen · 12 years ago
  90. 075f872 mesa: don't initialize VBO vtxfmt in _vbo_CreateContext by Jordan Justen · 12 years ago
  91. 53ee395 mesa: don't initialize exec dispatch tables in _mesa_initialize_context by Jordan Justen · 12 years ago
  92. d5d1f10 mesa dispatch_sanity: call new functions to initialize exec table by Jordan Justen · 12 years ago
  93. 4bea4cb drivers: compute version and then initialize exec table by Jordan Justen · 12 years ago
  94. 0924f4e vbo: add _mesa_initialize_vbo_vtxfmt by Jordan Justen · 12 years ago
  95. d440149 mesa: separate exec allocation from initialization by Jordan Justen · 12 years ago
  96. fa5078c r600g: fixup offset types for printing by Dave Airlie · 12 years ago
  97. cf358a2 gallium/u_blitter: Remove the overlapped blit assert from util_blitter_blit_generic(). by Henri Verbeet · 12 years ago
  98. a9abaaa glsl_parser_extras.cpp: fixup gl vs mem contexts again. by Dave Airlie · 12 years ago
  99. 4f91f8d i965: Move BRW_MAX_GRF and similar defines to brw_reg.h. by Kenneth Graunke · 12 years ago
  100. 1db1283 i965: Split struct brw_reg out from brw_eu.h into its own header. by Kenneth Graunke · 12 years ago