aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a face_sysval argument to nir_lower_two_sided_colorIcecream952020-07-171-1/+2
* virgl: Use alpha_src_factor to store blend_equation_advenced valueElie Tournier2020-07-171-0/+4
* glsl_to_ir: do lower_blend_equation if PIPE_CAP_FBFETCHElie Tournier2020-07-171-1/+1
* st: expose KHR_blend_equation_advanced if PIPE_CAP_BLEND_EQUATION_ADVANCEDElie Tournier2020-07-171-0/+3
* glsl_to_tgsi: Set TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCEDElie Tournier2020-07-171-0/+6
* mesa: treat Color._AdvancedBlendMode as enumErik Faye-Lund2020-07-174-4/+8
* mesa: do not use bitfields for advanced-blend stateErik Faye-Lund2020-07-171-1/+1
* st/mesa: fix st_CopyPixels without support for stencil exportsKarol Herbst2020-07-171-0/+7
* st/mesa: use fragment shader to copy stencil bufferIndrajit Kumar Das2020-07-161-12/+35
* mesa/main: use p_atomic_inc_return instead of lockingErik Faye-Lund2020-07-161-6/+2
* st/mesa: fix corrupted texture levels, when adding more levels than expectedYevhenii Kharchenko2020-07-161-19/+23
* mesa: change dsa texture error codes for GL 4.6Dave Airlie2020-07-161-15/+25
* Android: Fixes for Q and RRoman Stratiienko2020-07-151-1/+1
* mesa/st: release debug_output after destroying the contextPierre-Eric Pelloux-Prayer2020-07-151-1/+8
* mesa: add bool param to _mesa_free_context_dataPierre-Eric Pelloux-Prayer2020-07-159-15/+16
* mesa: rename _mesa_free_errors_dataPierre-Eric Pelloux-Prayer2020-07-153-3/+3
* mesa/main: use call_once instead of open-codingErik Faye-Lund2020-07-141-13/+3
* mesa/main: factor out one-time-init into a helperErik Faye-Lund2020-07-141-43/+52
* st/mesa: set compressed_data to NULL when freedPierre-Eric Pelloux-Prayer2020-07-101-0/+1
* gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporariesMarek Olšák2020-07-071-0/+2
* glsl: lower mediump temporaries to 16 bits except structures (v2)Marek Olšák2020-07-071-0/+6
* st/mesa: fix reporting of float perf counters max valueMarcin Ślusarz2020-07-061-3/+3
* mesa/version: only enable GL4.1 with correct limits.Dave Airlie2020-07-061-0/+2
* st/mesa: allow R8 to not be exposed as renderable by driverIlia Mirkin2020-07-051-3/+7
* mesa/glformats: make _mesa_gles_error_check_format_and_type() more consistentEric Engestrom2020-07-041-25/+25
* nouveau: fix pointer-sign warningTimothy Arceri2020-07-041-1/+1
* st/program: use nir_lower_clip_disable instead of nir_lower_clip_vs condition...Mike Blumenkrantz2020-07-031-16/+22
* mesa: update fallthrough comment so gcc can see itTimothy Arceri2020-07-021-1/+1
* mesa: fix unintended fallthrough in glIsEnabled()Timothy Arceri2020-07-021-0/+2
* mesa: add missing fallthrough comment to teximage.cTimothy Arceri2020-07-021-0/+1
* mesa/vbo: add some missing fallthrough commentsTimothy Arceri2020-07-021-0/+3
* radeon: add missing fallthrough commentsTimothy Arceri2020-07-021-0/+3
* mesa: add fallthrough comments to COPY_SZ_4V()Timothy Arceri2020-07-021-8/+8
* mesa: add fallthrough comments to get.cTimothy Arceri2020-07-021-0/+86
* mesa: add fallthrough comments to glformats.cTimothy Arceri2020-07-021-0/+3
* mesa: fix fallthrough in glformatsTimothy Arceri2020-07-021-3/+4
* i965: add and fix fallthrough commentsTimothy Arceri2020-07-024-6/+6
* i965: Explicitly cast value to uint64_tEmmanuel2020-07-011-4/+4
* st/mesa: do not clear NewDriverState for inactive statesPierre-Eric Pelloux-Prayer2020-07-011-1/+1
* mesa/get: fix enum16 big-endian getting.Dave Airlie2020-07-011-9/+10
* mesa/swrast: use logf2 instead of util_fast_log2Dylan Baker2020-06-302-3/+3
* st/glsl_to_nir: disable st_nir_lower_builtin() when packing supportedTimothy Arceri2020-06-301-6/+5
* mesa: add _mesa_program_state_value_size() helperTimothy Arceri2020-06-302-0/+11
* mesa: remove _mesa prefix from static functionTimothy Arceri2020-06-301-8/+7
* glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13Marek Olšák2020-06-232-0/+8
* glthread: handle ARB_vertex_attrib_bindingMarek Olšák2020-06-234-26/+403
* glthread: rename non_vbo_attrib_mask -> user_buffer_mask, attribs -> buffersMarek Olšák2020-06-233-106/+106
* util: rename xmlpool.h to driconf.hEric Engestrom2020-06-2212-12/+12
* driconf: drop now unused translation facilityEric Engestrom2020-06-229-25/+24
* mesa: Add PrimitiveRestartFixedIndex to gl_constantsNeil Roberts2020-06-224-2/+16