summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Only require independent blending for GLES 3.2.Eric Anholt2018-01-211-1/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* mesa: Make numSamples an unsigned intGert Wollny2018-01-194-6/+6
* mesa: move gl_external_samplers() to program.[ch]Brian Paul2018-01-171-17/+0
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-1711-11/+0
* mesa: include util/macros.h in format_fallback.cBrian Paul2018-01-171-0/+1
* mesa: remove unneeded semicolonsGrazvydas Ignotas2018-01-172-2/+2
* mesa: require at least 14 UBOs for GL 4.3Roland Scheidegger2018-01-121-0/+1
* meson: Use consistent style for testsDylan Baker2018-01-111-1/+3
* glsl: remove Lower{TCS,TES}PatchVerticesInIago Toral Quiroga2018-01-101-2/+0
* Fix use of alloca() without #include <c99_alloca.h>Jon Turney2018-01-091-0/+1
* mesa: remove dd_function_table::GetCompressedTexSubImage and clean it upMarek Olšák2018-01-063-30/+11
* mesa/bindless: fix missing image _Layer initializationIlia Mirkin2018-01-041-0/+1
* mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102.Mario Kleiner2018-01-031-1/+2
* mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type.Mario Kleiner2018-01-031-0/+3
* mesa: Add _mesa_bind_texture methodIan Romanick2018-01-022-2/+26
* Revert "mesa: remove unused _mesa_delete_nameless_texture()"Ian Romanick2018-01-022-0/+46
* mesa: Fold _mesa_record_error into its only callerIan Romanick2018-01-023-30/+2
* mesa: always compare optype with symbolic name in ATI_fsMiklós Máté2017-12-251-3/+3
* mesa: document ati_fragment_shader::cur_pass and swizzlerqMiklós Máté2017-12-251-0/+4
* mesa: move ATI_fs state compile changes after the error checksMiklós Máté2017-12-251-54/+53
* mesa: fix not having secondary color in ATI_fs in swrastMiklós Máté2017-12-251-7/+10
* mesa: fix validate for secondary interpolatorMiklós Máté2017-12-251-13/+27
* mesa: fix typo in ATI_fs dstMod error checkingMiklós Máté2017-12-251-1/+1
* mesa: fix crash when an ATI_fs pass begins with an alpha instMiklós Máté2017-12-251-3/+7
* mesa: add fallback texture for SampleMapATI if there is nothingMiklós Máté2017-12-251-0/+30
* mesa: GL_EXT_disjoint_timer_query extension API bitsTapani Pälli2017-12-156-1/+30
* glapi: add GL_EXT_disjoint_timer_queryTapani Pälli2017-12-151-0/+5
* mesa: add DisjointOperation to gl_shared_stateTapani Pälli2017-12-152-0/+9
* mesa: Add glSpecializeShaderARB to common_desktop_functionsDylan Baker2017-12-131-0/+3
* mesa: remove second include of errors.h in src/mesa/main/glspirv.cKai Wasserbäch2017-12-121-4/+0
* mesa: refuse to compile SPIR-V shaders or link mixed shadersNicolai Hähnle2017-12-121-0/+12
* mesa/shaderapi: add a getter for GL_SPIR_V_BINARY_ARBNicolai Hähnle2017-12-121-0/+3
* mesa: implement SPIR-V loading in glShaderBinaryNicolai Hähnle2017-12-125-3/+97
* mesa/glspirv: Add struct gl_shader_spirv_dataEduardo Lima Mitev2017-12-122-0/+42
* mesa/glspirv: Add struct gl_spirv_moduleNicolai Hähnle2017-12-122-0/+33
* mesa: add GL_ARB_gl_spirv boilerplateNicolai Hähnle2017-12-125-0/+95
* main: Clear shader program data whenever ProgramBinary is calledJordan Justen2017-12-081-0/+3
* main: add binary support to ProgramBinaryJordan Justen2017-12-081-17/+19
* main: add binary support to GetProgramBinaryJordan Justen2017-12-081-6/+9
* main: Support getting GL_PROGRAM_BINARY_LENGTHJordan Justen2017-12-081-1/+6
* mesa: Add Mesa ARB_get_program_binary helper functionsJordan Justen2017-12-082-0/+347
* mesa: add driver callbacks for serialising ProgramBinary blobsTimothy Arceri2017-12-081-0/+17
* main: Support 1 Mesa format with get for GL_PROGRAM_BINARY_FORMATSJordan Justen2017-12-082-1/+10
* main: Allow non-zero NUM_PROGRAM_BINARY_FORMATSJordan Justen2017-12-082-1/+4
* main, glsl: Add UniformDataDefaults which stores uniform defaultsJordan Justen2017-12-081-0/+11
* mesa/spirv: move and rename nir_spirv_supported_capabilitiesAlejandro Piñeiro2017-12-071-13/+0
* mesa: remove set_entry from forward type declarationsAlejandro Piñeiro2017-12-071-1/+0
* mesa: define nir_spirv_supported_capabilitiesAlejandro Piñeiro2017-12-061-0/+12
* mesa: document _mesa_extension_override_* variablesEmil Velikov2017-12-061-0/+9