aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: treat Color._AdvancedBlendMode as enumErik Faye-Lund2020-07-172-2/+4
* mesa: add bool param to _mesa_free_context_dataPierre-Eric Pelloux-Prayer2020-07-156-10/+10
* nouveau: fix pointer-sign warningTimothy Arceri2020-07-041-1/+1
* radeon: add missing fallthrough commentsTimothy Arceri2020-07-021-0/+3
* i965: add and fix fallthrough commentsTimothy Arceri2020-07-024-6/+6
* i965: Explicitly cast value to uint64_tEmmanuel2020-07-011-4/+4
* 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-221-0/+2
* intel/compiler: Always apply sample mask on Vulkan.Arcady Goldmints-Orlov2020-06-191-0/+2
* i965: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-182-3/+5
* i965: drop dead #include "config.h"Eric Engestrom2020-06-131-4/+0
* i965: Work around incorrect usage of glDrawRangeElements in UE4Danylo Piliaiev2020-06-091-0/+20
* i965: fix export of GEM handlesLionel Landwerlin2020-06-044-5/+152
* i965: don't forget to set screen on duped imageLionel Landwerlin2020-06-041-0/+1
* i965: call brw_nir_lower_uniforms() after uniform linking is completeTimothy Arceri2020-06-031-2/+1
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-1/+2
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-018-16/+16
* intel: Add helper to calculate GPGPU_WALKER::RightExecutionMaskCaio Marcelo de Oliveira Filho2020-05-271-5/+2
* iris, i965: Update limits for ARB_compute_variable_group_sizeCaio Marcelo de Oliveira Filho2020-05-271-15/+6
* iris, i965: Drop max_variable_local_sizeCaio Marcelo de Oliveira Filho2020-05-271-9/+0
* i965: Use new helper functions to pick SIMD variant for CSCaio Marcelo de Oliveira Filho2020-05-274-31/+43
* i965: Use SATURATEAlyssa Rosenzweig2020-05-261-1/+1
* mesa: Use SATURATEAlyssa Rosenzweig2020-05-261-1/+1
* i965: replace fnv1a hash function with xxhashDmitriy Nester2020-05-251-3/+5
* dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_R8G8B8X8_UNORMNataraj Deshpande2020-05-211-1/+1
* i965: add identifier BOLionel Landwerlin2020-05-203-1/+42
* i965: store workaround_bo offsetLionel Landwerlin2020-05-204-5/+13
* blorp: rename workaround address functionLionel Landwerlin2020-05-201-1/+1
* intel/perf: make pipeline statistic query loading optionalLionel Landwerlin2020-05-201-1/+2
* intel: Store the aperture size in devinfo.Rafael Antognolli2020-05-151-12/+1
* meta: Remove support for multisample blitsIan Romanick2020-05-142-407/+15
* meta: Coalesce the GLSL and FF paths in meta_clearIan Romanick2020-05-141-14/+9
* meta: Use same vertex coordinates for GLSL and FF clearsIan Romanick2020-05-141-12/+8
* meta: Stop frobbing MatrixModeIan Romanick2020-05-142-33/+21
* meta: Remove support for clearing integer buffersIan Romanick2020-05-142-54/+2
* meta: Make _mesa_meta_setup_sampler staticIan Romanick2020-05-142-11/+8
* meta: Make _mesa_meta_texture_object_from_renderbuffer staticIan Romanick2020-05-142-8/+7
* i965: Assert that blorp always handles color blitsIan Romanick2020-05-142-0/+5
* i965: Fix out-of-bounds access to brw_stage_state::surf_offsetDanylo Piliaiev2020-05-061-23/+29
* mesa: extend GLSLZeroInit semanticsPierre-Eric Pelloux-Prayer2020-05-051-1/+1
* i965: disable shadow batches when batch debugging.Dave Airlie2020-05-031-1/+5
* intel: Let drivers call brw_nir_lower_cs_intrinsics()Caio Marcelo de Oliveira Filho2020-05-011-0/+2
* intel/fs: Add an option to lower variable group size in backendCaio Marcelo de Oliveira Filho2020-05-011-0/+1
* intel/fs: Clean up variable group size handling in backendCaio Marcelo de Oliveira Filho2020-05-011-3/+0
* i965: remove unused variableMarcin Ślusarz2020-04-291-2/+0
* i965: Use correct constant for max_variable_local_sizeCaio Marcelo de Oliveira Filho2020-04-291-1/+1
* mesa: replace GLenum target with gl_shader_stage in NewProgramMarek Olšák2020-04-273-16/+18
* mesa: extend _mesa_bind_vertex_buffer to take ownership of the buffer referenceMarek Olšák2020-04-271-7/+12
* mesa: add offset_is_int32 param into _mesa_bind_vertex_buffer for glthreadMarek Olšák2020-04-271-7/+9