1. 7045f22 gallivm: support more immediates in lp_build_tgsi_info() by Brian Paul · 11 years ago
  2. 39fdab1 clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new introduced libclc.pc. by Johannes Obermayr · 12 years ago
  3. dfb3dc3 gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2. by Johannes Obermayr · 12 years ago
  4. 320b5ab radeon/r200: Fix tcl culling by smoki · 11 years ago
  5. b694aa4 r200: fix broken tcl lighting by smoki · 12 years ago
  6. 6b3355c glsl: Don't add structure fields to the symbol table by Ian Romanick · 12 years ago
  7. ced638e r300g: Fix visibility CFLAGS in automake by Adam Jackson · 11 years ago
  8. 727b56b galahad, noop: Fix visibility CFLAGS in automake by Adam Jackson · 11 years ago
  9. 8333a7b glcpp: Typo fix. by Adam Jackson · 11 years ago
  10. 7eddf86 glcpp: Fix visibility CFLAGS in automake by Adam Jackson · 11 years ago
  11. 5a36510 clover: Install CL headers. by Johannes Obermayr · 12 years ago
  12. 67fb55b build: Fix GLES linkage without libglapi by Andreas Boll · 12 years ago
  13. a096942 glsl: fix uninitialised variable from constructor by Dave Airlie · 12 years ago
  14. eadadec glsl: initialise killed_all field. by Dave Airlie · 12 years ago
  15. a006231 glsl: fix cut-n-paste error in error handling. (v2) by Dave Airlie · 12 years ago
  16. da8876c util: added pipe_surface_release() function by Brian Paul · 12 years ago
  17. 572889f build: use git ls-files for adding all Makefile.in into the release tarball by Andreas Boll · 12 years ago
  18. f05a022 i965/gen4: Fix memory leak each time compile_gs_prog() is called. by Eric Anholt · 12 years ago
  19. df7c634 radeonsi: add a new SI pci id by Alex Deucher · 12 years ago
  20. b5d25dd i915: Fix wrong sizeof argument in i915_update_tex_unit. by Vinson Lee · 12 years ago
  21. c66256b Add .dirstamp to toplevel .gitignore by Andreas Boll · 12 years ago
  22. 6547616 egl/dri2: Set error code when dri2CreateContextAttribs fails by Chad Versace · 12 years ago
  23. 8a3a76e i965: Validate requested GLES context version in brwCreateContext by Chad Versace · 12 years ago
  24. 07b505b automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too by Maarten Lankhorst · 12 years ago
  25. b683891 mesa: Fix segfault on reading from a missing color read buffer. by Eric Anholt · 12 years ago
  26. 3ec28fc mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2 by Marek Olšák · 12 years ago
  27. ba36bd0 i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge. by Kenneth Graunke · 12 years ago
  28. a3f5601 glcpp: Reject garbage after #else and #endif tokens by Matt Turner · 12 years ago
  29. 2d00d10 mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0 by Mario Kleiner · 12 years ago
  30. 422f3bb mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs. by Kenneth Graunke · 12 years ago
  31. cc8ff53 glsl_to_tgsi: fix dst register for texturing fetches. by Dave Airlie · 12 years ago
  32. c4263ac meta: Remove redundant code in _mesa_meta_GenerateMipmap by Anuj Phogat · 12 years ago
  33. cb3bcb7 mesa: Generate invalid operation in glGenerateMipMap for integer textures by Anuj Phogat · 12 years ago
  34. 7e80685 mesa: Fix core GL genned-name handling for glBeginQuery(). by Eric Anholt · 12 years ago
  35. e6174a9 mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range(). by Eric Anholt · 12 years ago
  36. 9e1050d llvmpipe: Obey back writemask. by José Fonseca · 12 years ago
  37. 18a9979 glsl_to_tgsi: set correct register type for array and structure elements by Bryan Cain · 12 years ago
  38. f19b7ec nv50/ir: restore use of long immediate encodings by Christoph Bumiller · 12 years ago
  39. 05974cb i965/vs: Preserve the type when copy propagating into an instruction. by Kenneth Graunke · 12 years ago
  40. 97eed6d i965/vs: Don't lose the MRF writemask when doing compute-to-MRF. by Kenneth Graunke · 12 years ago
  41. a908f4a glcpp: Don't use infinite lookhead for #define differentiation. by Kenneth Graunke · 12 years ago
  42. f1188d4 st/mesa: free TGSI tokens with ureg_free_tokens() by Brian Paul · 12 years ago
  43. fb8d6b4 st/mesa: replace REALLOC() with realloc() by Brian Paul · 12 years ago
  44. b63f8f7 mesa: Don't flatten IF statements by default. by Kenneth Graunke · 12 years ago
  45. 1b9436f radeonsi: add some new SI pci ids by Alex Deucher · 12 years ago
  46. a584856 mesa: Fix a crash in update_texture_state() for external texture type by Abdiel Janulgue · 12 years ago
  47. 19c1e7c util: null-out the node's prev/next pointers in list_del() by Chris Fester · 12 years ago
  48. 070f317 android: generate matching remap_helper to dispatch table by Tapani Pälli · 12 years ago
  49. 409cb4f svga: don't use uninitialized framebuffer state by Brian Paul · 12 years ago
  50. b22de71 i965/vs: Implement register spilling. by Kenneth Graunke · 12 years ago
  51. cb415d4 i965/vs: Fix unit mismatch in scratch base_offset parameter. by Kenneth Graunke · 12 years ago
  52. 3703e99 nouveau: fix undefined behaviour when testing sample_count by Christoph Bumiller · 11 years ago
  53. b3cd93d nv50/ir: wrap assertion using typeid in #ifndef NDEBUG by Christoph Bumiller · 11 years ago
  54. ddf1e62 nvc0: add missing call to map edge flag in push_vbo by Christoph Bumiller · 11 years ago
  55. f2da7e7 wayland: Don't cancel a roundtrip when any event is received by Jonas Ådahl · 12 years ago
  56. f9d8d0c egl/wayland: Dispatch the event queue before get_buffers by Ander Conselvan de Oliveira · 12 years ago
  57. b49d933 egl/wayland: Add invalidate back in eglSwapBuffers() by Kristian Høgsberg · 12 years ago
  58. eaf6884 egl/wayland: Don't invalidate drawable on swap buffers by Ander Conselvan de Oliveira · 12 years ago
  59. 0ac9029 r600g: always use a tiled resource as the destination of MSAA resolve by Marek Olšák · 12 years ago
  60. 42f71b4 r600g: try to fix streamout for the cases where BURST_COUNT > 0 by Marek Olšák · 12 years ago
  61. 9311e55 r300: Don't disable destination read if the src blend factor needs it by Stefan Dösinger · 12 years ago
  62. e1cb624 mesa: fix BlitFramebuffer between linear and sRGB formats by Marek Olšák · 12 years ago
  63. d0a9ab2 r600g: fix lod bias/explicit lod with cube maps. by Dave Airlie · 12 years ago
  64. 8b2922f r600g: fix broken streamout if streamout_begin caused a context flush by Marek Olšák · 12 years ago
  65. b55c98e r600g: advertise 32 streamout vec4 outputs by Marek Olšák · 12 years ago
  66. 1106bbc r600g: fix streamout on RS780 and RS880 by Marek Olšák · 12 years ago
  67. 7bcc228 st/mesa: fix computation of last_level in GenerateMipmap by Marek Olšák · 12 years ago
  68. 7ca75b6 st/mesa: fix computation of last_level during texture creation by Marek Olšák · 12 years ago
  69. d1dfe4e st/mesa: fix guessing the base level size by Marek Olšák · 12 years ago
  70. 5b00776 mesa: fix error checking of TexStorage(levels) for array and rect textures by Marek Olšák · 12 years ago
  71. efa6b5e mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2 by Marek Olšák · 12 years ago
  72. 492b69f3 vbo: fix glVertexAttribI* functions by Marek Olšák · 12 years ago
  73. de5e377 draw: fix assertion failure in draw_emit_vertex_attr by Marek Olšák · 12 years ago
  74. 8ff8c91 mesa: bump MAX_VARYING to 32 by Marek Olšák · 12 years ago
  75. 94864bec r300g: fix texture border color for sRGB formats by Marek Olšák · 12 years ago
  76. 23c7183 st/mesa: fix integer texture border color for some formats (v2) by Marek Olšák · 12 years ago
  77. b2f18cd [PATCH] makefiles: use configured name for -ldrm* where possible by Maarten Lankhorst · 12 years ago
  78. 49150fd nv50/ir/tgsi: fix srcMask for TXP with SHADOW1D by Christoph Bumiller · 12 years ago
  79. 51ba1c1 nv50: point vertex runout at a valid address by Ben Skeggs · 12 years ago
  80. 854b809 nvc0: point vertex runout at a valid address by Ben Skeggs · 12 years ago
  81. c1534a5 nvc0: fix missing permanent bo reference on poly cache by Ben Skeggs · 12 years ago
  82. ff83f29 docs: add news item for 9.0.1 release by Andreas Boll · 12 years ago
  83. 14b2c43 docs: fix release date of 9.0.1 by Andreas Boll · 12 years ago
  84. a138bc7 docs: Add 9.0.1 release md5sums by Ian Romanick · 12 years ago
  85. 2d85170 docs: Add 9.0.1 release notes by Ian Romanick · 12 years ago
  86. d4540c5 build: add missing files to tarballs target by Andreas Boll · 12 years ago
  87. fcb9f25 build: add missing Makefile.in files to tarballs target by Andreas Boll · 12 years ago
  88. d053302 build: add config.sub and config.guess to tarballs target by Andreas Boll · 12 years ago
  89. 4510df5 mesa: use .cherry-ignore in the get-pick-list.sh script by Andreas Boll · 12 years ago
  90. bf1fb34 mesa: add initial .cherry-ignore file for the 9.0 branch by Andreas Boll · 12 years ago
  91. 2332bc2 wayland: Destroy frame callback when destroying surface by Jonas Ådahl · 12 years ago
  92. d268906 egl_dri2/x11: Fix eglPostSubBufferNV() by Fredrik Höglund · 12 years ago
  93. c4f392a mesa: Bump version to 9.0.1 by Ian Romanick · 12 years ago
  94. 129d9d5 docs: Add 9.0.1 release notes by Ian Romanick · 12 years ago
  95. 895a587 glsl: Allow ir_if in the linker's move_non_declarations function. by Kenneth Graunke · 12 years ago
  96. 4b507f8 glx: Set sRGBCapable to a default value by Ian Romanick · 12 years ago
  97. 94cc306 ralloc: Annotate printf functions with PRINTFLIKE(...) by Matt Turner · 12 years ago
  98. 4be397e build: Ship install-sh in the tarball by Matt Turner · 12 years ago
  99. 6a3c578 Re-add HAVE_PTHREADS preprocessor macro by Matt Turner · 12 years ago
  100. 8d00f07 glx: Add GLXBadProfileARB to the error string list by Adam Jackson · 12 years ago