summaryrefslogtreecommitdiff
path: root/src/glx/glxcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "glx: s/Display */struct glx_display */ over internal API"Adam Jackson2021-05-031-35/+40
* glx: s/Display */struct glx_display */ over internal APIAdam Jackson2021-04-291-40/+35
* glx: Move server GLX vendor and version strings to glx_screenAdam Jackson2021-04-291-3/+2
* glx: Simplify some overuse of GetGLXScreenConfigsAdam Jackson2021-04-291-13/+5
* glx: Remove unused opcode argument to __glX{Get,QueryServer}StringAdam Jackson2021-04-291-3/+2
* glx: Simplify glXIsDirectAdam Jackson2021-04-291-17/+2
* glx: Stop force-enabling extensions "implied" by GLX 1.3Adam Jackson2021-04-291-5/+3
* glx: Stop pretending the GLX major number isn't 1Adam Jackson2021-04-291-2/+2
* glx: Implement GLX_EXT_no_config_contextAdam Jackson2021-04-231-2/+5
* glx: Be more robust against null fbconfigsAdam Jackson2021-04-131-0/+3
* glx: Move {Bind,Release}TexImage from context to screen vtableAdam Jackson2021-04-131-4/+84
* glx: Pull get_proc_address out of the context vtableAdam Jackson2021-03-191-6/+4
* glx: Pull use_x_font out of the context vtableAdam Jackson2021-03-191-2/+24
* glx: proposed fix for setSwapIntervalDave Airlie2021-02-221-2/+2
* glx: Fix GLX_SGI_video_sync for the no-current-drawable caseAdam Jackson2021-02-101-0/+6
* glx: Fix the generated error when indirect contexts are not supportedAdam Jackson2020-12-021-2/+4
* glx: Simplify error handling in glXImportContextEXTAdam Jackson2020-12-021-8/+2
* glx: move __glXGetUST into the DRI1 codeAdam Jackson2020-10-211-35/+0
* glx/dri3: Implement GLX_EXT_swap_control_tearAdam Jackson2020-09-101-1/+2
* glx: Implement GLX_EXT_swap_control for DRI2 and DRI3Adam Jackson2020-09-101-0/+31
* glx: Reject glXSwapIntervalMESA greater than INT_MAXAdam Jackson2020-09-101-1/+4
* glx: Collect all the non-applegl extensions in the GetProcAddress tableAdam Jackson2020-09-101-18/+14
* glx: Use GLX_FUNCTION2 only for actually aliased function namesAdam Jackson2020-09-101-52/+50
* glx: Fix build and warnings with -Dglx=dri -Dglx-direct=falseAdam Jackson2020-07-231-16/+8
* Revert "glx: Implement GLX_EXT_no_config_context"Adam Jackson2019-09-261-4/+1
* glx: Implement GLX_EXT_no_config_contextAdam Jackson2019-09-231-1/+4
* glx: Eliminate glx_config::{rgb,float,colorIndex}ModeAdam Jackson2019-08-201-14/+0
* glx: drop unnecessary pointer deref for function callsEric Engestrom2019-08-041-1/+1
* glx: Fix compilation with GLX_USE_WINDOWSGLJon Turney2018-12-151-2/+4
* glx: mandate xf86vidmode only for "drm" dri platformsEmil Velikov2018-12-131-2/+4
* glx: make xf86vidmode mandatory for direct renderingEmil Velikov2018-11-201-6/+1
* glx: Demand success from CreateContext requests (v2)Adam Jackson2018-11-071-38/+55
* Make glXChooseFBConfig handle unspecified sRGB correctlyJon Turney2018-07-311-0/+1
* glx: Fix number of property values to read in glXImportContextEXTMichel Dänzer2018-06-051-1/+1
* glx: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-121-16/+0
* glx: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-121-25/+0
* glx/apple: include util/debug.h for env_var_as_boolean prototypeJon Turney2018-02-011-0/+1
* glx: Use __glXSendError instead of open-coding itAdam Jackson2017-12-011-9/+1
* glx: Simplify some dummy vtable interactionsAdam Jackson2017-12-011-5/+5
* glx: Relax validate_renderType_against_config for EXT_no_config_contextAdam Jackson2017-11-091-13/+17
* glx: Be more tolerant in glXImportContext (v2)Adam Jackson2017-09-271-42/+30
* glx: turn LIBGL_DUMP_VISUALID into a booleanEric Engestrom2017-09-121-1/+1
* glxcmds: Fix a typo in the __APPLE__ codepathJeremy Huddleston Sequoia2017-08-171-1/+1
* glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERINGEmil Velikov2017-05-041-1/+1
* glx: add missing sRGB attribute check in fbconfigs_compatible()Neha Bhende2017-04-281-0/+1
* glx: guard swap-interval functions against destroyed drawablesNicolai Hähnle2017-02-061-3/+15
* glx: use GLX_ALIAS for glXGetProcAddressEmil Velikov2017-01-181-13/+4
* mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macroEmil Velikov2017-01-181-2/+2
* glx: make interop ABI visible againMarek Olšák2016-11-041-2/+2
* glx: Perform check for valid fbconfig against proper X-Screen.Mario Kleiner2016-10-141-2/+1