summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2020-09-24mesa: handle GL_FRONT after translating to itErik Faye-Lund1-0/+1
2020-09-24st/mesa: Deal with empty textures/buffers in semaphore wait/signal.Bas Nieuwenhuizen1-4/+8
2020-09-24mesa: fix glUniform* when a struct contains a bindless samplerPierre-Eric Pelloux-Prayer1-2/+4
2020-09-11mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEXPierre-Eric Pelloux-Prayer3-2/+14
2020-08-28st/mesa: don't generate NIR for ARB_vp/fp if NIR is not preferredMarek Olšák1-1/+3
2020-08-21driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen6-6/+6
2020-08-12dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_B8G8R8X8_UNORMNanley Chery1-1/+1
2020-08-11intel/perf: fix performance counters availability after glFinishMarcin Ślusarz1-1/+1
2020-08-07st/mesa: Treat vertex outputs absent in outputMapping as zero in mesa_to_tgsiDanylo Piliaiev1-5/+12
2020-08-05glsl: remove LowerPrecisionTemporariesRob Clark2-7/+0
2020-08-05gallium: replace 16BIT_TEMPS cap with 16BIT_CONSTSRob Clark1-3/+3
2020-08-05glsl/lower_precision: split out const loweringRob Clark2-0/+8
2020-08-05st/mesa: optimize DEPTH_STENCIL copies using fragment shaderIndrajit Kumar Das1-8/+18
2020-08-03mesa/st: Actually free the driver part of memory objects on destruction.Bas Nieuwenhuizen1-0/+6
2020-07-31i965/i915: Add colorspace support to YUV samplingDavid Stevens3-0/+13
2020-07-30nir: Stop passing an options arg to nir_lower_int64()Boris Brezillon1-4/+2
2020-07-30mesa: quiet down static analyzersMarcin Ślusarz1-0/+2
2020-07-30mesa: fix out of bounds access in glGetFramebufferParameterivEXTMarcin Ślusarz1-1/+5
2020-07-29nir: Use a single list for all shader variablesJason Ekstrand1-3/+1
2020-07-29mesa/ptn: Use nir_variable_createJason Ekstrand1-7/+6
2020-07-29st/nir: Rework fixup_varying_slotsJason Ekstrand1-6/+7
2020-07-29nir: Take a shader and variable mode in nir_assign_io_var_locationsJason Ekstrand1-5/+5
2020-07-29nir: Take a nir_shader and variable mode in assign_var_locationsJason Ekstrand1-2/+2
2020-07-29nir: Add a nir_foreach_uniform_variable helperJason Ekstrand5-17/+9
2020-07-29nir: Add nir_foreach_shader_in/out_variable helpersJason Ekstrand3-3/+3
2020-07-28i965: propagate error from gen_perf_begin_query to glBeginPerfQueryINTELMarcin Ślusarz1-2/+2
2020-07-28iris: propagate error from gen_perf_begin_query to glBeginPerfQueryINTELMarcin Ślusarz1-3/+1
2020-07-23anv,turnip,radv,clover,glspirv: Run nir_copy_prop before nir_opt_derefJason Ekstrand1-0/+1
2020-07-22mesa/program: fix shadow property for samplersErik Faye-Lund1-1/+1
2020-07-20mesa: change error code of *TextureSubImage* for incorreect targetYevhenii Kolesnikov1-1/+1
2020-07-17nir: Add a face_sysval argument to nir_lower_two_sided_colorIcecream951-1/+2
2020-07-17virgl: Use alpha_src_factor to store blend_equation_advenced valueElie Tournier1-0/+4
2020-07-17glsl_to_ir: do lower_blend_equation if PIPE_CAP_FBFETCHElie Tournier1-1/+1
2020-07-17st: expose KHR_blend_equation_advanced if PIPE_CAP_BLEND_EQUATION_ADVANCEDElie Tournier1-0/+3
2020-07-17glsl_to_tgsi: Set TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCEDElie Tournier1-0/+6
2020-07-17mesa: treat Color._AdvancedBlendMode as enumErik Faye-Lund4-4/+8
2020-07-17mesa: do not use bitfields for advanced-blend stateErik Faye-Lund1-1/+1
2020-07-17st/mesa: fix st_CopyPixels without support for stencil exportsKarol Herbst1-0/+7
2020-07-16st/mesa: use fragment shader to copy stencil bufferIndrajit Kumar Das1-12/+35
2020-07-16mesa/main: use p_atomic_inc_return instead of lockingErik Faye-Lund1-6/+2
2020-07-16st/mesa: fix corrupted texture levels, when adding more levels than expectedYevhenii Kharchenko1-19/+23
2020-07-16mesa: change dsa texture error codes for GL 4.6Dave Airlie1-15/+25
2020-07-15Android: Fixes for Q and RRoman Stratiienko1-1/+1
2020-07-15mesa/st: release debug_output after destroying the contextPierre-Eric Pelloux-Prayer1-1/+8
2020-07-15mesa: add bool param to _mesa_free_context_dataPierre-Eric Pelloux-Prayer9-15/+16
2020-07-15mesa: rename _mesa_free_errors_dataPierre-Eric Pelloux-Prayer3-3/+3
2020-07-14mesa/main: use call_once instead of open-codingErik Faye-Lund1-13/+3
2020-07-14mesa/main: factor out one-time-init into a helperErik Faye-Lund1-43/+52
2020-07-10st/mesa: set compressed_data to NULL when freedPierre-Eric Pelloux-Prayer1-0/+1
2020-07-07gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporariesMarek Olšák1-0/+2