summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2020-10-13glsl: Initialize ir_to_mesa_visitor members in constructor.Vinson Lee1-0/+4
2020-10-08st/mesa: Add NV12 lowering to PIPE_FORMAT_R8_G8B8_420_UNORMKristian H. Kristensen6-5/+52
2020-10-08i965: Take an isl_format in emit_buffer_surface_stateJason Ekstrand1-2/+2
2020-10-07st/mesa: pass inlinable uniforms to drivers if they requested itMarek Olšák1-0/+15
2020-10-07glthread: handle glInterleavedArraysMarek Olšák2-0/+53
2020-10-07mesa: remove api_loopback to remove call indirectionsMarek Olšák14-2193/+2539
2020-10-07mesa: don't use GET_DISPATCH because it doesn't work with glthreadMarek Olšák6-218/+254
2020-10-06gallium/util: remove empty file u_half.hMarek Olšák1-1/+1
2020-10-06util: remove util_float_to_half and util_half_to_float wrappersMarek Olšák1-21/+21
2020-10-06i965: drop likely/unlikely around INTEL_DEBUGMarcin Ślusarz16-27/+27
2020-10-06intel: add INTEL_DEBUG expected value in declarationMarcin Ślusarz1-1/+1
2020-10-06st/mesa: enable GL name reuse for queries based on the driconf optionMarek Olšák1-0/+7
2020-10-06mesa: factor out layout parsing for glInterleavedArraysMarek Olšák2-107/+117
2020-10-02driconf: Stop quoting true/false in boolean option definitions.Eric Anholt3-35/+35
2020-10-02driconf: Make the driver's declarations be structs instead of XML.Eric Anholt4-29/+49
2020-10-02driconf: Use DRI_CONF_OPT_I for remaining int optionsEric Anholt1-4/+3
2020-10-02driconf: Delete disjoint range support.Eric Anholt1-6/+5
2020-10-02r200: Reuse DRI_CONF_OPT_F for texture_blend_quality.Eric Anholt1-6/+2
2020-10-01Revert F16C series (MR 6774)Matt Turner1-22/+22
2020-10-01intel/gen9: Enable MSC RAW Hazard AvoidanceAnuj Phogat2-0/+3
2020-09-30gallium/util: remove empty file u_half.hMarek Olšák1-1/+1
2020-09-30util: remove util_float_to_half and util_half_to_float wrappersMarek Olšák1-21/+21
2020-09-29mesa,glsl: add support for GL_NV_shader_atomic_int64Indrajit Kumar Das3-0/+4
2020-09-29st/mesa: use roundf instead of floorf for lod-bias roundingErik Faye-Lund1-1/+1
2020-09-29mesa: bptc fixes for decompress rgba_unorm and rgb_floatDenis Pauk1-21/+19
2020-09-28glsl/linker: Add support for XFB varying lowering in geometry shaderLouis-Francis Ratté-Boulianne1-1/+1
2020-09-25driconf: Use nesting macros for defining options.Eric Anholt4-78/+49
2020-09-24mesa: handle GL_FRONT after translating to itErik Faye-Lund1-0/+1
2020-09-24st/nir: call nir_opt_access before gl_nir_lower_buffersRhys Perry2-2/+2
2020-09-22gallium: rename pipe_transfer_usage -> pipe_map_flagsMarek Olšák7-12/+12
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák9-50/+50
2020-09-22st/mesa: Deal with empty textures/buffers in semaphore wait/signal.Bas Nieuwenhuizen1-4/+8
2020-09-21gallium: add PIPE_CAP_MAX_TEXTURE_MBPierre-Eric Pelloux-Prayer1-0/+2
2020-09-18mesa: fix glUniform* when a struct contains a bindless samplerPierre-Eric Pelloux-Prayer1-2/+4
2020-09-16gallium+mesa/st: lower uniforms based on compiler flag instead of packed unif...Gert Wollny1-1/+5
2020-09-16st/mesa: don't enable NV_copy_depth_to_color if NIR doesn't support FP64Marek Olšák1-1/+5
2020-09-10driconf: add option to reuse GL namesPierre-Eric Pelloux-Prayer3-0/+18
2020-09-10mesa: use _mesa_HashFindFreeKeys for GL functionsPierre-Eric Pelloux-Prayer11-77/+32
2020-09-10mesa: add _mesa_HashFindFreeKeysPierre-Eric Pelloux-Prayer2-0/+22
2020-09-10mesa: add GL name reuse supportPierre-Eric Pelloux-Prayer2-1/+40
2020-09-10mesa: add a isGenName parameter to _mesa_HashInsertPierre-Eric Pelloux-Prayer19-49/+66
2020-09-09st/mesa: Don't map all P01X DRM formats to P016Nanley Chery5-0/+8
2020-09-09st/nir: Call st_glsl_to_nir_post_opts before interface unificationDanylo Piliaiev1-1/+2
2020-09-09mesa: Generate more errors from GetSamplerParameterAdam Jackson1-0/+8
2020-09-09mesa: Fix GL_CLAMP handling in glSamplerParameterAdam Jackson1-0/+8
2020-09-08mesa/st: enable EXT_color_buffer_half_float when formats supportedTapani Pälli1-0/+6
2020-09-08mesa: add EXT_color_buffer_half_float plumbingTapani Pälli3-3/+22
2020-09-08mesa: refactor floating point texture fbo completeness check on glesTapani Pälli1-1/+63
2020-09-04nir: get ffma support from NIR options for nir_lower_flrpMarek Olšák1-2/+1
2020-09-02st/mesa: fix lowered IO - don't call st_nir_assign_vs_in_locations twiceMarek Olšák1-14/+3