aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move blob from compiler/ to util/Jason Ekstrand2019-09-193-3/+3
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-191-2/+2
* i965: support AYUV/XYUV for external import onlyHaihao Xiang2019-09-181-0/+2
* Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"Christian Gmeiner2019-09-181-2/+2
* st/mesa: remove always-true expressionErik Faye-Lund2019-09-171-1/+0
* st/mesa: Increase GL_POINT_SIZE_RANGE minimum to 1.0Kenneth Graunke2019-09-161-4/+1
* st/mesa: Prefer 5551 formats for GL_UNSIGNED_SHORT_5_5_5_1.Kenneth Graunke2019-09-161-0/+7
* scons: Make scons and meson agree about path to glapi generated headersDylan Baker2019-09-163-1/+3
* mesa/gl: Sync with Khronos registryHeinrich Fink2019-09-161-1/+1
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-156-8/+9
* mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINTJiadong Zhu2019-09-121-3/+3
* mesa/st: Fallback to name lookup when the variable have no ParameterCaio Marcelo de Oliveira Filho2019-09-121-2/+46
* prog_to_nir: VARYING_SLOT_PSIZ is a scalarIago Toral Quiroga2019-09-121-3/+5
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-112-46/+47
* st/mesa: Only pause queries if there are any active queries to pause.Kenneth Graunke2019-09-115-4/+17
* intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WMAnuj Phogat2019-09-112-0/+9
* st/nir: fix illegal designated initializer in st_glsl_to_nir.cppBrian Paul2019-09-111-1/+1
* prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNsMarek Olšák2019-09-111-0/+3
* glsl/nir: Add and use a gl_nir_link() functionCaio Marcelo de Oliveira Filho2019-09-102-15/+8
* gallium: Add ARB_gl_spirv supportCaio Marcelo de Oliveira Filho2019-09-101-0/+21
* mesa/spirv: Set a few more extensionsCaio Marcelo de Oliveira Filho2019-09-101-0/+3
* mesa/st: Don't expect prog->nir to already existCaio Marcelo de Oliveira Filho2019-09-101-6/+5
* mesa/st: Add support for SPIR-V shadersCaio Marcelo de Oliveira Filho2019-09-102-50/+110
* mesa/st: Extract preprocessing NIR stepsCaio Marcelo de Oliveira Filho2019-09-101-14/+15