aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporariesMarek Olšák2020-07-071-0/+1
* vc4: Only call nir_lower_io on shader_in/outJason Ekstrand2020-07-061-2/+2
* vc4: Enable PIPE_CAP_TGSI_TEXCOORD.Eric Anholt2020-06-293-18/+7
* replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()Eric Engestrom2020-06-181-2/+3
* vc4: don't relay on intr->num_components for non-vectorized intrinsicsJose Maria Casanova Crespo2020-06-161-1/+1
* vc4_bufmgr: fix time_t printfPeter Seiderer2020-06-071-1/+1
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-1/+1
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-0/+2
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-2/+2
* ttn: Add new allow_disk_cache parameterAxel Davy2020-05-131-1/+1
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-1/+1
* vc4: Use NIR shader's num_outputs for generating our new output.Eric Anholt2020-04-231-13/+1
* vc4_bufmgr: Remove duplicative VC definitionJohn Stultz2020-03-191-8/+0
* vc4: Fix query_dmabuf_modifiers mis-reporting external_only propertyChris Lord2020-03-111-1/+3
* util/ra: spiff out select_reg_callbackRob Clark2020-03-101-1/+1
* vc4: fix vc4_yuv_blit overwriting fragment constant buffer slot 0Chris Lord2020-03-031-0/+2
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-263-4/+4
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-261-1/+1
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-261-13/+1
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-231-13/+1
* vc4: move the draw splitting routine to shared codeErico Nunes2019-12-141-33/+3
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-148-8/+8
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-285-9/+9
* Revert "vc4: do not report alpha-test as supported"Erik Faye-Lund2019-10-232-4/+14
* nir/lower_idiv: add new llvm-based pathRhys Perry2019-10-211-1/+1
* vc4: do not report alpha-test as supportedErik Faye-Lund2019-10-172-14/+4
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-171-1/+1
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-171-2/+3
* nir: allow passing alpha-ref state to lowering-codeErik Faye-Lund2019-10-171-1/+2
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-2/+0
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-0/+1
* vc4: Enable the nir_opt_algebraic_late() pass.Eric Anholt2019-09-301-0/+15
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-061-1/+1
* broadcom/vc4: Expand width of dst surfaceZhaowei Yuan2019-09-031-1/+1
* vc4: clamp gl_PointSize to a minimum of 1.0Iago Toral Quiroga2019-08-131-5/+3
* vc4: prepare for p_compiler.h dependency removalLionel Landwerlin2019-08-091-0/+2
* nir: Stop whacking gl_FrontFacing to a system valueJason Ekstrand2019-08-011-0/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-4/+4
* u_blitter: add a msaa parameter to util_blitter_clearPierre-Eric Pelloux-Prayer2019-07-231-1/+2
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-224-18/+18
* util: use standard name for sprintf()Eric Engestrom2019-07-191-1/+1
* vc4: Convert vc4_nir_lower_txf_ms to nir_shader_lower_instructions().Eric Anholt2019-07-181-32/+13
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-011-0/+1
* vc4: Enable NIR's lower_fmod option.Kenneth Graunke2019-06-051-0/+1
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-2/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+2
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-101-1/+1
* nir: Initialize lower_flrp_progress everywhereIan Romanick2019-05-091-1/+1