1. d58ca43 android: do not expose single buffered eglconfigs by Tapani Pälli · 12 years ago
  2. 29d394b android: fix liblog API changes by Tapani Pälli · 12 years ago
  3. 4d02b01 xmlconfig: use __progname when building for Android by Tapani Pälli · 12 years ago
  4. f3bb6bd scons: Remove leftover print statement. by Vinson Lee · 12 years ago
  5. 0dcf555 docs: update relnotes-9.0 by Andreas Boll · 12 years ago
  6. 3678f89 mesa: also bump version in Makefile.am and configure.ac to 9.0 by Andreas Boll · 12 years ago
  7. c57fb03 scons: Add default libraries to Solaris build. by Vinson Lee · 12 years ago
  8. 43ed822 st/mesa: s/CALLOC/calloc/ to fix allocation bug by Brian Paul · 12 years ago
  9. c5f9cf8 util: add casts to silence signed/unsigned comparison warnings by Brian Paul · 12 years ago
  10. 8472bb4 mesa: fix-up and use _mesa_delete_renderbuffer() by Brian Paul · 12 years ago
  11. 2d2f1fd docs: Add some missing features to 9.0 release notes and GL3.txt by Ian Romanick · 12 years ago
  12. 0791484 mesa: Bump version to 9.0 by Ian Romanick · 12 years ago
  13. 0e47053 r600g: enable transform feedback on Cayman by Marek Olšák · 12 years ago
  14. 64db3cc r600g: implement MSAA for Cayman by Marek Olšák · 12 years ago
  15. f8a8f06 i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state by Anuj Phogat · 12 years ago
  16. c2e9dd0 r600g: enable MSAA on r6xx by default by Marek Olšák · 12 years ago
  17. 2f6eb3a r600g: disable MSAA depth decompression on r6xx by Marek Olšák · 12 years ago
  18. 7835401 r600g: implement color resolve for r600 by Marek Olšák · 12 years ago
  19. 863e2c8 r600g: fix CB_SHADER_MASK and CB_TARGET_MASK for r6xx by Marek Olšák · 12 years ago
  20. 187d7fb r600g: implement draw_rectangle callback by Marek Olšák · 12 years ago
  21. 8698a3b r600g: implement MSAA for r700 by Marek Olšák · 12 years ago
  22. edf22a5 r600g: change programming of CB_SHADER_MASK on r600-r700 by Marek Olšák · 12 years ago
  23. 1ff5f08 configure.ac: require libdrm_radeon 2.6.39 for MSAA by Marek Olšák · 12 years ago
  24. 055093e meta: remove call to _meta_in_progress(), fix multisample enable/disable by Brian Paul · 12 years ago
  25. aad7ccd meta: add parenthesis to silence compiler warnings by Brian Paul · 12 years ago
  26. 9121460 scons : add HAVE_DLOPEN to build environment by Tapani Pälli · 12 years ago
  27. f1fd94f radeonsi: fix stupid bug added in commit 07838603b9a69c05911edbcd351bfce5ad9b5a2c by Christian König · 12 years ago
  28. 8393360 i965/fs: Remove a dead member from live variables analysis. by Eric Anholt · 12 years ago
  29. 6928bea i965/fs: Initialize output_components[] by filling it with zeros. by Kenneth Graunke · 12 years ago
  30. 42723d8 mesa: Do something sensible when on-line compression is requested but not possible by Ian Romanick · 12 years ago
  31. 0e0d664 i965: Allow creation of OpenGL 3.1 contexts by Ian Romanick · 12 years ago
  32. 2a33a99 i965: Advertise GLSL 1.40 and TexBOs in core contexts by Ian Romanick · 12 years ago
  33. 9147348 intel: Clean up bits of cruft in intelCreateContext by Ian Romanick · 12 years ago
  34. bf8644e i965: Set context flags by Ian Romanick · 12 years ago
  35. ca2b1fc mesa/dri: Allow creation of forward-compatible contexts by Ian Romanick · 12 years ago
  36. 36ceabf mesa/es: Enable GL_OES_vertex_array_object by Ian Romanick · 12 years ago
  37. 35cf6ae mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers by Ian Romanick · 12 years ago
  38. d1cf5c7 meta: Don't use deprecated keyword in 1.30 shader by Ian Romanick · 12 years ago
  39. ae88281 mesa: Disallow alpha, luminance, and LA textures in core context by Ian Romanick · 12 years ago
  40. 04d6ffa mesa: Disallow more deprecated functions in core context by Ian Romanick · 12 years ago
  41. 91107b4 mesa: Require names from Gen in core context by Ian Romanick · 12 years ago
  42. 843b876 mesa: Allow NULL vertex pointer without a VBO by Ian Romanick · 12 years ago
  43. 792214e mesa: Disallow VertexAttribPointer without a VAO in a core context by Ian Romanick · 12 years ago
  44. 29512df mesa: Disallow wide lines in forward compatible context by Ian Romanick · 12 years ago
  45. 7e1cab0 mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core context by Ian Romanick · 12 years ago
  46. d638da2 meta: Don't stray outside the confines of the API specified in the context by Paul Berry · 12 years ago
  47. 8e7b6a6 mesa: Don't allow display lists or evaluators in core context by Ian Romanick · 12 years ago
  48. 2bcf555 mesa: Don't allow GL_EXTENSIONS query in core context by Ian Romanick · 12 years ago
  49. c85a9a9 mesa: Non-sprite points are deprecated by Ian Romanick · 12 years ago
  50. 7d8d1c7 mesa: Fix VAO deletion on GL 3.1 core. by Eric Anholt · 12 years ago
  51. 8a4d560 mesa: Enable a bunch of missing getters on 3.1 core. by Eric Anholt · 12 years ago
  52. bb4a39e mesa: Expose texture buffer objects when the context is GL 3.1 core. by Eric Anholt · 12 years ago
  53. 1b86a91 mesa: Allow PACK / UNPACK queries for ES2 by Ian Romanick · 12 years ago
  54. a010215 mesa: Kill ES2 wrapper functions by Ian Romanick · 12 years ago
  55. fc2219e mesa: glGetVertexAttribPointerv is part of core profile and ES2 by Ian Romanick · 12 years ago
  56. 917f680 mesa/es: Validate glPointParameter pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  57. f778174 mesa: Require OpenGL 2.0 for GL_POINT_SPRITE_COORD_ORIGIN by Ian Romanick · 12 years ago
  58. 25ffb86 mesa: Require that drivers supporting point sprites support point parameters by Ian Romanick · 12 years ago
  59. 33e01d9 mesa/es: Validate glGetTexEnv parameters in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  60. 8a263b6 mesa/es: Validate glTexEnv parameters in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  61. d2b03f6 mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  62. f329adf mesa/es: Validate glTexGen parameters in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  63. 0fa4ed0 mesa/es: Validate glLightModel pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  64. fb4f2d3 mesa/es: Validate glMaterial face and pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  65. 8df3f9b mesa/es: Validate glGetMaterial pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  66. 9555d7b mesa/es: Validate glGetPointerv pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  67. d6c8913 mesa/es: Validate glMatrixMode mode in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  68. 10e7db1 mesa/es: Validate glFog pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  69. b7c7e5e mesa/es: Validate glReadPixels format and type in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  70. 4114dee mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  71. 08be1d2 mesa/es: Validate glEnable cap in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  72. bca2cec mesa/es: Validate glHint target in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  73. 2c87030 mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  74. c13f36c mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  75. 6a9b8f8 mesa/es: Validate primitive modes in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  76. 72e076c mesa: Refactor _mesa_valid_prim_mode to use a switch-statement by Ian Romanick · 12 years ago
  77. 01497a3 mesa/es: Validate blend function enums in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  78. e58c19a mesa/es: Validate glClear mask in Mesa code rather than the ES wrapper by Ian Romanick · 13 years ago
  79. f0c99d0 mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  80. ae86ebf mesa/es: Validate glGetRenderbufferParameter pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  81. 0cdaa47 mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  82. 5b44a77 mesa/es: Validate glGenerateMipmap target in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  83. 7f991d2 mesa/es: Validate glFramebufferTexture2D textarget in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  84. 2809ae3 radeon/llvm: Fix encoding of FP immediates on SI by Tom Stellard · 12 years ago
  85. 05113fd radeon/llvm: Create a register class for the M0 register by Tom Stellard · 12 years ago
  86. 733c28a radeon/llvm: Set the neverHasSideEffects bit on more instructions by Tom Stellard · 12 years ago
  87. cf4ac69 radeon/llvm: Declare the interpolation intrinsics as ReadOnly by Tom Stellard · 12 years ago
  88. 73a2c4b radeon/llvm: Mark M0 as a def when lowering interpolation instructions by Tom Stellard · 12 years ago
  89. 0fc11a2 meta: Add GLSL variant of _mesa_meta_GenerateMipmap() function by Anuj Phogat · 12 years ago
  90. c824804 glsl: s/class/struct/ for ast_type_qualifier by Brian Paul · 12 years ago
  91. ec6478f mesa: convert a few more macros to inline functions by Brian Paul · 12 years ago
  92. cf41d7c mesa: remove COPY_4V_CAST() macro by Brian Paul · 12 years ago
  93. fd9afb8 mesa: convert a bunch of math macros to inline functions by Brian Paul · 12 years ago
  94. 454e237 tnl: use INTERP_4F() instead of four INTERP_F() calls by Brian Paul · 12 years ago
  95. ba6f471 swrast: fix wrong assignments in _swrast_add_spec_terms_line() by Brian Paul · 12 years ago
  96. 1aee880 mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib() by Brian Paul · 12 years ago
  97. c4c4d4a mesa: Define CPU_TO_LE32 to work on OpenBSD by Martin Pieuchot · 12 years ago
  98. 4aede00 docs: remove mention of old driver maintenance by Brian Paul · 12 years ago
  99. 6eaccbf docs/utilities: add/update some useful utilities by Andreas Boll · 12 years ago
  100. 67e9ae8 i965: Disable the swrast context setup on GL 3.1 core. by Eric Anholt · 12 years ago