summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
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-07-31i965/i915: Add colorspace support to YUV samplingDavid Stevens3-0/+13
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 Ekstrand2-3/+3
2020-07-28i965: propagate error from gen_perf_begin_query to glBeginPerfQueryINTELMarcin Ślusarz1-2/+2
2020-07-17mesa: treat Color._AdvancedBlendMode as enumErik Faye-Lund2-2/+4
2020-07-15mesa: add bool param to _mesa_free_context_dataPierre-Eric Pelloux-Prayer6-10/+10
2020-07-04nouveau: fix pointer-sign warningTimothy Arceri1-1/+1
2020-07-02radeon: add missing fallthrough commentsTimothy Arceri1-0/+3
2020-07-02i965: add and fix fallthrough commentsTimothy Arceri4-6/+6
2020-07-01i965: Explicitly cast value to uint64_tEmmanuel1-4/+4
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom12-12/+12
2020-06-22driconf: drop now unused translation facilityEric Engestrom9-25/+24
2020-06-22mesa: Add PrimitiveRestartFixedIndex to gl_constantsNeil Roberts1-0/+2
2020-06-19intel/compiler: Always apply sample mask on Vulkan.Arcady Goldmints-Orlov1-0/+2
2020-06-18i965: replace all dup() with os_dupfd_cloexec()Eric Engestrom2-3/+5
2020-06-13i965: drop dead #include "config.h"Eric Engestrom1-4/+0
2020-06-09i965: Work around incorrect usage of glDrawRangeElements in UE4Danylo Piliaiev1-0/+20
2020-06-04i965: fix export of GEM handlesLionel Landwerlin4-5/+152
2020-06-04i965: don't forget to set screen on duped imageLionel Landwerlin1-0/+1
2020-06-03i965: call brw_nir_lower_uniforms() after uniform linking is completeTimothy Arceri1-2/+1
2020-06-03nir: add callback to nir_remove_dead_variables()Timothy Arceri1-1/+2
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker8-16/+16
2020-05-27intel: Add helper to calculate GPGPU_WALKER::RightExecutionMaskCaio Marcelo de Oliveira Filho1-5/+2
2020-05-27iris, i965: Update limits for ARB_compute_variable_group_sizeCaio Marcelo de Oliveira Filho1-15/+6
2020-05-27iris, i965: Drop max_variable_local_sizeCaio Marcelo de Oliveira Filho1-9/+0
2020-05-27i965: Use new helper functions to pick SIMD variant for CSCaio Marcelo de Oliveira Filho4-31/+43
2020-05-26i965: Use SATURATEAlyssa Rosenzweig1-1/+1
2020-05-26mesa: Use SATURATEAlyssa Rosenzweig1-1/+1
2020-05-25i965: replace fnv1a hash function with xxhashDmitriy Nester1-3/+5
2020-05-21dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_R8G8B8X8_UNORMNataraj Deshpande1-1/+1
2020-05-20i965: add identifier BOLionel Landwerlin3-1/+42
2020-05-20i965: store workaround_bo offsetLionel Landwerlin4-5/+13
2020-05-20blorp: rename workaround address functionLionel Landwerlin1-1/+1
2020-05-20intel/perf: make pipeline statistic query loading optionalLionel Landwerlin1-1/+2
2020-05-15intel: Store the aperture size in devinfo.Rafael Antognolli1-12/+1
2020-05-14meta: Remove support for multisample blitsIan Romanick2-407/+15
2020-05-14meta: Coalesce the GLSL and FF paths in meta_clearIan Romanick1-14/+9
2020-05-14meta: Use same vertex coordinates for GLSL and FF clearsIan Romanick1-12/+8
2020-05-14meta: Stop frobbing MatrixModeIan Romanick2-33/+21
2020-05-14meta: Remove support for clearing integer buffersIan Romanick2-54/+2
2020-05-14meta: Make _mesa_meta_setup_sampler staticIan Romanick2-11/+8
2020-05-14meta: Make _mesa_meta_texture_object_from_renderbuffer staticIan Romanick2-8/+7
2020-05-14i965: Assert that blorp always handles color blitsIan Romanick2-0/+5
2020-05-06i965: Fix out-of-bounds access to brw_stage_state::surf_offsetDanylo Piliaiev1-23/+29
2020-05-05mesa: extend GLSLZeroInit semanticsPierre-Eric Pelloux-Prayer1-1/+1
2020-05-03i965: disable shadow batches when batch debugging.Dave Airlie1-1/+5
2020-05-01intel: Let drivers call brw_nir_lower_cs_intrinsics()Caio Marcelo de Oliveira Filho1-0/+2