aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* a2xx: add support for a few 16-bit color rendering formatsIlia Mirkin2017-10-152-1/+11
* freedreno/a20x: Enable rendering to RGBA/RGBXWladimir J. van der Laan2017-10-151-1/+3
* freedreno/a20x: Fix rendering to BGRXWladimir J. van der Laan2017-10-151-0/+1
* gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt2017-10-101-0/+1
* gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák2017-10-061-0/+1
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-2/+0
* freedreno/a5xx: fix missing restore stateRob Clark2017-10-021-0/+3
* freedreno/a5xx: align height to GMEMRob Clark2017-10-021-1/+5
* freedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVERob Clark2017-10-022-4/+5
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-291-0/+1
* gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely2017-09-211-0/+2
* freedreno: compile fixNicolai Hähnle2017-09-181-1/+1
* gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely2017-09-181-0/+2
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-184-0/+27
* gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri2017-09-151-0/+1
* freedreno: skip batch-cache for compute shadersRob Clark2017-09-021-7/+1
* a2xx: fix DST_ALPHA blending for non-alpha formatsIlia Mirkin2017-08-253-5/+21
* a2xx: set constant blend colorIlia Mirkin2017-08-251-0/+9
* a2xx: only update rasterizer settings when they're thereIlia Mirkin2017-08-151-1/+1
* a2xx: add logicop supportIlia Mirkin2017-08-151-5/+4
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-031-0/+1
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-021-0/+1
* st/glsl_to_nir: move nir_lower_io to driversNicolai Hähnle2017-07-311-0/+6
* st/mesa: get rid of st_glsl_typesNicolai Hähnle2017-07-313-8/+18
* gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle2017-07-311-0/+1
* freedreno/ir3: fix load_front_face conversionIlia Mirkin2017-07-121-6/+3
* a5xx: fix condition for updating *_FS_OUTPUT_CNTLIlia Mirkin2017-07-091-1/+1
* a5xx: remove no-longer-accurate border color layout commentIlia Mirkin2017-07-081-32/+1
* a5xx: fix border color for depth formatsIlia Mirkin2017-07-081-1/+5
* a5xx: add border color clamping, add packed border color formatsIlia Mirkin2017-07-081-11/+59
* a5xx: fix border colors for swizzled texture formatsIlia Mirkin2017-07-081-14/+14
* a5xx: fix integer texture border colorsIlia Mirkin2017-07-081-4/+2
* a5xx: fix primitive restartIlia Mirkin2017-07-082-12/+23
* a5xx: add support for rendering to RGB10A2_UNORM formatsIlia Mirkin2017-07-071-3/+3
* a5xx: set uint/sint bits for mrt output registerIlia Mirkin2017-07-072-2/+8
* a5xx: add backface stencil emissionIlia Mirkin2017-07-074-9/+27
* a5xx: enable polygon offset clampsIlia Mirkin2017-07-041-1/+3
* a5xx: implement logicop supportIlia Mirkin2017-07-043-7/+13
* a5xx: enable polygon mode selectionIlia Mirkin2017-07-044-7/+24
* a5xx: disable ARB_depth_clamp for nowIlia Mirkin2017-07-041-1/+3
* a5xx: fix clip_halfz supportIlia Mirkin2017-07-043-4/+7
* a5xx: improve 3d texture samplingIlia Mirkin2017-07-041-3/+0
* a5xx: remove one of the MIPFILTER_LINEAR bitsIlia Mirkin2017-07-041-1/+0
* a5xx: enable formats newly added to the headersIlia Mirkin2017-07-041-69/+69
* a5xx: include color swap when decoding verticesIlia Mirkin2017-07-041-0/+1
* a5xx: update headersIlia Mirkin2017-07-041-10/+47
* Android: use symlinks for driver loadingRob Herring2017-06-291-0/+1
* gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset2017-06-141-0/+1
* util: Port nir_array functionality to u_dynarrayThomas Helland2017-06-071-3/+3
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-071-1/+1