1. e532b62 dri2: Add plumbing to get context version requirements and flags to drivers by Ian Romanick · 13 years ago
  2. 296fe21 glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts by Ian Romanick · 13 years ago
  3. b45f77d glx/dri: Add utility function dri2_convert_glx_attribs by Ian Romanick · 13 years ago
  4. 4c7898c st/mesa: Reject forward-looking contexts by Ian Romanick · 13 years ago
  5. d9de33c dri_util: Mostly stub implementation of dri2CreateContextAttribs by Ian Romanick · 13 years ago
  6. c9d25cf glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_context_profile by Ian Romanick · 13 years ago
  7. 78aa71a glx: Connect glXCreateContextAttribsARB to glXGetProcAddress by Ian Romanick · 13 years ago
  8. 588042a glx: Initial implementation of glXCreateContextAttribsARB by Ian Romanick · 13 years ago
  9. 48ffc6a glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts by Ian Romanick · 13 years ago
  10. 6a06409 glx: Implement glx_screen_vtable::create_context_attribs for indirect contexts by Ian Romanick · 13 years ago
  11. 43409fa glx: Add glx_screen_vtable::create_context_attribs by Ian Romanick · 13 years ago
  12. eacd61b glx: Use __glX_send_client_info with XCB by Ian Romanick · 13 years ago
  13. 6ccda72 glx: Add __glX_send_client_info super function by Ian Romanick · 13 years ago
  14. fc7ac4d glsl-to-tgsi: handle ir_unop_round_even by Christoph Bumiller · 13 years ago
  15. 09497e0 glsl_to_tgsi: fix handling of CONT and BRK in eliminate_dead_code_advanced() by Bryan Cain · 13 years ago
  16. 7cbcce3 swrast: Remove dead code in _swrast_clear_depth_buffer() by Paul Berry · 13 years ago
  17. 01a63f4 radeon: move declarations before code by Brian Paul · 13 years ago
  18. 5edc6fe radeon: add casts to silence warnings by Brian Paul · 13 years ago
  19. d939838 radeon: remove unused tex image function prototypes by Brian Paul · 13 years ago
  20. d69d287 mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions by Brian Paul · 13 years ago
  21. e833b98 intel: pass xoffset, yoffset = 0 to _mesa_texstore() by Brian Paul · 13 years ago
  22. c82c24b i965: Silence gcc warning about uninitialized "inst" in assert() case. by Eric Anholt · 13 years ago
  23. bf2c746 i965: Silence gcc warning from resizing EU store changes. by Eric Anholt · 13 years ago
  24. bce506f vl: seperate shader buffers from components by Christian König · 13 years ago
  25. 2cd7e5b r300g: inline r300_resource_set_properties by Marek Olšák · 13 years ago
  26. ce9d61f r300g: rework resource_copy_region, not changing pipe_resource by Marek Olšák · 13 years ago
  27. ce31970 u_blitter: expose functions for setting default views and surfaces for copying by Marek Olšák · 13 years ago
  28. b5fd0e0 st_glsl_to_tgsi: translate interp mode for front/back color by Dave Airlie · 13 years ago
  29. c44f6e0 softpipe: reorder LIT to fix fp-lit-src-equals-dst by Dave Airlie · 13 years ago
  30. 24668a3 llvmpipe: fix blending for intensity formats by Dave Airlie · 13 years ago
  31. 99fbf7c st/mesa: remove stImage->base.Face/Level assignments in st_TexImage() by Brian Paul · 13 years ago
  32. bed4c7e u_format: fix latc fetches. by Dave Airlie · 13 years ago
  33. 0c6ee78 u_format/rgtc: fix alpha values in returned texels. by Dave Airlie · 13 years ago
  34. 141d961 glsl: fix usage of potentially undefined data_end union by Alexander von Gluck · 13 years ago
  35. 797960d st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB() by Brian Paul · 13 years ago
  36. bec2ea8 mesa: simplify Driver.GetCompressedTexImage() parameters by Brian Paul · 13 years ago
  37. 94a0c51 mesa: simplify Driver.CompressedTex[Sub]Image function parameters by Brian Paul · 13 years ago
  38. 92c6462 mesa: simplify Driver.TexImage() parameters by Brian Paul · 13 years ago
  39. da0cc82 mesa: simplify Driver.TexSubImage() parameters by Brian Paul · 13 years ago
  40. c22a95c st/mesa: remove TexSubImage code, use core mesa routines instead. by Brian Paul · 13 years ago
  41. 4ca624f u_format: fix inv_swizzles generation by Dave Airlie · 13 years ago
  42. 7dd2d29 r600g: Manage fences per screen rather than per context. by Michel Dänzer · 13 years ago
  43. 0e57b66 i915g: Allocate tmp for KILP by Stéphane Marchesin · 13 years ago
  44. efa1fac vbo: introduce vbo_sizeof_ib_type() function by Yuanhan Liu · 13 years ago
  45. ded02bd llvmpipe: Remove useless draw_install_pstipple_stage call. by Stéphane Marchesin · 13 years ago
  46. 747f030 intel: Fix memory leak in intel_miptree_create() by Chad Versace · 13 years ago
  47. 069901e i965/fs: Allow constant propagation into IF with embedded compare. by Eric Anholt · 13 years ago
  48. 6a1e19d intel: Drop the batchbuffer flush on glRenderbufferStorage(). by Eric Anholt · 13 years ago
  49. 2529fde intel: Drop the batchbuffer flush on glFramebufferRenderbuffer(). by Eric Anholt · 13 years ago
  50. b890f10 intel: Make the batchbuffer flush debug more useful. by Eric Anholt · 13 years ago
  51. 7f854a5 intel: Fix performance regression in Lightsmark since HiZ changes. by Eric Anholt · 13 years ago
  52. ab7794c intel: Don't consider miptrees for other texture targets to match. by Eric Anholt · 13 years ago
  53. 0ddb759 mesa: Use __builtin_ffsll on Mac OS X. by Vinson Lee · 13 years ago
  54. 11cdf24 i915g: Add missing draw_flush call. by Stéphane Marchesin · 13 years ago
  55. 62e968d mesa: Re-add main/bitset.h to fix classic nouveau build failure. by José Fonseca · 13 years ago
  56. 196800d mesa: Remove now unused main/bitset.h. by Mathias Fröhlich · 13 years ago
  57. 1ef3a94 mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards. by Mathias Fröhlich · 13 years ago
  58. ccbf192 mesa: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  59. 45cd15b radeon: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  60. 19c46d3 nouveau: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  61. b49b1e4 i915: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  62. 50e0091 mesa: Convert RENDERINPUTS* macros to GLbitfield64. by Mathias Fröhlich · 13 years ago
  63. b50d250 i915g: Only apply the optimization to output vars. by Stéphane Marchesin · 13 years ago
  64. 07ee9f3 i965/vs: Properly clear cur_value when propagating direct copies. by Kenneth Graunke · 13 years ago
  65. 443c8d1 i965/vs: Fix incorrect subscript when resetting copy propagation records. by Kenneth Graunke · 13 years ago
  66. 7420c9d i965: Create mock implementation of GL_OES_EGL_image_external by Chad Versace · 13 years ago
  67. 7e5ffd9 meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin() by Chad Versace · 13 years ago
  68. ac8a933 mklib: tab cleanup, no functional change by Alexander von Gluck · 13 years ago
  69. a3752fa mesa: fpclassify is available on Haiku by Alexander von Gluck · 13 years ago
  70. 2e60c95 glu: remove BeOS define as BeOS is not longer a target platform by Alexander von Gluck · 13 years ago
  71. 9e4c8ce gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku by Alexander von Gluck · 13 years ago
  72. 1575668 gallium/u_pack: fix l8/i8 pack color ub by Dave Airlie · 13 years ago
  73. 91d950b vbo: Clean up recalculate_input_bindings. by Mathias Fröhlich · 13 years ago
  74. a5608a5 mklib: Add Haiku build support by Alexander von Gluck · 13 years ago
  75. aa28404 Fix build with LLVM >= r145623. by Johannes Obermayr · 13 years ago
  76. 98dffd9 swrast: assert _swrast_map_teximage() x, y is multiple of block size by Brian Paul · 13 years ago
  77. 08a81c8 swrast: replace assertion with conditional in _swrast_map_teximage() by Brian Paul · 13 years ago
  78. 62f2d6e mesa: fix signed/unsigned comparison warnings by Brian Paul · 13 years ago
  79. 0a7602b vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays by Brian Paul · 13 years ago
  80. 31bf243 mesa: remove leftovers from color indexed rendering. by Mathias Fröhlich · 13 years ago
  81. 5584a8e mesa: remove unused _mesa_copy_materials. by Mathias Fröhlich · 13 years ago
  82. 7ac114f vl: call decode_bitstream only once by Christian König · 13 years ago
  83. 3aa3c3f i965: increase the brw eu instruction store size dynamically by Yuanhan Liu · 13 years ago
  84. 8d1b378 i965: call next_insn() before referencing a instruction by index by Yuanhan Liu · 13 years ago
  85. 328e6a5 i965: get the jmp distance by instruction index by Yuanhan Liu · 13 years ago
  86. 0a17093 i965: let the if_stack just store the instruction index by Yuanhan Liu · 13 years ago
  87. 2175634 r600g: fix a warning that a variable may be uninitialized by Marek Olšák · 13 years ago
  88. 1b9577b gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS by Marek Olšák · 13 years ago
  89. ec9b154 st/mesa: use a cast wrapper function to get st_transform_feedback_object by Marek Olšák · 13 years ago
  90. 7191298 st/mesa: DrawTFB should use the vertex count from the last call of EndTFB by Marek Olšák · 13 years ago
  91. ec48512 r300g: mapping buffers for read should be unsynchronized by Marek Olšák · 13 years ago
  92. 93f4e3c winsys/radeon: move managing GEM domains back to drivers by Marek Olšák · 13 years ago
  93. e6e9bec i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices() by Paul Berry · 13 years ago
  94. b31f62c i965 gen6: Fix transform feedback of triangle strips. by Paul Berry · 13 years ago
  95. 5c818c6 mesa: consolidate texstore functions by Brian Paul · 13 years ago
  96. afebe13 mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAY by Brian Paul · 13 years ago
  97. 9b26aa4 mesa: update comment for MapTextureImage() by Brian Paul · 13 years ago
  98. c60ac7b swrast: rewrite glDrawPixels(GL_DEPTH) with zoom by Brian Paul · 13 years ago
  99. bf0c0cc swrast: stop using _DepthBuffer in triangle code by Brian Paul · 13 years ago
  100. 7a7b521 mesa: remove gl_renderbuffer::PutRowRGB() by Brian Paul · 13 years ago