summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-101-1/+1
* st/mesa: fix R8 bitmap texture for TGSI paths.Dave Airlie2019-10-101-1/+1
* mesa/main: prefer R8-textures instead of A8 for glBitmap in display listsErik Faye-Lund2019-10-091-0/+5
* 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
* 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
* 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-301-0/+7
* mesa/st: calculate texture size based on EGLImage miplevelTapani Pälli2019-09-261-2/+5
* 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-191-1/+1
* 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
* mesa/st: Fallback to name lookup when the variable have no ParameterCaio Marcelo de Oliveira Filho2019-09-121-2/+46
* st/mesa: Only pause queries if there are any active queries to pause.Kenneth Graunke2019-09-115-4/+17
* st/nir: fix illegal designated initializer in st_glsl_to_nir.cppBrian Paul2019-09-111-1/+1
* glsl/nir: Add and use a gl_nir_link() functionCaio Marcelo de Oliveira Filho2019-09-101-7/+4
* gallium: Add ARB_gl_spirv supportCaio Marcelo de Oliveira Filho2019-09-101-0/+21
* 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
* mesa/st: Lookup parameters without using namesCaio Marcelo de Oliveira Filho2019-09-101-42/+9
* mesa/st: Do not rely on name to identify special uniformsCaio Marcelo de Oliveira Filho2019-09-101-5/+3
* mesa: Eliminate gl_config::rgbModeAdam Jackson2019-09-091-2/+0
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-091-5/+0
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-061-2/+2
* gallium: Plumb through a way to disable GLSL const loweringConnor Abbott2019-09-051-0/+2
* st/nir: Don't lower indirects when linkingConnor Abbott2019-09-051-17/+1
* st/nir: Call nir_remove_unused_variables() in the opt loopConnor Abbott2019-09-051-0/+10
* st/mesa: Allow zero as [level|layer]_overrideLepton Wu2019-08-304-17/+20
* gallium: Fix big-endian addressing of non-bitmask array formats.Eric Anholt2019-08-281-0/+23
* gallium: Fix mesa format name in unit test failure path.Eric Anholt2019-08-281-1/+1
* gallium: Add the ASTC 3D formats.Eric Anholt2019-08-261-0/+82
* st/nir: Fix num_inputs for VS inputsConnor Abbott2019-08-231-3/+2
* mesa/compiler: rework tear down of builtin/typesLionel Landwerlin2019-08-211-5/+0
* st/mesa: don't allocate mipmapped texture for NEAREST_MIPMAP_LINEARMarek Olšák2019-08-121-0/+12
* st/mesa: eliminate unnecessary redirectionMark Janes2019-08-071-1/+1
* gallium: redefine ATOMINC_WRAP to be more hardware-friendlyIlia Mirkin2019-08-071-1/+10
* st/mesa: relax EXT_shader_image_load_store enableIlia Mirkin2019-08-071-3/+0
* mesa: Use _mesa_delete_transform_feedback_object in driversYevhenii Kolesnikov2019-08-071-6/+1
* mesa: use _mesa_delete_query in driversYevhenii Kolesnikov2019-08-071-2/+2
* mesa/gallium: add dric option to allow overriding GL vendor stringTimothy Arceri2019-08-071-0/+2
* glsl: add EXT_shader_image_load_store new image functionsPierre-Eric Pelloux-Prayer2019-08-061-0/+8
* glapi: add EXT_shader_image_load_storePierre-Eric Pelloux-Prayer2019-08-061-0/+4