summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa/st: fix conditional jump depends on uninitialised valueTimothy Arceri2017-08-021-0/+1
* radeon/ac: use ds_swizzle for derivs on si/cik.Dave Airlie2017-08-024-39/+44
* vulkan: Import in the latest 1.0.57 header and XML from KhronosJason Ekstrand2017-08-011-935/+949
* ac/nir: fix nir_op_unpack_64_2x32_split_y emissionConnor Abbott2017-08-011-1/+1
* ac/nir: fix lsb emissionConnor Abbott2017-08-011-1/+11
* nir: fix algebraic optimizationsConnor Abbott2017-08-011-2/+2
* anv: Autogenerate extension query and lookupJason Ekstrand2017-08-016-154/+142
* anv: Add a new centralized extensions fileJason Ekstrand2017-08-013-26/+72
* egl/drm: Fix misused x and y offsets in swrast_get_image()Gwan-gyeong Mun2017-08-011-4/+19
* egl/drm: Fix misused x and y offsets in swrast_put_image2()Gwan-gyeong Mun2017-08-011-2/+17
* gbm: add gbm_bo_get_bpp()Eric Engestrom2017-08-013-0/+70