aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie2017-11-101-0/+2
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-092-2/+2
* gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák2017-11-061-0/+1
* gallium: add cap for driver specified max combined shader resources.Dave Airlie2017-11-011-0/+1
* meson: Add a dependency on nir_opcodes_h for freedrenoDylan Baker2017-10-271-1/+1
* freedreno: implement pipe->invalidate_resource()Rob Clark2017-10-262-1/+28
* freedreno: GL_ARB_texture_barrierRob Clark2017-10-262-1/+13
* freedreno/a5xx: rename invalidate_resource()Rob Clark2017-10-261-8/+9
* freedreno/a5xx: mem2gmem is read-only for BORob Clark2017-10-261-1/+1
* freedreno: small renameRob Clark2017-10-261-4/+4
* meson: build freedrenoRob Clark2017-10-241-0/+218
* freedreno/ir3: use a flag instead of setting PYTHONPATHRob Clark2017-10-243-6/+23
* freedreno: per-context fd_pipeRob Clark2017-10-249-12/+20
* freedreno: rename pipe -> vsc_pipeRob Clark2017-10-246-15/+15
* freedreno: pass context flags through to fd_context_init()Rob Clark2017-10-246-6/+6
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-202-4/+4
* 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