1. 6c28174 Finish _HAVE_FULL_GL removal by Matt Turner · 13 years ago
  2. 7487b16 mesa: Remove the NV program API functions. by Kenneth Graunke · 13 years ago
  3. 16d8161 mesa: Switch to the other glGetVertexAttribPointervARB implementation. by Kenneth Graunke · 13 years ago
  4. 070ba30 mesa: Remove some shared NV_vp/fp functions from the dispatch table. by Kenneth Graunke · 13 years ago
  5. ff1943d mesa: Unhook NV_fragment_program API from the dispatch table. by Kenneth Graunke · 13 years ago
  6. 762d9ac mesa/es: Enable GL_EXT_map_buffer_range by Fredrik Höglund · 13 years ago
  7. cb9a1bf mesa: Remove API specific to GL_NV_vertex_program's aliased attribs. by Eric Anholt · 13 years ago
  8. cc763f0 mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution. by Eric Anholt · 13 years ago
  9. 363643f mesa: Remove NV_vertex_program-specific parameters support. by Eric Anholt · 13 years ago
  10. 6ab9c04 mesa: Remove support for NV_vertex_program's tracked matrices. by Eric Anholt · 13 years ago
  11. 8f0b81b mesa: don't enable glVertexPointer() when using API_OPENGLES2. by Paul Berry · 13 years ago
  12. 66159f9 mesa/tests: Sanity check the ES2 dispatch table by Ian Romanick · 13 years ago
  13. 6c01a0e mesa: Don't set uniform dispatch pointers for many things in ES2 or core by Ian Romanick · 13 years ago
  14. be66cf9 mesa: Don't set shaderapi dispatch pointers for many things in ES2 or core by Ian Romanick · 13 years ago
  15. a13c07f mesa: Don't set loopback dispatch pointers for most things in ES2 or core by Ian Romanick · 13 years ago
  16. ee77061 mesa: Don't set dispatch pointer for glTexStorage in ES2 by Ian Romanick · 13 years ago
  17. 7f7268d mesa: Don't set dispatch pointer for glGetProgramivARB in ES2 by Ian Romanick · 13 years ago
  18. a83b013 mesa: Don't set dispatch pointer for glResizeBuffersMESA in ES2 by Ian Romanick · 13 years ago
  19. 1c0a44a mesa: Don't set dispatch pointers for glPointParameter[if][v] in ES2 by Ian Romanick · 13 years ago
  20. 2a3a68e mesa: Don't set dispatch pointers for glClearDepth or glDepthRange in ES2 by Ian Romanick · 13 years ago
  21. 850412b mesa: Don't set dispatch pointer for glGetDoublev in ES2 by Ian Romanick · 13 years ago
  22. aa129b0 mesa: Don't set dispatch pointer for glPointSize in ES2 by Ian Romanick · 13 years ago
  23. dd44f80 mesa: remove FEATURE_APPLE_object_purgeable define. by Oliver McFadden · 13 years ago
  24. e9ccb5f mesa: remove FEATURE_EXT_framebuffer_blit define. by Oliver McFadden · 13 years ago
  25. 02a1968 mesa: remove FEATURE_ARB_sampler_objects define. by Oliver McFadden · 13 years ago
  26. e8ba24c mesa: remove FEATURE_ARB_map_buffer_range define. by Oliver McFadden · 13 years ago
  27. 32c3ba8 mesa: remove FEATURE_ARB_framebuffer_object define. by Oliver McFadden · 13 years ago
  28. e8a72d8 mesa: remove FEATURE_ARB_(fragment|vertex)_program defines. by Oliver McFadden · 13 years ago
  29. b7d1597 mesa: remove FEATURE_NV_(fragment|vertex)_program defines. by Oliver McFadden · 13 years ago
  30. f88393a mesa: remove FEATURE_OES_EGL_image define. by Oliver McFadden · 13 years ago
  31. 0c1ff72 mesa: remove FEATURE_EXT_framebuffer_object define. by Oliver McFadden · 13 years ago
  32. 528f484 mesa: remove FEATURE_ARB_shader_objects and related defines. by Oliver McFadden · 13 years ago
  33. 53514b0 mesa: remove FEATURE_draw_read_buffer define. by Oliver McFadden · 13 years ago
  34. 36ceabf mesa/es: Enable GL_OES_vertex_array_object by Ian Romanick · 13 years ago
  35. 04d6ffa mesa: Disallow more deprecated functions in core context by Ian Romanick · 13 years ago
  36. a010215 mesa: Kill ES2 wrapper functions by Ian Romanick · 13 years ago
  37. fc2219e mesa: glGetVertexAttribPointerv is part of core profile and ES2 by Ian Romanick · 13 years ago
  38. 07e12c4 mesa: Add skeleton implementations of glInvalidateTex{Sub,}Image by Ian Romanick · 13 years ago
  39. e2370bc mesa/es: Pass context to _mesa_init_bufferobj_dispatch by Ian Romanick · 13 years ago
  40. 342be8a mesa: Add skeleton implementations of glInvalidate{Sub,}Framebuffer by Ian Romanick · 13 years ago
  41. 7e81f55 mesa: Filter a bunch more functions based on API by Ian Romanick · 13 years ago
  42. 3d0b54c mesa: don't enable legacy GL functions when using API_OPENGL_CORE by Jordan Justen · 13 years ago
  43. 9627660 mesa: Move buffer object dispatch setup to bufferobj.c. by Eric Anholt · 13 years ago
  44. 5dd750d mesa: add some GL_ARB_debug_output functions by nobled · 14 years ago
  45. 1ef3a94 mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards. by Mathias Fröhlich · 14 years ago
  46. 2ace9ff mesa: plug in dispatch functions for GL_ARB_texture_storage by Brian Paul · 14 years ago
  47. 48dcdcf mesa: initialize ARB_transform_feedback2 dispatch by Marek Olšák · 14 years ago
  48. 6b329b9 Squashed commit of the following: by Brian Paul · 14 years ago
  49. 34a5d3b mesa: plug in new functions for GL_ARB_sampler_objects by Brian Paul · 14 years ago
  50. 874a2c0 mesa: core support for GL_ARB_texture_buffer_object by Brian Paul · 14 years ago
  51. e5c6a92 mesa: implement clamping controls (ARB_color_buffer_float) by Marek Olšák · 14 years ago
  52. 867f9b0 mesa: add NV_texture_barrier by Marek Olšák · 14 years ago
  53. 7f48278 mesa: plug in GL_ARB_draw_buffers_blend functions by Brian Paul · 15 years ago
  54. 1d1eb95 mesa: support for GL_ARB_instanced_arrays by Brian Paul · 15 years ago
  55. e12c4fa mesa: Add support for glDepthRangef and glClearDepthf. by Eric Anholt · 15 years ago
  56. 5ed51e9 mesa: hook up GL 3.x entrypoints by Brian Paul · 15 years ago
  57. 16ee7a5 mesa: Allow contexts of different APIs to coexist. by Chia-I Wu · 15 years ago
  58. 9de5c6a Merge branch 'glapi-reorg' by Chia-I Wu · 15 years ago
  59. ba99959 mesa: plug in more GL_EXT_gpu_shader4 functions by Brian Paul · 15 years ago
  60. b762db6 mesa: Remove unnecessary glapitable.h includes. by Chia-I Wu · 15 years ago
  61. 98bb70a mesa: plug in GL_EXT_texture_integer functions by Brian Paul · 15 years ago
  62. b3de6e7 mesa: plug in primitive restart function by Brian Paul · 15 years ago
  63. 9674929 main: remove duplicated includes by Nicolas Kaiser · 15 years ago
  64. 02984e3 Remove GL_EXT_cull_vertex by Ian Romanick · 15 years ago
  65. 10ff264 mesa: Less FEATURE_ARB_sync tests. by Chia-I Wu · 15 years ago
  66. da7bd6a mesa: initial support for ARB_geometry_shader4 by Zack Rusin · 15 years ago
  67. 7936e06 mesa: move nvprogram.[ch] to main/ by Brian Paul · 15 years ago
  68. 412cddf mesa: move arbprogram.[ch] to main/ by Brian Paul · 15 years ago
  69. 70c8d29 mesa: move atifragshader.[ch] to main/ by Brian Paul · 15 years ago
  70. 936605f mesa: move uniforms.c to main/ by Brian Paul · 15 years ago
  71. a37b221 mesa: refactor shader api / object code by Brian Paul · 15 years ago
  72. 962f926 mesa: make a bunch of shader API functions static by Brian Paul · 15 years ago
  73. eb5100a mesa: Make FEATURE_ATI_fragment_shader more modular. by Chia-I Wu · 15 years ago
  74. cc289e2 mesa/es: Update sources.mak and fix the build. by Chia-I Wu · 15 years ago
  75. b093016 mesa: Make FEATURE_EXT_transform_feedback more modular. by Chia-I Wu · 15 years ago
  76. 559d124 mesa: #ifdef out more remap_table related code when disabled. by José Fonseca · 15 years ago
  77. 1741ddb mesa: Move references to main/remap_helper.h to api_exec.c by Kristian Høgsberg · 15 years ago
  78. fa41610 mesa: Move struct _glapi_table allocation out of context.c by Kristian Høgsberg · 15 years ago
  79. 808c424 mesa: plug in GL_EXT_transform_feedback functions into dispatch by Brian Paul · 15 years ago
  80. 99864d5 APPLE_object_purgeable: core by Chris Wilson · 16 years ago
  81. ea203de Set API dispatch pointers for OES_EGL_image functions by Kristian Høgsberg · 15 years ago
  82. 2cf4439 mesa: Move src/mesa/glapi/dispatch.h to mesa. by Chia-I Wu · 15 years ago
  83. 5cc20a0 mesa: Remove unnecessary headers. by Vinson Lee · 16 years ago
  84. 980fa56 mesa: Remove unnecessary headers. by Vinson Lee · 16 years ago
  85. ff3a526 mesa: plug in API functions for conditional rendering by Brian Paul · 16 years ago
  86. 81c72a1 mesa: plug in GL_EXT_draw_buffers2 functions by Brian Paul · 16 years ago
  87. a73ba2d mesa/main: Make FEATURE_dlist follow feature conventions. by Chia-I Wu · 16 years ago
  88. aefa1f6 mesa/main: Make FEATURE_evaluators follow feature conventions. by Chia-I Wu · 16 years ago
  89. 42fac11 mesa/main: New feature FEATURE_queryobj. by Chia-I Wu · 16 years ago
  90. cc95de8 mesa/main: Make FEATURE_texgen follow feature conventions. by Chia-I Wu · 16 years ago
  91. 301a510 mesa/main: Make FEATURE_feedback follow feature conventions. by Chia-I Wu · 16 years ago
  92. 67a2a4e mesa/main: Make FEATURE_drawpix follow feature conventions. by Chia-I Wu · 16 years ago
  93. d250800 mesa/main: New feature FEATURE_rastpos. by Chia-I Wu · 16 years ago
  94. cab7ea0 mesa/main: Make FEATURE_histogram follow feature conventions. by Chia-I Wu · 16 years ago
  95. 2b36db4 mesa/main: Make FEATURE_attrib_stack follow feature conventions. by Chia-I Wu · 16 years ago
  96. a833ff0 mesa/main: Make FEATURE_accum follow feature conventions. by Chia-I Wu · 16 years ago
  97. 5a1e25a mesa/main: Make FEATURE_convolve follow feature conventions. by Chia-I Wu · 16 years ago
  98. cb4f24e mesa/main: Make FEATURE_colortable follow feature conventions. by Chia-I Wu · 16 years ago
  99. dbb8fb8 mesa/main: Make FEATURE_pixel_transfer follow feature conventions. by Chia-I Wu · 16 years ago
  100. f37070b ARB sync: Add support for GL_ARB_sync to swrast by Ian Romanick · 16 years ago