summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: replace st_shader_stage_to_ptargetNicolai Hähnle2017-08-025-31/+8
* mesa: add GLSL 4.60 to shading_language_version()Samuel Pitoiset2017-08-021-0/+2
* mesa: add always-false enable for GL 4.6Samuel Pitoiset2017-08-021-2/+18
* glsl: recognize GLSL 4.60Samuel Pitoiset2017-08-023-3/+5
* dri3: Wait for all pending swapbuffers to be scheduled before touching the frontThomas Hellstrom2017-08-022-0/+21
* mesa: add KHR_no_error support to glPolygonMode()Samuel Pitoiset2017-08-023-1/+12
* mesa: add polygon_mode() helperSamuel Pitoiset2017-08-021-19/+28
* mesa: add KHR_no_error support to glClearBufferiv()Samuel Pitoiset2017-08-023-1/+12
* mesa: add clear_bufferiv() helperSamuel Pitoiset2017-08-021-14/+23
* mesa: add KHR_no_error support to glClearBufferuiv()Samuel Pitoiset2017-08-023-1/+14
* mesa: add clear_bufferuiv() helperSamuel Pitoiset2017-08-021-13/+22
* mesa: add KHR_no_error support to glClearBufferfi()Samuel Pitoiset2017-08-023-1/+14
* mesa: add clear_bufferi() helperSamuel Pitoiset2017-08-021-20/+30
* mesa: add KHR_no_error support to glClearBufferfv()Samuel Pitoiset2017-08-023-1/+14
* mesa: add clear_bufferfv() helperSamuel Pitoiset2017-08-021-14/+23
* mesa: add KHR_no_error support to glClear*Buffer*Data()Samuel Pitoiset2017-08-024-4/+98
* mesa: add clear_buffer_sub_data_error() helperSamuel Pitoiset2017-08-021-17/+35
* mesa: make get_texbuffer_format() globalSamuel Pitoiset2017-08-022-3/+5
* mesa: add KHR_no_error support to glLinkProgram()Samuel Pitoiset2017-08-023-1/+22
* mesa: add link_program() and link_program_error() helpersSamuel Pitoiset2017-08-021-13/+33
* mesa: add KHR_no_error support to glShaderSource()Samuel Pitoiset2017-08-023-1/+14
* mesa: add shader_source() helperSamuel Pitoiset2017-08-021-11/+23
* mesa: rename shader_source() to set_shader_source()Samuel Pitoiset2017-08-021-2/+2
* mesa: add KHR_no_error support to glEndConditionalRender()Samuel Pitoiset2017-08-023-1/+12
* mesa: add end_conditional_render() renderSamuel Pitoiset2017-08-021-7/+14
* mesa: add KHR_no_error support to glBeginConditionalRender()Samuel Pitoiset2017-08-023-1/+12
* mesa: add begin_conditional_render() helperSamuel Pitoiset2017-08-021-55/+66
* mesa: add KHR_no_error support to glNamedBufferData() and glBufferData()Samuel Pitoiset2017-08-024-2/+40
* mesa: add buffer_data() and buffer_data_error() helpersSamuel Pitoiset2017-08-021-48/+64
* mesa: add KHR_no_error support to glLineWidth()Samuel Pitoiset2017-08-023-1/+12
* mesa: add line_width() helperSamuel Pitoiset2017-08-021-9/+16
* pipe-loader: fix driinfo for software and non-radeonsi driversNicolai Hähnle2017-08-022-4/+6
* mesa/st: Reduce the number of frontbuffer flush callsThomas Hellstrom2017-08-022-39/+10
* Fix gallium SCons buildNicolai Hähnle2017-08-021-0/+1
* glsl: look up for transform feedback varyings after linkingJuan A. Suarez Romero2017-08-021-0/+7
* radeonsi: add enable_sisched driconf optionNicolai Hähnle2017-08-023-0/+16
* radeonsi: prepare for driver-specific driconf optionsNicolai Hähnle2017-08-029-1/+58
* pipe-loader: move configuration_query into drm_helperNicolai Hähnle2017-08-023-37/+43
* st/dri: implement v2 of DRI_ConfigOptionsNicolai Hähnle2017-08-024-2/+55
* pipe-loader: extract a standalone get_driver_descriptor helper functionNicolai Hähnle2017-08-021-19/+30
* pipe-loader: pass only the driver_name to pipe_loader_find_moduleNicolai Hähnle2017-08-022-5/+5
* gallium: add driconf options to pipe_screen_configNicolai Hähnle2017-08-022-0/+5
* gallium: move loading of drirc to pipe-loaderNicolai Hähnle2017-08-0210-59/+77
* gallium: move driinfo XML to pipe_loaderNicolai Hähnle2017-08-026-40/+46
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-0237-88/+118
* st/drm: add DRM_CONF_XML_OPTIONSNicolai Hähnle2017-08-021-0/+2
* util: add merge_driinfo.pyNicolai Hähnle2017-08-021-0/+222
* glx: use v2 of DRI_ConfigOptionsNicolai Hähnle2017-08-021-14/+99
* radeonsi: enable ARB_transform_feedback_overflow_queryNicolai Hähnle2017-08-021-1/+1
* radeonsi: avoid redundant SET_PREDICATION packet with QBO workaroundNicolai Hähnle2017-08-021-4/+9