aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* turnip: add format_is_uint/format_is_sintJonathan Marek2019-10-151-0/+22
* turnip: add astc format layoutJonathan Marek2019-10-151-28/+28
* turnip: fix assert failing for 0 color attachmentsJonathan Marek2019-10-151-2/+2
* turnip: fix segmentation fault with compute pipelineJonathan Marek2019-10-151-1/+1
* turnip: fix segmentation fault in eventsJonathan Marek2019-10-152-4/+18
* turnip: fix 32 vertex attributes caseJonathan Marek2019-10-151-3/+2
* turnip: fix triangle stripJonathan Marek2019-10-151-1/+1
* freedreno/regs: update a6xx 2d blit bitsJonathan Marek2019-10-151-22/+30
* radv: rename VK_KHR_shader_float16_int8 structs/constantsSamuel Pitoiset2019-10-151-3/+3
* v3d: drop unused shader_rec_count member from contextIago Toral2019-10-152-3/+0
* freedreno/ir3: implement fquantize2f16Jonathan Marek2019-10-141-0/+5
* freedreno/ir3: implement texop_texture_samplesJonathan Marek2019-10-141-5/+9
* freedreno/ir3: fix GETLOD for negative LODsJonathan Marek2019-10-141-2/+2
* freedreno/ir3: implement fdd{x,y}_coarse opcodesJonathan Marek2019-10-141-0/+2
* freedreno/ir3: increase size of inputs/outputs arraysJonathan Marek2019-10-141-2/+2
* freedreno/ir3: remove input ncomp fieldJonathan Marek2019-10-144-6/+2
* etnaviv: fix vertex buffer state emission for single stream GPUsLucas Stach2019-10-141-1/+1
* gallivm/draw/swr: make the gs_iface not depend on tgsi.Dave Airlie2019-10-154-80/+83
* iris: Implement the Gen < 9 tessellation quads workaroundKenneth Graunke2019-10-141-0/+3
* anv: Advertise VK_KHR_spirv_1_4Caio Marcelo de Oliveira Filho2019-10-142-0/+2
* vulkan: Update the XML and headers to 1.1.125Caio Marcelo de Oliveira Filho2019-10-142-6/+17
* android: amd/common: export amd/llvm headersMauro Rossi2019-10-141-0/+1
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-147-9/+7
* gallium: simplify throttle implementationJames Xiong2019-10-144-110/+13
* radv: fix DCC fast clear code for intensity formatsSamuel Pitoiset2019-10-143-9/+31
* gbm: use size_t for array indexesEric Engestrom2019-10-131-10/+5
* gbm: replace NULL sentinel with explicit ARRAY_SIZE()Eric Engestrom2019-10-131-9/+12
* gbm: replace 1/0 bool with true/falseEric Engestrom2019-10-131-8/+8
* gbm: turn 0/-1 bool into true/falseEric Engestrom2019-10-131-6/+7
* radv: add exported symbols checkEric Engestrom2019-10-131-0/+13
* anv: add exported symbols checkEric Engestrom2019-10-131-0/+13
* symbols-check: ignore exported C++ symbolsEric Engestrom2019-10-131-0/+4
* panfrost: Fix support for packed 24-bit formatsBoris Brezillon2019-10-131-1/+1
* glsl: fix crash compiling bindless samplers inside unnamed UBOsTimothy Arceri2019-10-121-5/+5
* glsl/builtin: Add alternate versions of atan using new opsNeil Roberts2019-10-121-2/+31
* glsl: Add opcodes for atan and atan2Neil Roberts2019-10-126-0/+31
* nir/builtin: Add extern "C" guards to nir_builtin_builder.hNeil Roberts2019-10-121-0/+8
* nir/builtin: Add #include u_math.h to the headerNeil Roberts2019-10-121-0/+1
* nir/builder: Move nir_atan and nir_atan2 from SPIR-V translatorNeil Roberts2019-10-123-153/+156
* egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`.Hal Gentz2019-10-1110-7/+78
* egl: Puts RGBA visuals in the second config selection group.Hal Gentz2019-10-111-1/+9
* egl: Fixes transparency with EGL and X11.Hal Gentz2019-10-118-18/+37
* egl: Add EGL_CONFIG_SELECT_GROUP_MESA ext.Hal Gentz2019-10-112-0/+108
* intel/fs/gen12: Use TCS 8_PATCH mode.Kenneth Graunke2019-10-112-6/+8
* intel/fs/gen12: Implement gl_FrontFacing on gen12+.Jason Ekstrand2019-10-112-2/+25
* intel/fs/gen11+: Fix CS_OPCODE_CS_TERMINATE codegen.Francisco Jerez2019-10-112-8/+11
* intel/fs/gen12: Fix barrier codegen.Francisco Jerez2019-10-112-2/+7
* intel/eu: Don't set notify descriptor field of gateway barrier message.Francisco Jerez2019-10-111-1/+0
* intel/ir/gen12: Update assert in brw_stage_has_packed_dispatch().Francisco Jerez2019-10-111-1/+1
* intel/eu/validate/gen12: Don't blow up on indirect src0.Jason Ekstrand2019-10-111-1/+2