aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: finalize NIR after shader variant passes for TCS/TES/GS/CSMarek Olšák2019-10-161-2/+3
* st/mesa: unify transform feedback info translation codeMarek Olšák2019-10-164-86/+48
* st/mesa: move vertex program preparation code into st_prepare_vertex_programMarek Olšák2019-10-162-31/+42
* st/mesa: clean up more after the removal of st_compute_programMarek Olšák2019-10-163-124/+31
* st/mesa: deduplicate st_common_program code in st_program_string_notifyMarek Olšák2019-10-161-40/+8
* st/mesa: sink TCS/TES/GS/CS translate code into st_translate_common_programMarek Olšák2019-10-163-221/+116
* st/mesa: deduplicate cases in st_deserialise_ir_programMarek Olšák2019-10-161-73/+20
* st/mesa: remove st_compute_program in favor of st_common_programMarek Olšák2019-10-1611-174/+59
* st/mesa: don't store stream output info to shader cache for tess ctrl shadersMarek Olšák2019-10-161-2/+3
* st/mesa: simplify the signature of st_release_basic_variantsMarek Olšák2019-10-164-28/+13
* st/mesa: deduplicate code for ATI fs in st_program_string_notifyMarek Olšák2019-10-161-17/+9
* st/mesa: use *prog at the end of st_link_nirMarek Olšák2019-10-161-4/+4
* st/mesa: fix crash for drivers supporting nir defaulting to tgsiKarol Herbst2019-10-161-4/+4
* mesa/math: delete duplicate extern symbolEric Engestrom2019-10-161-2/+0
* mesa/math: delete leftover... from 18 years ago (!)Eric Engestrom2019-10-161-4/+0
* mesa: fix invalid target error handling for teximagePierre-Eric Pelloux-Prayer2019-10-161-7/+8
* mesa: Handle pbuffers in desktop GL framebuffer attachment queriesKenneth Graunke2019-10-151-5/+7
* mesa: Make back_to_front_if_single_buffered non-staticKenneth Graunke2019-10-152-5/+9
* mesa: Use ctx->ReadBuffer in glReadBuffer back-to-front testsKenneth Graunke2019-10-151-4/+5
* st/mesa: always allocate pack/unpack buffers as stagingMarek Olšák2019-10-151-8/+6
* glsl: Add opcodes for atan and atan2Neil Roberts2019-10-122-0/+4
* egl: Fixes transparency with EGL and X11.Hal Gentz2019-10-112-0/+5
* st/glsl: add support for alternate TG4 encoding.Dave Airlie2019-10-112-1/+22
* meson: Add necessary defines for mesa_gallium on windowsDylan Baker2019-10-101-2/+14
* GL: drop symbols mangling supportEric Engestrom2019-10-102-8/+0
* st/mesa: use nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-104-43/+20
* nir: move gl_nir_opt_access from glsl directoryMarek Olšák2019-10-101-1/+1
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-102-2/+2
* st/mesa: fix R8 bitmap texture for TGSI paths.Dave Airlie2019-10-101-1/+1
* i965: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-092-0/+6
* meta: leak of shader program when decompressing tex-imagesSergii Romantsov2019-10-091-0/+1
* mesa/main: prefer R8-textures instead of A8 for glBitmap in display listsErik Faye-Lund2019-10-093-3/+16
* st/mesa: Prefer R8 for bitmap texturesDave Airlie2019-10-092-8/+3
* st/mesa: Fix inverted polygon stipple conditionKenneth Graunke2019-10-081-1/+1
* gallium: Enable MESA_framebuffer_flip_yFritz Koenig2019-10-084-6/+4
* mesa: Allow MESA_framebuffer_flip_y for GLES 3Fritz Koenig2019-10-084-13/+62
* gallium/tgsi: add support for DEMOTE and READ_HELPER opcodesIlia Mirkin2019-10-071-2/+5
* st/mesa: use simple_mtx_t instead of mtx_tMarek Olšák2019-10-074-34/+34
* mesa: don't forget to clear _Layer field on texture unitLionel Landwerlin2019-10-011-1/+1
* i965: Enable EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-301-0/+2
* gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATIONCaio Marcelo de Oliveira Filho2019-09-301-0/+1
* glsl: Add helperInvocationEXT() builtinCaio Marcelo de Oliveira Filho2019-09-301-0/+1
* glsl: Add ir_demoteCaio Marcelo de Oliveira Filho2019-09-302-0/+14
* mesa: Extension boilerplate for EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-302-0/+2
* shader_enums: Move MAX_DRAW_BUFFERS to this file.Eric Anholt2019-09-271-6/+1
* mesa/st: calculate texture size based on EGLImage miplevelTapani Pälli2019-09-261-2/+5
* intel: Increase Gen11 compute shader scratch IDs to 64.Kenneth Graunke2019-09-231-1/+13
* Revert "intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM"Kenneth Graunke2019-09-232-9/+0
* st/mesa: Bail on incomplete attachments in discard_framebufferKenneth Graunke2019-09-221-1/+1
* clover: add support for passing kernels as nir to the driverKarol Herbst2019-09-211-0/+3