vbo: lower VBO_SAVE_BUFFER_SIZE to avoid large VRAM usage
[platform/upstream/mesa.git] / src / mapi /
2023-01-10 Pierre-Eric Pellou... mesa: add missing count_scale attributes
2023-01-10 Pierre-Eric Pellou... mesa: add missing count_scale attribute
2023-01-03 Adam Jacksonglx: Remove the GetProcAddress special case for indirec...
2022-11-20 Yusuf Khanmapi: update gles 1.1 extention packet link
2022-11-11 Yonggang Luomeson: Refactoring shared gen_vs_module_defs_normal_com...
2022-11-10 Yonggang Luomeson: Use deps_for_libmesa_util for idep_mesautil...
2022-11-10 Timothy Arcerimesa: fix typo from adding glGetObjectLabelEXT
2022-11-04 Yonggang Luoutil: include gles header instead of hand crafted macros
2022-11-03 Yonggang Luomapi: #include "util/glheader.h" instead of #include...
2022-11-03 Yonggang Luoglapi: #include "util/glheader.h" in glapi_priv.h and...
2022-11-03 Yonggang Luomesa: Move glheader.h from mesa/main/glheader.h to...
2022-11-03 Yonggang Luoglapi: Remove duplicated #include "main/glheader.h"
2022-10-20 Yonggang Luomapi: Remove the need of _MTX_INITIALIZER_NP by using...
2022-10-20 Yonggang Luomapi: Use util_call_once to init exec_mem and mutex...
2022-10-19 Marek Olšákglthread remove the unused *last pointer from unmarshal...
2022-10-19 Marek Olšákglthread: merge and collapse glBindBuffer calls that...
2022-10-19 Marek Olšákgl_marshal.py: C style fixups
2022-10-19 Marek Olšákglthread: demystify Draw function names
2022-10-19 Marek Olšákglapi: remove EXT and ARB suffixes from Draw functions
2022-10-19 Marek Olšákgl_marshal.py: simplify print_sync_call and rename...
2022-10-19 Marek Olšákgl_marshal.py: inline functions for readability
2022-10-19 Marek Olšákgl_marshal.py: remove the -O1 hack and manual SET_...
2022-10-19 Marek Olšákgl_marshal.py: rework how the marshal dispatch table...
2022-10-19 Marek Olšákgl_marshal.py: move the unmarshal table into a separate...
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: Improve comment about _glapi_tls_Dispatch and...
2022-08-22 Yonggang Luomapi: Access _glapi_tls_Dispatch directly without need...
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-22 Yonggang Luomapi: Remove reference to unused _gl_DispatchTSD
2022-08-22 Yonggang Luomapi: Remove unused ENTRY_CURRENT_TABLE_GET
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-29 Yonggang Luomapi: Trim trailing spaces in stub.c and u_current.c
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-16 Yonggang Luomeson: Using get_argument_syntax as the `--compiler_id...
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-06-02 Erik Faye-Lundmapi: remove needless c99_compat.h includes
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-04-19 Yonggang Luowin32: Fixes 32 bits visual studio module definition...
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-11-20 Alex Xu (Hello71)Use initial-exec TLS for glibc only, enable TLS elsewhere
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-09-08 Jesse Nataliewgl: Fix unit test when using shared glapi
2021-09-08 Jesse Nataliemapi: Fix shared-glapi build with MSVC
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-14 Eric Engestrompython: explicitly require python3
2021-08-06 Gert Wollnymesa: Add support for EXT_clear_texture
2021-07-09 Pierre-Eric Pellou... glthread: use custom marshal/unmarshal for CallList
next