aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* gallium: give vertex-shader saturate its own capErik Faye-Lund2019-07-101-1/+1
* gallium: give fragment-shader derivatives its own capErik Faye-Lund2019-07-101-1/+1
* gallium: give fragment-shader texture-lod its own capErik Faye-Lund2019-07-101-1/+1
* mesa/st: drop needless has_shader_model3 booleanErik Faye-Lund2019-07-102-3/+1
* mesa: Set minimum possible GLSL versionIan Romanick2019-07-081-0/+11
* i965: disable repacking for compression for applicable genDongwon Kim2019-07-082-0/+10
* nir: Move st_nir_assign_var_locations() to common codeConnor Abbott2019-07-081-115/+5
* Revert "mesa/st: Passthrough scissor when clearing by quad"Marek Olšák2019-07-041-3/+0
* mesa/st: Passthrough scissor when clearing by quadAlyssa Rosenzweig2019-07-031-0/+3
* st/mesa: accelerate glCopyPixels(STENCIL)Marek Olšák2019-07-031-20/+38
* mesa/st: simplify format usage in st_bind_egl_imageMike Blumenkrantz2019-07-011-15/+13
* sparc: Reuse m_vector_asm.h.Eric Anholt2019-07-013-34/+14
* mesa: Enable asm unconditionally, now that gen_matypes is gone.Eric Anholt2019-07-012-4/+0
* mesa: Replace gen_matypes with a simple header for V4F/mat layout.Eric Anholt2019-07-0126-270/+101
* matypes: Drop some unused defines.Eric Anholt2019-07-011-113/+0
* swrast: simplify function pointer callsEric Engestrom2019-07-012-3/+3
* glspirv: Enable the new deref-base UBO/SSBO path on gl_spirvAlejandro Piñeiro2019-06-301-2/+10
* i965: call to gl_nir_link_uniform_blocksAlejandro Piñeiro2019-06-301-0/+4
* i965: use GLboolean for all brw_link_shader returnsAlejandro Piñeiro2019-06-301-3/+3
* mesa: use binary search for MESA_EXTENSION_OVERRIDEEric Engestrom2019-06-301-6/+16
* mesa: stop trying new filenames if the filename existing is not the issueEric Engestrom2019-06-281-0/+6
* mesa: use os_file_create_unique()Eric Engestrom2019-06-281-5/+4
* i965/icl: Apply WA_1606682166 to compute workloadsAnuj Phogat2019-06-281-1/+3
* Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-282-10/+0
* i965/icl: Fix WA_1606682166Anuj Phogat2019-06-281-2/+1
* mesa: add display list support for gl(Compressed)TextureSubImage2DEXTPierre-Eric Pelloux-Prayer2019-06-281-0/+89
* mesa: add glTextureParameteri/iv/f/fvEXTPierre-Eric Pelloux-Prayer2019-06-284-6/+223
* mesa: extend _mesa_lookup_or_create_texture to support EXT_dsaPierre-Eric Pelloux-Prayer2019-06-282-3/+19
* mesa: refactor bind_texturePierre-Eric Pelloux-Prayer2019-06-282-17/+36
* mesa: extract helper function for glTexParameter*Pierre-Eric Pelloux-Prayer2019-06-281-13/+24
* mesa: add buffer != 0 checks to glNamedBufferEXT functionsPierre-Eric Pelloux-Prayer2019-06-281-2/+33
* mesa: fix a typo in map_named_buffer_rangeMarek Olšák2019-06-281-2/+2
* mesa: add support for glMapNamedBufferEXT()Timothy Arceri2019-06-283-1/+26
* mesa: add support for glUnmapNamedBufferEXT()Timothy Arceri2019-06-283-6/+5
* mesa: add support for glCompressedTextureSubImage2DEXT()Timothy Arceri2019-06-283-25/+59
* mesa: add support for glTextureSubImage2DEXT()Timothy Arceri2019-06-283-29/+116
* mesa: add support for glMapNamedBufferRangeEXT()Timothy Arceri2019-06-283-14/+36
* mesa: add support for glNamedBufferStorageEXTTimothy Arceri2019-06-283-0/+19
* mesa: add support for glNamedBuffer*DataEXT()Timothy Arceri2019-06-283-2/+39
* mesa: add support for glBindMultiTextureEXTTimothy Arceri2019-06-283-10/+37
* mesa: delete framebuffer texture attachment sampler viewsPierre-Eric Pelloux-Prayer2019-06-281-0/+15
* meson: set up a proper internal dependency for xmlconfigEric Engestrom2019-06-272-5/+5
* mesa: use a correct function return typeAndrii Simiklit2019-06-272-2/+2
* st/mesa: Set EmitNoIndirectSampler if GLSLVersion < 400.Kenneth Graunke2019-06-261-1/+1
* st/glsl: fix silly regression finding gs/tes variantsTimothy Arceri2019-06-261-1/+1
* st/glsl: support clamping color outputs in compat for gs/tesTimothy Arceri2019-06-264-13/+60
* i965: leaking of upload-BO with push constantsSergii Romantsov2019-06-251-0/+10
* i965: Move resources lowering after NIR linkingCaio Marcelo de Oliveira Filho2019-06-243-10/+33
* i965,iris: Move guardband calculations to a common locationJason Ekstrand2019-06-211-92/+2
* glspirv: Call pass to lower frexp instructionsCaio Marcelo de Oliveira Filho2019-06-191-0/+2