1. 2c87030 mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  2. c13f36c mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  3. 6a9b8f8 mesa/es: Validate primitive modes in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  4. 72e076c mesa: Refactor _mesa_valid_prim_mode to use a switch-statement by Ian Romanick · 12 years ago
  5. 01497a3 mesa/es: Validate blend function enums in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  6. e58c19a mesa/es: Validate glClear mask in Mesa code rather than the ES wrapper by Ian Romanick · 13 years ago
  7. f0c99d0 mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  8. ae86ebf mesa/es: Validate glGetRenderbufferParameter pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  9. 0cdaa47 mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  10. 5b44a77 mesa/es: Validate glGenerateMipmap target in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  11. 7f991d2 mesa/es: Validate glFramebufferTexture2D textarget in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  12. ec6478f mesa: convert a few more macros to inline functions by Brian Paul · 12 years ago
  13. cf41d7c mesa: remove COPY_4V_CAST() macro by Brian Paul · 12 years ago
  14. fd9afb8 mesa: convert a bunch of math macros to inline functions by Brian Paul · 12 years ago
  15. 1aee880 mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib() by Brian Paul · 12 years ago
  16. c4c4d4a mesa: Define CPU_TO_LE32 to work on OpenBSD by Martin Pieuchot · 12 years ago
  17. b765119 mesa: Add constants for the GL_QUERY_COUNTER_BITS per target. by Eric Anholt · 12 years ago
  18. 174d44a mesa: Use a new, more specific hook for shader uniform changes. by Kenneth Graunke · 12 years ago
  19. f9767da mesa/es: Validate glGetBufferParameteriv pname in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  20. 93d1096 mesa/es: Validate glMapBuffer access in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  21. bd4e5dd mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  22. b0b6b76 mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  23. e2cf14d mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  24. ef723ec mesa/es: Remove redundant vertex pointer size validation by Ian Romanick · 12 years ago
  25. a8f475d mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  26. c3e9a20 mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  27. e5ef0cb mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  28. fb82185 mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  29. 07ccfef mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  30. 28ee443 mesa/es: Remove redundant vertex attrib pointer type validation by Ian Romanick · 12 years ago
  31. ae633d0 mesa/es: Remove redundant vertex attrib pointer size validation by Ian Romanick · 12 years ago
  32. 946ddec mesa/es: Disallow BGRA vertex arrays in ES or ES2 contexts by Ian Romanick · 12 years ago
  33. bbceed2 mesa: Rearrange array type checking, filter more types in ES by Ian Romanick · 12 years ago
  34. a33f360 mesa: Refactor element type checking into its own function by Ian Romanick · 12 years ago
  35. a3af27e mesa: add generic compressed -> uncompressed format helper by Brian Paul · 12 years ago
  36. 13d0bb2 mesa: don't try (generic) compression of 1D and 1D_ARRAY textures by Brian Paul · 12 years ago
  37. d47a6ad mesa: add texture target field to ChooseTextureFormat() driver hook by Brian Paul · 12 years ago
  38. 179d8aa Move _mesa_dl* functions into dlopen.h and inline them by Matt Turner · 12 years ago
  39. 57c57df mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCE by Tapani Pälli · 12 years ago
  40. 86f29cf mesa/es: Validate glCreateShader targets in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  41. b042f7a mesa/es: Validate glGetProgramiv pnames in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  42. 1a200b6 mesa: Filter glGetProgramiv pnames based on available extensions by Ian Romanick · 12 years ago
  43. 388af5b main: fix ES compile breakage by Brian Paul · 12 years ago
  44. 4fec5e9 mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formats by Brian Paul · 12 years ago
  45. d78b44c mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formats by Brian Paul · 12 years ago
  46. fe2cc65 mesa: code movement in teximage.c by Brian Paul · 12 years ago
  47. bdff1df mesa: consolidate glTexImage and glCompressedTexImage code by Brian Paul · 12 years ago
  48. e93cb4b mesa: make glTexImage, glCompressedTexImage proxy code more alike by Brian Paul · 12 years ago
  49. c1a9e60 mesa: rename texpal.[ch] to texcompress_cpal.[ch] by Brian Paul · 12 years ago
  50. aab06dc mesa: s/GLuint/gl_format/ in _mesa_compressed_format_to_glenum() by Brian Paul · 12 years ago
  51. 46751ed mesa: new _mesa_num_tex_faces() helper by Brian Paul · 12 years ago
  52. 8a935d7 mesa: make _mesa_get_proxy_tex_image() static by Brian Paul · 12 years ago
  53. 637a79a mesa: don't clear proxy image fields when regular GL error is generated by Brian Paul · 12 years ago
  54. 1f5b1f9 mesa: fix glTexImage proxy texture error generation by Brian Paul · 12 years ago
  55. 9b028fa mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  56. dd0eb00 mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  57. c11096e mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  58. 9848e86 mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  59. 409620e mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  60. 0686cca mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  61. 59d9653 mesa: Generate an error when glCopyTexImage border is invalid by Ian Romanick · 12 years ago
  62. 2dcb40b mesa/es: Add support for GL_APPLE_texture_max_level by Ian Romanick · 12 years ago
  63. c9689e3 mesa/es: Validate glGetTexParameter pnames in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  64. b3dd524 mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  65. 4269cac mesa/es: Remove redundant glBindTexture target validation by Ian Romanick · 12 years ago
  66. 3f7c836 mesa: Filter glBindTexture targets based on supported features. by Ian Romanick · 12 years ago
  67. 530c9d7 mesa/es: Validate tex image targets in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  68. ea9b212 mesa/es: Validate EGLImageTargetTexture2DOES target in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  69. a0595cb mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  70. 842efb9 mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapper by Ian Romanick · 13 years ago
  71. d53101a mesa: Refactor validate_texture_wrap_mode to use a switch-statement by Ian Romanick · 13 years ago
  72. df2c4cb mesa: Fix generic compressed texture formats' handling in glTexImage/glCopyTexImage by Anuj Phogat · 12 years ago
  73. c1114c6 APIspec: Remove cruft about AMD_compressed_???_texture by Ian Romanick · 12 years ago
  74. 4c32ee5 mesa/es: Remove redundant glFramebufferTexture3D textarget validation by Ian Romanick · 12 years ago
  75. 7c9afe5 mesa/es: Remove redundant glGetShaderiv pname validation by Ian Romanick · 12 years ago
  76. aaef441 mesa/es: Remove redundant glCompressedTexImage border validation by Ian Romanick · 12 years ago
  77. d39cb8e mesa/es: Remove redundant glPointSizePointer type validation by Ian Romanick · 12 years ago
  78. d54004c mesa/es: Remove redundant glGetBufferPointer pname validation by Ian Romanick · 12 years ago
  79. 68d7ce3 mesa/es: Remove redundant glGetVertexAttribPointer pname validation by Ian Romanick · 12 years ago
  80. 5be5cf6 mesa/es: Remove redundant element type validation by Ian Romanick · 12 years ago
  81. b99a8ca mesa/es: Remove redundant glGetShaderPrecisionFormat shader type validation by Ian Romanick · 12 years ago
  82. c914ac2 mesa/es: Remove redundant depth func validation by Ian Romanick · 13 years ago
  83. af276d9 mesa/es: Remove redundant stencil op fail/zfail/zpass validation by Ian Romanick · 13 years ago
  84. f3f9931 mesa/es: Remove redundant shade model mode validation by Ian Romanick · 13 years ago
  85. 5a19355 mesa/es: Remove redundant light pname and light validation by Ian Romanick · 13 years ago
  86. 0234410 mesa/es: Remove redundant hint mode validation by Ian Romanick · 13 years ago
  87. a4251da mesa/es: Remove redundant separate stencil face validation by Ian Romanick · 13 years ago
  88. 9113d0e mesa/es: Remove redundant stencil function validation by Ian Romanick · 13 years ago
  89. 1087745 mesa/es: Remove redundant logic op operand validation by Ian Romanick · 13 years ago
  90. bf03589 mesa/es: Remove redundant alpha function validation by Ian Romanick · 13 years ago
  91. 8f55d83 mesa/es: Remove redundant separate stencil mask face validation by Ian Romanick · 13 years ago
  92. 52d5798 mesa/es: Remove redundant front-face mode validation by Ian Romanick · 13 years ago
  93. e1dbf56 mesa/es: Remove redundant face culling mode validation by Ian Romanick · 13 years ago
  94. 6640455 mesa/es: Remove redundant blend equation mode validation by Ian Romanick · 13 years ago
  95. e39ea67 mesa/es: Remove redundant texture target validation by Ian Romanick · 13 years ago
  96. 386e2f3 mesa/es: Rearrange placement of GL_TEXTURE_MAX_ANISOTROPY_EXT in APIspec by Ian Romanick · 13 years ago
  97. 27e5580 mesa/es: Remove redundant min/mag filter validation by Ian Romanick · 13 years ago
  98. d0ace4e mesa: use #if over #ifdef in the FEATURE_ES1 check to fix a build failure. by Tilman Sauerbeck · 12 years ago
  99. 1a9e4d5 mesa: remove unused params, add const qualifiers by Brian Paul · 12 years ago
  100. a6af24e mesa: querying GL_TEXTURE_COMPRESSED_IMAGE_SIZE for a buffer obj is illegal by Brian Paul · 12 years ago