aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add missing display list support for GL_FOG_COORDINATE_SOURCEIan Romanick2019-04-301-0/+1
* i965: Re-enable fast color clears for GEN11.Plamena Manolova2019-04-291-15/+8
* delete autotools input filesEric Engestrom2019-04-293-36/+0
* delete autotools .gitignore filesEric Engestrom2019-04-295-21/+0
* mesa/st: remove always-false stateErik Faye-Lund2019-04-293-10/+0
* mesa/st: accept NULL and empty buffer objectsErik Faye-Lund2019-04-291-7/+2
* mesa/st: remove impossible error-checkErik Faye-Lund2019-04-291-2/+0
* compiler: rename SYSTEM_VALUE_VARYING_COORDRob Clark2019-04-251-1/+4
* meson: Force '.so' extension for DRI driversJon Turney2019-04-251-0/+1
* glsl: handle interactions between EXT_gpu_shader4 and texture extensionsMarek Olšák2019-04-243-1/+3
* st/mesa: expose EXT_gpu_shader4 if GLSL 1.40 is supportedMarek Olšák2019-04-241-0/+7
* mesa: only allow EXT_gpu_shader4 in the compatibility profileMarek Olšák2019-04-241-1/+3
* mesa: expose EXT_texture_buffer_objectMarek Olšák2019-04-241-0/+1
* mesa: enable glGet for EXT_gpu_shader4Marek Olšák2019-04-242-3/+4
* st/mesa: Don't set atomic counter size != 0 if MAX_SHADER_BUFFERS == 0.Eric Anholt2019-04-241-1/+1
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-249-15/+22
* st/mesa: indicate intel extension support for inner_coverage based on capMike Blumenkrantz2019-04-233-0/+4
* st/mesa: add ATC supportJonathan Marek2019-04-232-0/+19
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-2311-2/+71
* i965: Tidy bogus indentation left by previous commitKenneth Graunke2019-04-221-26/+24
* i965: Ignore uniform storage for samplers or images, use binding infoKenneth Graunke2019-04-223-18/+28
* i965: implement WaEnableStateCacheRedirectToCSLionel Landwerlin2019-04-182-0/+6
* intel/perf: drop counter size fieldLionel Landwerlin2019-04-172-5/+6
* i965: perf: add mdapi pipeline statistics queries on gen10/11Lionel Landwerlin2019-04-171-1/+9
* i965: move mdapi guid into intel/perfLionel Landwerlin2019-04-171-2/+1
* i965: move mdapi result data format to intel/perfLionel Landwerlin2019-04-173-96/+10
* i965: move brw_timebase_scale to device infoLionel Landwerlin2019-04-175-19/+15
* i965: move OA accumulation code to intel/perfLionel Landwerlin2019-04-173-167/+45
* i965: move mdapi data structure to intel/perfLionel Landwerlin2019-04-171-96/+7
* i965: extract performance query metricsLionel Landwerlin2019-04-1723-148117/+206
* i965: store device revision in gen_device_infoLionel Landwerlin2019-04-173-6/+4
* i965: Move program key debugging to the compiler.Kenneth Graunke2019-04-169-283/+36
* nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possibleMarek Olšák2019-04-161-0/+1
* compiler/glsl: handle case where we have multiple users for typesTapani Pälli2019-04-161-0/+4
* Delete autotoolsDylan Baker2019-04-1513-955/+0
* st/mesa: add support for EXT_shader_image_load_formattedRhys Perry2019-04-151-0/+1
* mesa, glsl: add support for EXT_shader_image_load_formattedRhys Perry2019-04-152-0/+2
* intel: Emit 3DSTATE_VF_STATISTICS dynamicallyKenneth Graunke2019-04-142-6/+24
* nir: make nir_const_value scalarKarol Herbst2019-04-141-4/+4
* mesa: don't overwrite existing shader files with MESA_SHADER_CAPTURE_PATHMarek Olšák2019-04-121-3/+17
* ac/nir_to_llvm: add image bindless supportTimothy Arceri2019-04-121-0/+2
* glsl/nir: add support for lowering bindless images_derefsKarol Herbst2019-04-121-1/+1
* nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri2019-04-122-9/+13
* nir: move brw_nir_rewrite_image_intrinsic into common codeKarol Herbst2019-04-121-1/+1
* swrast: fix undefined shift of 1 << 31Dave Airlie2019-04-121-1/+1
* intel/common: move gen_debug to intel/devMark Janes2019-04-104-4/+4
* st: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFORMS case as well.Eric Anholt2019-04-104-0/+19
* virgl: Enable passing arrays as input to fragment shadersGert Wollny2019-04-101-7/+57
* gallium: Add PIPE_CAP_COMPUTE_SHADER_DERIVATIVESCaio Marcelo de Oliveira Filho2019-04-081-0/+1
* i965: Advertise NV_compute_shader_derivativesCaio Marcelo de Oliveira Filho2019-04-081-0/+1