aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno: threaded batch flushRob Clark2016-07-309-26/+99
* freedreno: track batch/blit typesRob Clark2016-07-305-24/+52
* freedreno: re-order support for hw queriesRob Clark2016-07-3019-264/+288
* freedreno: use prsc for hw queriesRob Clark2016-07-303-35/+45
* freedreno: support discarding previous rendering in special casesRob Clark2016-07-303-5/+32
* freedreno: shadow textures if possible to avoid stall/flushRob Clark2016-07-303-11/+211
* freedreno: spiff up some debug tracesRob Clark2016-07-306-6/+18
* freedreno: add batch-cache and batch reorderingRob Clark2016-07-3015-111/+760
* freedreno: move more batch related tracking to fd_batchRob Clark2016-07-3023-398/+420
* freedreno: dynamically sized/growable cmd buffersRob Clark2016-07-302-23/+33
* freedreno: push resource tracking down into batchRob Clark2016-07-307-42/+51
* freedreno: introduce fd_batchRob Clark2016-07-3020-177/+252
* freedreno: limit non-user constant buffers to a4xxRob Clark2016-07-291-1/+1
* freedreno/a4xx: time-elapsed query should be active for clearsRob Clark2016-07-241-1/+1
* freedreno/a4xx: timestamp queriesRob Clark2016-07-233-1/+34
* freedreno: hw timestamp supportRob Clark2016-07-232-2/+15
* freedreno: prep work for timestamp queriesRob Clark2016-07-233-6/+10
* freedreno/ir3: Add missing braces in initializer[email protected]2016-07-231-1/+1
* freedreno/a2xx: silence missing case 'SHADER_COMPUTE' warning (v2)[email protected]2016-07-231-0/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-2/+2
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-201-0/+1
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-174-6/+6
* freedreno/a4xx: Fix sign compare warnings[email protected]2016-07-141-7/+7
* freedreno/a3xx: Fix sign compare warnings[email protected]2016-07-141-7/+7
* freedreno/a2xx: Fix sign compare warnings[email protected]2016-07-141-4/+4
* freedreno: fix crash on smaller gpus and higher resolutionsRob Clark2016-07-031-1/+1
* freedreno/ir3: support glsl linking for cmdline compilerRob Clark2016-07-021-24/+47
* freedreno: update valid_buffer_range for SO buffersRob Clark2016-07-021-0/+5
* freedreno/ir3: support non-user_buffer constsRob Clark2016-07-022-3/+5
* freedreno/a2xx: move setup/restore cmds into binning passRob Clark2016-07-024-9/+4
* freedreno: pass index buffer as a pipe_resourceRob Clark2016-07-022-16/+16
* freedreno: switch emit_const_bo() to take prsc'sRob Clark2016-07-024-17/+18
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-232-2/+2
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* freedreno: support start param for sampler views/statesRob Clark2016-06-142-33/+23
* freedreno: only do extra vertex-buffer state logic on a2xxRob Clark2016-06-141-8/+10
* freedreno: use util_copy_constant_buffer() helperRob Clark2016-06-141-6/+2
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+1
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* freedreno/ir3: do idiv lowering after main opt loopRob Clark2016-06-031-16/+27
* freedreno: fix bad bitshift warningsRob Clark2016-06-021-0/+2
* freedreno: assume builtin shaders do compileRob Clark2016-06-021-1/+2
* freedreno/a4xx: silence coverity warningRob Clark2016-06-021-0/+6
* freedreno/a3xx+a4xx: fix potential null ptr derefRob Clark2016-06-022-2/+4
* freedreno/ir3: fix coverity warningRob Clark2016-06-021-1/+3
* freedreno/ir3: use nir_shader_get_entrypoint() helperRob Clark2016-06-021-10/+1
* freedreno/a4xx: fix incorrect enum typeRob Clark2016-06-021-1/+1
* freedreno: fix coverity negative array index warningRob Clark2016-06-021-0/+2