1. 39b588b external/mesa3d: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH by Colin Cross · 10 years ago
  2. 183a28a mesa: Bump version to 9.0.3 by Andreas Boll · 11 years ago
  3. f84fe6a DRI2: Don't disable GLX_INTEL_swap_event unconditionally by Zack Rusin · 11 years ago
  4. be70484 i965/gen7: Set up all samplers even if samplers are sparsely used. by Eric Anholt · 11 years ago
  5. 4e35ffa i965/vs: Try again when we've successfully spilled a reg. by Eric Anholt · 12 years ago
  6. 15693b7 nouveau: Fix build. by Brian Paul · 12 years ago
  7. dddc5df i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms. by Kenneth Graunke · 11 years ago
  8. e11ef54 i965: Fix the SF Vertex URB Read Length calculation for Sandybridge. by Kenneth Graunke · 11 years ago
  9. 2de8874 i965: Compute the maximum SF source attribute. by Kenneth Graunke · 11 years ago
  10. d47020b i965: Refactor Gen6+ SF attribute override code. by Kenneth Graunke · 11 years ago
  11. 71e3ee3 softpipe: fix using optimized filter function by Roland Scheidegger · 11 years ago
  12. fdfb299 r300g: fix blending with blend color and RGBA formats by Marek Olšák · 11 years ago
  13. 2389fcc svga: fix sRGB rendering by Brian Paul · 11 years ago
  14. cef854d mesa: don't expose IBM_rasterpos_clip in a core context by Brian Paul · 11 years ago
  15. adcf0a0 st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2 by Brian Paul · 11 years ago
  16. 663e415 mesa: don't enable GL_EXT_framebuffer_multisample for software drivers by Brian Paul · 11 years ago
  17. d40df80 gallium/u_upload_mgr: fix a serious memory leak by Marek Olšák · 11 years ago
  18. 9143685 util: add new error checking code in vbuf helper by Brian Paul · 11 years ago
  19. c760677 st/mesa: do proper error checking for u_upload_alloc() calls by Brian Paul · 11 years ago
  20. a1cb12c util: add some defensive coding in u_upload_alloc() by Brian Paul · 11 years ago
  21. d32aff9 st/mesa: add null pointer check in st_renderbuffer_delete() by Brian Paul · 12 years ago
  22. d4fc90c mesa: remove warning message in _mesa_reference_renderbuffer_() by Brian Paul · 12 years ago
  23. 5fdc42f dri_glx: fix use after free report by Brian Paul · 11 years ago
  24. 527b3b8 st/mesa: fix context use-after-free problem in st_renderbuffer_delete() by Brian Paul · 12 years ago
  25. 9d4ab9a mesa: pass context parameter to gl_renderbuffer::Delete() by Brian Paul · 11 years ago
  26. dca0437 mesa: fix-up and use _mesa_delete_renderbuffer() by Brian Paul · 12 years ago
  27. d2d3cd2 st/mesa: set ctx->Const.MaxSamples = 0, not 1 by Brian Paul · 11 years ago
  28. f4e33c5 xlib: use _mesa_generate_mipmap() for mipmap generation, not meta by Brian Paul · 11 years ago
  29. 8d38c72 osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta by Brian Paul · 11 years ago
  30. 3fa0423 vbo: add a null pointer check to handle OOM instead of crashing by Brian Paul · 11 years ago
  31. 6b745a4 svga: add NULL pointer check in svga_create_sampler_state() by Brian Paul · 11 years ago
  32. 998f402 mesa: use GLbitfield64 when copying program inputs by Brian Paul · 11 years ago
  33. 63f8589 glx: only advertise GLX_INTEL_swap_event if it's supported by Zack Rusin · 11 years ago
  34. 765221c glsl: Track UBO block names in the symbol table. by Kenneth Graunke · 12 years ago
  35. c10c3ea r200: Fix probable thinko in r200EmitArrays by Adam Jackson · 11 years ago
  36. 2cde1e5 unpack: support unpacking MESA_FORMAT_ARGB2101010 by Jordan Justen · 11 years ago
  37. 96c1678 util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINT by Brian Paul · 11 years ago
  38. af41a1d util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOAT by Brian Paul · 11 years ago
  39. 3a39c3c st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values by Brian Paul · 11 years ago
  40. 938b156 xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values by Brian Paul · 11 years ago
  41. cd95b67 r600g: fix int->bool conversion in fence_signalled by Marek Olšák · 11 years ago
  42. 439842e xlib: handle _mesa_initialize_visual()'s return value by Brian Paul · 11 years ago
  43. 3bdb758 mesa: add bounds checking for uniform array access by Frank Henigman · 11 years ago
  44. dcb6a7c mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers. by Paul Berry · 11 years ago
  45. e8830f5 softpipe: fix unreliable FS variant binding bug by Brian Paul · 11 years ago
  46. e6e58cf softpipe: fix up FS variant unbinding / deletion by Brian Paul · 11 years ago
  47. 5f8a871 mesa/uniform_query: Don't write to *params if there is an error by Matt Turner · 11 years ago
  48. 460096f r200: Initialize swrast before setting limits by Stefan Dösinger · 12 years ago
  49. 25e34c3 radeon: Initialize swrast before setting limits by Stefan Dösinger · 12 years ago
  50. 794c133 meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADER by Stefan Dösinger · 12 years ago
  51. 9ae069d draw: set precalc_flat flag for AA lines too by Brian Paul · 12 years ago
  52. 4a0423e draw: Properly limit vertex buffer fetches on draw arrays. by José Fonseca · 12 years ago
  53. e582e35 mesa: Disable GL_NV_primitive_restart extension in core contexts. by Kenneth Graunke · 12 years ago
  54. 37be707 st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0 by Brian Paul · 12 years ago
  55. b086d9c mesa: Fix GL_LUMINANCE handling for textures in glGetTexImage by Anuj Phogat · 12 years ago
  56. ce22054 mesa: Set transform feedback's default buffer mode to INTERLEAVED_ATTRIBS by Matt Turner · 12 years ago
  57. b7af655 mesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyings by Matt Turner · 12 years ago
  58. 738d1ae mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV) by José Fonseca · 12 years ago
  59. ebd4883 i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2. by Eric Anholt · 12 years ago
  60. 78222e6 r600g: add cs memory usage accounting and limit it v3 (backport for mesa 9.0) by Jerome Glisse · 11 years ago
  61. d9c7fcf i965/disasm: Fix horizontal stride of dest registers by Chad Versace · 11 years ago
  62. bc71127 i965/vs: Store texturing results into a vec4 temporary. by Kenneth Graunke · 11 years ago
  63. 29bc8e7 i965/vs: Set LOD to 0 for ordinary texture() calls. by Kenneth Graunke · 11 years ago
  64. de150e2 i965/vs: Create a 'lod_type' temporary for ir->lod_info.lod->type. by Kenneth Graunke · 11 years ago
  65. a3d2e3e i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state. by Kenneth Graunke · 12 years ago
  66. 0ba1401 i965/fs: Don't generate saturates over existing variable values. by Eric Anholt · 12 years ago
  67. 457eab5 i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edc by Eric Anholt · 12 years ago
  68. 871da78 i965: Add chipset limits for Haswell GT1/GT2. by Kenneth Graunke · 13 years ago
  69. d02343e i965: Use Haswell's sample_d_c for textureGrad with shadow samplers. by Kenneth Graunke · 11 years ago
  70. e479370 i965: Lower textureGrad() with samplerCubeShadow. by Kenneth Graunke · 11 years ago
  71. 42df904 i965: Do texture swizzling in hardware on Haswell. by Kenneth Graunke · 12 years ago
  72. 3ebfd3f i965: Refactor texture swizzle generation into a helper. by Kenneth Graunke · 12 years ago
  73. b922999 i965: Fix primitive restart on Haswell. by Kenneth Graunke · 12 years ago
  74. 2b2ab2b mesa: Bump version to 9.0.2 by Andreas Boll · 11 years ago
  75. 81d40e6 egl/wayland: Destroy the pending buffer callback with the egl surface by Ander Conselvan de Oliveira · 11 years ago
  76. 88258e0 Revert "r600g: try to fix streamout for the cases where BURST_COUNT > 0" by Andreas Boll · 11 years ago
  77. d63e946 tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir). by Johannes Obermayr · 11 years ago
  78. 4cf2be4 r600g: Use LOOP_START_DX10 for loops by Tom Stellard · 12 years ago
  79. 7045f22 gallivm: support more immediates in lp_build_tgsi_info() by Brian Paul · 11 years ago
  80. 39fdab1 clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new introduced libclc.pc. by Johannes Obermayr · 12 years ago
  81. dfb3dc3 gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2. by Johannes Obermayr · 12 years ago
  82. 320b5ab radeon/r200: Fix tcl culling by smoki · 11 years ago
  83. b694aa4 r200: fix broken tcl lighting by smoki · 11 years ago
  84. 6b3355c glsl: Don't add structure fields to the symbol table by Ian Romanick · 12 years ago
  85. ced638e r300g: Fix visibility CFLAGS in automake by Adam Jackson · 11 years ago
  86. 727b56b galahad, noop: Fix visibility CFLAGS in automake by Adam Jackson · 11 years ago
  87. 8333a7b glcpp: Typo fix. by Adam Jackson · 11 years ago
  88. 7eddf86 glcpp: Fix visibility CFLAGS in automake by Adam Jackson · 11 years ago
  89. 5a36510 clover: Install CL headers. by Johannes Obermayr · 12 years ago
  90. 67fb55b build: Fix GLES linkage without libglapi by Andreas Boll · 12 years ago
  91. a096942 glsl: fix uninitialised variable from constructor by Dave Airlie · 12 years ago
  92. eadadec glsl: initialise killed_all field. by Dave Airlie · 12 years ago
  93. a006231 glsl: fix cut-n-paste error in error handling. (v2) by Dave Airlie · 12 years ago
  94. da8876c util: added pipe_surface_release() function by Brian Paul · 12 years ago
  95. f05a022 i965/gen4: Fix memory leak each time compile_gs_prog() is called. by Eric Anholt · 12 years ago
  96. b5d25dd i915: Fix wrong sizeof argument in i915_update_tex_unit. by Vinson Lee · 12 years ago
  97. 6547616 egl/dri2: Set error code when dri2CreateContextAttribs fails by Chad Versace · 12 years ago
  98. 8a3a76e i965: Validate requested GLES context version in brwCreateContext by Chad Versace · 12 years ago
  99. b683891 mesa: Fix segfault on reading from a missing color read buffer. by Eric Anholt · 12 years ago
  100. 3ec28fc mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2 by Marek Olšák · 12 years ago