1. 892a254 mesa: remove unused _mesa_init_teximage_fields() target parameter by Brian Paul · 13 years ago
  2. 7b181d1 vl/mpeg2: simple fix to get xine running again by Christian König · 13 years ago
  3. 4535874 ff_fragment_shader: Don't generate swizzles for scalar combiner inputs by Ian Romanick · 13 years ago
  4. 0ed11e3 Fix read from pointer after free by Anuj Phogat · 13 years ago
  5. 2f1ab63 configure.ac: fix typo from 3ef3ba4d2 by Matt Turner · 13 years ago
  6. 7e291e9 st/mesa: use SINT/UINT formats for VertexAttribIPointer by Christoph Bumiller · 13 years ago
  7. 6911184 tgsi/softpipe: disable FAST_MATH by Dave Airlie · 13 years ago
  8. e763b6e softpipe: remove the 32bits limitation on depth(-stencil) formats by Morgan Armand · 13 years ago
  9. 2ae591b gallium: use Haiku provided debug_printf in OS.h by Alexander von Gluck · 13 years ago
  10. d4bf5ce glsl_to_tgsi: v2 Invalidate and revalidate uniform backing storage by Vadim Girlin · 13 years ago
  11. f433fe0 glx: Hack around versions of XCB that lack GLX_ARB_create_context support by Ian Romanick · 13 years ago
  12. b518dfb mesa: XCB is no longer optional for GLX or DRI by Ian Romanick · 13 years ago
  13. 14aff23 intel: include version.h in intel_screen.c to silence warning by Brian Paul · 13 years ago
  14. 596d9f6 dri_util: Fix order of error and data parameters to dri2CreateContextAttribs by Ian Romanick · 13 years ago
  15. 7705833 r600g: add missing colorswaps for r8 uint/sint. by Dave Airlie · 13 years ago
  16. 3ef3ba4 tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol by Ian Romanick · 13 years ago
  17. 8a4b36d glx: Don't use 'new' as a function parameter name by Ian Romanick · 13 years ago
  18. e6280c3 glx: Enable GLX_EXT_create_context_es2_profile by Ian Romanick · 13 years ago
  19. e532b62 dri2: Add plumbing to get context version requirements and flags to drivers by Ian Romanick · 13 years ago
  20. 296fe21 glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts by Ian Romanick · 13 years ago
  21. b45f77d glx/dri: Add utility function dri2_convert_glx_attribs by Ian Romanick · 13 years ago
  22. 4c7898c st/mesa: Reject forward-looking contexts by Ian Romanick · 13 years ago
  23. d9de33c dri_util: Mostly stub implementation of dri2CreateContextAttribs by Ian Romanick · 13 years ago
  24. c9d25cf glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_context_profile by Ian Romanick · 13 years ago
  25. 78aa71a glx: Connect glXCreateContextAttribsARB to glXGetProcAddress by Ian Romanick · 13 years ago
  26. 588042a glx: Initial implementation of glXCreateContextAttribsARB by Ian Romanick · 13 years ago
  27. 48ffc6a glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts by Ian Romanick · 13 years ago
  28. 6a06409 glx: Implement glx_screen_vtable::create_context_attribs for indirect contexts by Ian Romanick · 13 years ago
  29. 43409fa glx: Add glx_screen_vtable::create_context_attribs by Ian Romanick · 13 years ago
  30. eacd61b glx: Use __glX_send_client_info with XCB by Ian Romanick · 13 years ago
  31. 6ccda72 glx: Add __glX_send_client_info super function by Ian Romanick · 13 years ago
  32. fc7ac4d glsl-to-tgsi: handle ir_unop_round_even by Christoph Bumiller · 13 years ago
  33. 09497e0 glsl_to_tgsi: fix handling of CONT and BRK in eliminate_dead_code_advanced() by Bryan Cain · 13 years ago
  34. 7cbcce3 swrast: Remove dead code in _swrast_clear_depth_buffer() by Paul Berry · 13 years ago
  35. 01a63f4 radeon: move declarations before code by Brian Paul · 13 years ago
  36. 5edc6fe radeon: add casts to silence warnings by Brian Paul · 13 years ago
  37. d939838 radeon: remove unused tex image function prototypes by Brian Paul · 13 years ago
  38. d69d287 mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions by Brian Paul · 13 years ago
  39. e833b98 intel: pass xoffset, yoffset = 0 to _mesa_texstore() by Brian Paul · 13 years ago
  40. c82c24b i965: Silence gcc warning about uninitialized "inst" in assert() case. by Eric Anholt · 13 years ago
  41. bf2c746 i965: Silence gcc warning from resizing EU store changes. by Eric Anholt · 13 years ago
  42. bce506f vl: seperate shader buffers from components by Christian König · 13 years ago
  43. 2cd7e5b r300g: inline r300_resource_set_properties by Marek Olšák · 13 years ago
  44. ce9d61f r300g: rework resource_copy_region, not changing pipe_resource by Marek Olšák · 13 years ago
  45. ce31970 u_blitter: expose functions for setting default views and surfaces for copying by Marek Olšák · 13 years ago
  46. b5fd0e0 st_glsl_to_tgsi: translate interp mode for front/back color by Dave Airlie · 13 years ago
  47. c44f6e0 softpipe: reorder LIT to fix fp-lit-src-equals-dst by Dave Airlie · 13 years ago
  48. 24668a3 llvmpipe: fix blending for intensity formats by Dave Airlie · 13 years ago
  49. 99fbf7c st/mesa: remove stImage->base.Face/Level assignments in st_TexImage() by Brian Paul · 13 years ago
  50. bed4c7e u_format: fix latc fetches. by Dave Airlie · 13 years ago
  51. 0c6ee78 u_format/rgtc: fix alpha values in returned texels. by Dave Airlie · 13 years ago
  52. 141d961 glsl: fix usage of potentially undefined data_end union by Alexander von Gluck · 13 years ago
  53. 797960d st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB() by Brian Paul · 13 years ago
  54. bec2ea8 mesa: simplify Driver.GetCompressedTexImage() parameters by Brian Paul · 13 years ago
  55. 94a0c51 mesa: simplify Driver.CompressedTex[Sub]Image function parameters by Brian Paul · 13 years ago
  56. 92c6462 mesa: simplify Driver.TexImage() parameters by Brian Paul · 13 years ago
  57. da0cc82 mesa: simplify Driver.TexSubImage() parameters by Brian Paul · 13 years ago
  58. c22a95c st/mesa: remove TexSubImage code, use core mesa routines instead. by Brian Paul · 13 years ago
  59. 4ca624f u_format: fix inv_swizzles generation by Dave Airlie · 13 years ago
  60. 7dd2d29 r600g: Manage fences per screen rather than per context. by Michel Dänzer · 13 years ago
  61. 0e57b66 i915g: Allocate tmp for KILP by Stéphane Marchesin · 13 years ago
  62. efa1fac vbo: introduce vbo_sizeof_ib_type() function by Yuanhan Liu · 13 years ago
  63. ded02bd llvmpipe: Remove useless draw_install_pstipple_stage call. by Stéphane Marchesin · 13 years ago
  64. 747f030 intel: Fix memory leak in intel_miptree_create() by Chad Versace · 13 years ago
  65. 069901e i965/fs: Allow constant propagation into IF with embedded compare. by Eric Anholt · 13 years ago
  66. 6a1e19d intel: Drop the batchbuffer flush on glRenderbufferStorage(). by Eric Anholt · 13 years ago
  67. 2529fde intel: Drop the batchbuffer flush on glFramebufferRenderbuffer(). by Eric Anholt · 13 years ago
  68. b890f10 intel: Make the batchbuffer flush debug more useful. by Eric Anholt · 13 years ago
  69. 7f854a5 intel: Fix performance regression in Lightsmark since HiZ changes. by Eric Anholt · 13 years ago
  70. ab7794c intel: Don't consider miptrees for other texture targets to match. by Eric Anholt · 13 years ago
  71. 0ddb759 mesa: Use __builtin_ffsll on Mac OS X. by Vinson Lee · 13 years ago
  72. 11cdf24 i915g: Add missing draw_flush call. by Stéphane Marchesin · 13 years ago
  73. 62e968d mesa: Re-add main/bitset.h to fix classic nouveau build failure. by José Fonseca · 13 years ago
  74. 196800d mesa: Remove now unused main/bitset.h. by Mathias Fröhlich · 13 years ago
  75. 1ef3a94 mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards. by Mathias Fröhlich · 13 years ago
  76. ccbf192 mesa: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  77. 45cd15b radeon: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  78. 19c46d3 nouveau: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  79. b49b1e4 i915: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  80. 50e0091 mesa: Convert RENDERINPUTS* macros to GLbitfield64. by Mathias Fröhlich · 13 years ago
  81. b50d250 i915g: Only apply the optimization to output vars. by Stéphane Marchesin · 13 years ago
  82. 07ee9f3 i965/vs: Properly clear cur_value when propagating direct copies. by Kenneth Graunke · 13 years ago
  83. 443c8d1 i965/vs: Fix incorrect subscript when resetting copy propagation records. by Kenneth Graunke · 13 years ago
  84. 7420c9d i965: Create mock implementation of GL_OES_EGL_image_external by Chad Versace · 13 years ago
  85. 7e5ffd9 meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin() by Chad Versace · 13 years ago
  86. ac8a933 mklib: tab cleanup, no functional change by Alexander von Gluck · 13 years ago
  87. a3752fa mesa: fpclassify is available on Haiku by Alexander von Gluck · 13 years ago
  88. 2e60c95 glu: remove BeOS define as BeOS is not longer a target platform by Alexander von Gluck · 13 years ago
  89. 9e4c8ce gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku by Alexander von Gluck · 13 years ago
  90. 1575668 gallium/u_pack: fix l8/i8 pack color ub by Dave Airlie · 13 years ago
  91. 91d950b vbo: Clean up recalculate_input_bindings. by Mathias Fröhlich · 13 years ago
  92. a5608a5 mklib: Add Haiku build support by Alexander von Gluck · 13 years ago
  93. aa28404 Fix build with LLVM >= r145623. by Johannes Obermayr · 13 years ago
  94. 98dffd9 swrast: assert _swrast_map_teximage() x, y is multiple of block size by Brian Paul · 13 years ago
  95. 08a81c8 swrast: replace assertion with conditional in _swrast_map_teximage() by Brian Paul · 13 years ago
  96. 62f2d6e mesa: fix signed/unsigned comparison warnings by Brian Paul · 13 years ago
  97. 0a7602b vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays by Brian Paul · 13 years ago
  98. 31bf243 mesa: remove leftovers from color indexed rendering. by Mathias Fröhlich · 13 years ago
  99. 5584a8e mesa: remove unused _mesa_copy_materials. by Mathias Fröhlich · 13 years ago
  100. 7ac114f vl: call decode_bitstream only once by Christian König · 13 years ago