gl_marshal.py: remove/simplify parameters
[platform/upstream/mesa.git] / src / mapi / glapi /
2022-10-19 Marek Olšákgl_marshal.py: remove/simplify parameters
2022-10-16 Timothy Arcerimesa: add EXT_debug_label support
2022-09-26 Marek Olšákglthread: skip glMultMatrixf if it's identity
2022-09-26 Marek Olšákglthread: use GLenum16 for enums, but clamp it to 0xfff...
2022-09-26 Marek Olšákmesa: rename GL dispatch initialization functions to...
2022-09-26 Marek Olšákapi_hw_select_init_h.py: simplify the code
2022-09-26 Marek Olšákglapi: rename 'vtxfmt' to 'beginend' to make it clear
2022-09-26 Marek Olšákmesa: initialize OutsideBeginEnd directly instead of...
2022-09-21 Marek Olšákglthread: execute glSignalSemaphoreEXT synchronously
2022-09-21 Marek Olšákglthread: work around GL_INVALID_OPERATION with OpenGL...
2022-09-21 Marek Olšákglthread: always sync for glShaderSource because invali...
2022-09-21 Marek Olšákglthread: generate errors for glGet functions between...
2022-09-21 Marek Olšákmesa: fix glDrawRangeElementsBaseVertex should be compi...
2022-08-25 Jesse Nataliemesa: Expose GL_NV_ES1_1_compatibility
2022-08-22 Yonggang Luomapi: Move shared stub into u_current.c
2022-08-22 Yonggang Luomapi: Move shared _glapi_set_context and _glapi_set_dis...
2022-08-12 Marek Olšákglthread: track glBindFramebufferEXT, not just glBindFr...
2022-08-12 Marek Olšákglthread: track GL_READ_FRAMEBUFFER bindings too
2022-08-12 Marek Olšákglthread: call _mesa_glthread_DeleteBuffers unconditionally
2022-08-12 Marek Olšákglthread: unbind framebuffers in glDeleteFramebuffers
2022-07-29 Yonggang Luomapi: Remove usage of USE_ELF_TLS
2022-07-14 Jesse NatalieFix static glapi on Windows
2022-07-14 Jesse Nataliemapi: Add more EXT_external_objects_win32 functions...
2022-07-11 Adam Jacksonmesa: Stub out GL_APPLE_object_purgeable
2022-06-09 Yonggang Luoc11: Implement c11/time.h with c11/impl/time.c
2022-06-06 Qiang Yumapi: add api setup header for hw select mode
2022-05-15 Sidney Justmapi: added EXT_external_objects_win32 definitions
2022-04-19 Yonggang Luowin32: Do not use BUILD_GL32, we use def file to export...
2022-02-01 Chia-I Wuglthread: call _mesa_glthread_BindBuffer unconditionally
2022-01-03 Dave Airliemapi: generate correct dispatch for EXT_draw_instanced
2021-12-30 Qiang Yumesa: add ARB_sparse_texture extension
2021-12-30 Qiang Yuglapi: should not add alias function to static_data.py
2021-12-14 Marek Olšákmesa: use nop dispatch for ColorTable/Convolution/Histogram
2021-12-14 Marek Olšákglapi: add missing no_error settings for implemented...
2021-12-14 Marek Olšákglthread: set marshal functions in dispatch only if...
2021-12-14 Marek Olšákglthread: add nop dispatch
2021-12-14 Marek Olšákmesa: remove GLvertexformat
2021-12-14 Marek Olšákglapi: autogenerate install_vtxfmt with python
2021-12-14 Marek Olšákglapi: autogenerate all _mesa_* forward declarations...
2021-12-14 Marek Olšákmesa: remove api_exec.h and move its contents into...
2021-12-14 Marek Olšákglapi: autogenerate api_save.h with save_* function...
2021-12-14 Marek Olšákglapi: autogenerate _mesa_initialize_save_table with...
2021-12-14 Marek Olšákglapi: move reusable glapi printing code to apiexec.py
2021-12-14 Marek Olšákglapi: replace dispatch.h inline functions with macros...
2021-12-14 Marek Olšákglapi: move apiexec API condition determination to...
2021-12-14 Marek Olšákglapi: rename gl_genexec.py to api_exec_init.py, api_ex...
2021-12-14 Marek Olšákmesa: don't set CallList* redundantly in _mesa_initiali...
2021-12-14 Marek Olšákglapi: rename exec="dynamic" to exec "vtxfmt" to make...
2021-12-13 Jesse Natalieglapi: Never use dllimport/dllexport for TLS vars on...
2021-12-08 Alex Xu (Hello71)Fix TSD stubs for non-initial-exec case (fixes #5667).
2021-12-08 Adam Jacksonglapi: Remove remnants of EXT_paletted_texture and...
2021-12-06 Yonggang Luowin32: Fixes thread local on win32 with clang/mingw...
2021-12-02 Jesse Nataliewindows: Use TLS context/dispatch with shared-glapi
2021-11-29 Marek Olšákglthread: don't sync for more glGetIntegerv enums for...
2021-10-27 Marek Olšákglthread: add an option to make glCheckFramebufferStatu...
2021-10-27 Marek Olšákglthread: don't sync for glIsEnabled with a few enums
2021-10-16 Dylan Bakermeson: use gtest protocol for gtest based tests when...
2021-09-23 Tapani Pällimesa: GL_ARB_ES3_2_compatibility GL compat profile...
2021-09-08 Jesse Nataliestatic-glapi: Fix MSVC preprocessor definitions
2021-08-26 Simon Zeniglapi/gl_gentable.py: drop call to backtrace on no op
2021-08-24 Marek Olšákglthread: implement glGetUniformLocation without syncing
2021-08-14 Eric Engestrompython: drop python2 support
2021-08-06 Gert Wollnymesa: Add support for EXT_clear_texture
2021-07-09 Pierre-Eric Pellou... glthread: use custom marshal/unmarshal for CallList
2021-07-09 Pierre-Eric Pellou... glthread: return consumed bytes
2021-07-09 Pierre-Eric Pellou... glthread: add a last parameter to unmarshal functions
2021-06-17 Marek Olšákglthread: change when glFlush flushes asynchronously
2021-06-10 Michel Zouglapi: fix Warray-parameter
2021-06-02 Emma Anholtutil: Add a helper macro for defining initial-exec...
2021-04-26 Timothy Arcerimesa: fix incomplete GL_NV_half_float implementation
2021-03-20 Jose Fonsecascons: Remove.
2021-02-24 Michel Zouglapi: keep declspec(thread) msvc-specific
2021-02-23 Jesse Natalieglapi: Support "ELF" TLS on Windows
2021-02-17 Marek Olšákglthread: ignore the return value of glUnmapBuffer...
2021-02-17 Marek Olšákglthread: don't sync when using pixel buffer objects
2021-02-17 Marek Olšákglthread: don't declare pointers with const in unmarsha...
2021-02-17 Marek Olšákglthread: assume all parameters are fixed if marshal_sy...
2021-01-29 Marek Olšákglapi: guard against invalid XML definitions for glthread
2021-01-29 Marek Olšákglthread: fix glVertexAttribDivisor calls not being...
2021-01-28 Jesse Natalieglapi: Undefine MemoryBarrier
2021-01-21 Marek Olšákmesa: remove _mesa_initialize_exec_dispatch from draw...
2021-01-21 Marek Olšákglthread: add display list support to fix state trackin...
2021-01-21 Marek Olšákglthread: remove if (COMPAT) conditions from functions...
2021-01-21 Marek Olšákglthread: rename inside_dlist to ListMode for future use
2021-01-21 Marek Olšákglthread: implement glGetIntegerv for states that glthr...
2021-01-21 Marek Olšákglthread: track all matrix stack depths
2021-01-21 Marek Olšákglthread: don't sync with NV_half_float vertex attrib...
2021-01-21 Marek Olšákglthread: remove marshal="draw" because it doesn't...
2020-12-01 Michel Zouglapi: fix unused-function warning
2020-11-21 Marek Olšákglthread: make glGetActiveUniform return without syncing
2020-11-21 Marek Olšákmesa: add glInternalSetError for glthread
2020-11-06 Adam Jacksonmesa: Implement GL_ANGLE_pack_reverse_row_order
2020-10-07 Marek Olšákglthread: handle glInterleavedArrays
2020-10-07 Marek Olšákmesa: remove api_loopback to remove call indirections
2020-10-06 Marek Olšákgl_marshal.py: inline print_sync_dispatch
2020-08-11 Yogesh Mohan Marimuthusrc/mesa: add GL_NV_half_float extension support (v2)
2020-08-05 Kristian H. Kristensenmapi/test: Change type to unsigned for offset
2020-07-23 Adam Jacksonglx: Fix build and warnings with -Dglx=dri -Dglx-direct...
2020-06-23 Marek Olšákglthread: handle ARB_vertex_attrib_binding
2020-06-23 Marek Olšákglapi: fix incorrect param names in ARB_vertex_attrib_b...
next