aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel/compiler: Always apply sample mask on Vulkan.Arcady Goldmints-Orlov2020-06-191-0/+2
* st/mesa: make texture views inherit compressed_data storagePierre-Eric Pelloux-Prayer2020-06-192-6/+27
* mesa/main: fix inverted conditionErik Faye-Lund2020-06-181-1/+1
* st/mesa: lower images when neededKarol Herbst2020-06-181-0/+3
* st/mesa: account for "loose", per-mipmap level textures in CopyImageSubDataDanylo Piliaiev2020-06-181-2/+4
* i965: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-182-3/+5
* st_glsl_to_nir: fix potential use after freeTimothy Arceri2020-06-171-2/+14
* mesa/gles3: add support for GL_EXT_shader_group_voteDave Airlie2020-06-161-0/+1
* 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
* mesa: Fix NetBSD compiler macro.Vinson Lee2020-06-031-1/+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-032-8/+12
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-3/+4
* glsl: lower mediump partial derivativesMarek Olšák2020-06-021-0/+1
* glsl: lower mediump integer types to int16 and uint16Marek Olšák2020-06-022-2/+3
* glsl: handle int16 and uint16 types and add instructions for mediumpMarek Olšák2020-06-022-0/+8
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-019-23/+27
* glthread: don't upload for glDraw inside a display list and always syncMarek Olšák2020-05-302-17/+54
* 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