summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: fix streamout overflow predication on VI+Nicolai Hähnle2017-08-023-18/+75
* gallium/radeon: implement qbo for SO_OVERFLOW_PREDICATENicolai Hähnle2017-08-021-7/+37
* gallium/radeon: implement basic parts of PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATENicolai Hähnle2017-08-021-25/+73
* gallium/radeon: fix render predication by SO overflow predicateNicolai Hähnle2017-08-021-7/+6
* gallium/radeon: fix ARB_query_buffer_object conversion to booleanNicolai Hähnle2017-08-021-1/+2
* st/mesa: implement ARB_transform_feedback_overflow_queryNicolai Hähnle2017-08-022-1/+4
* ddebug: handle get_query_result_resource as a GPU callNicolai Hähnle2017-08-023-32/+92
* gallium/util: add util_{str,dump}_query_value_typeNicolai Hähnle2017-08-022-0/+31
* gallium: add util_dump_query_type and use it in ddebugNicolai Hähnle2017-08-023-11/+13
* gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2017-08-027-103/+99
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-0221-2/+36
* android: export intermediates from libmesa_utilTapani Pälli2017-08-022-0/+5
* intel: move gen_decoder.* back to COMMON_FILESTapani Pälli2017-08-022-5/+3
* android: link libmesa_intel_common with zlib and expatTapani Pälli2017-08-021-0/+5
* ac/nir: Add float cast before shadow comparator clamp.Bas Nieuwenhuizen2017-08-021-1/+2
* i965: Check result of make_surface() for intel_miptree_create_for_boChris Wilson2017-08-011-0/+2
* virgl: add BPTC support.Dave Airlie2017-08-021-0/+3