aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-294-4/+4
* nir: Change nir_shader_get_entrypoint to return an impl.Kenneth Graunke2016-08-251-1/+1
* gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin2016-08-231-0/+1
* a4xx: make sure to actually clamp depth as requestedIlia Mirkin2016-08-192-2/+29
* a4xx: only disable depth clipping, not all clipping, when requestedIlia Mirkin2016-08-192-1/+4
* ttn: Use nir_load_front_face instead of the TGSI-style input.Eric Anholt2016-08-191-46/+0
* ttn: Make FRAG_RESULT_DEPTH be a float variable to match gtn and ptn.Eric Anholt2016-08-192-7/+0
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-173-8/+5
* freedreno/a3xx: fix generic clear pathRob Clark2016-08-161-0/+1
* freedreno/a4xx: use generic clear pathRob Clark2016-08-162-215/+4
* freedreno/a3xx: use generic clear pathRob Clark2016-08-162-200/+4
* freedreno: support for using generic clear pathRob Clark2016-08-165-10/+92
* freedreno/a3xx+a4xx: move common VBOs to fd_contextRob Clark2016-08-1310-185/+116
* freedreno/a2xx: add missing casts to silence notices[email protected]2016-08-131-2/+2
* freedreno/ir3: fix issue with emit_tex()Rob Clark2016-08-131-19/+28
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-102-0/+2
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-2/+4
* freedreno/a4xx: fix comparison out of range warnings[email protected]2016-07-301-7/+7
* freedreno/a3xx: fix comparison out of range warnings[email protected]2016-07-301-7/+7
* freedreno/a2xx: fix comparison out of range warnings[email protected]2016-07-301-4/+4
* freedreno/ir3: init ir3_shader_key with memset()[email protected]2016-07-301-1/+2
* gallium/freedreno: move cast to avoid integer overflowEric Engestrom2016-07-301-2/+2
* freedreno/a2xx: remove duplicate assignmentEric Engestrom2016-07-301-2/+2
* freedreno: defer flush_queue allocationRob Clark2016-07-302-2/+4
* freedreno: add some hw query tracesRob Clark2016-07-301-0/+16
* freedreno: some lockingRob Clark2016-07-309-23/+157
* freedreno: drop needs_rb_fbdRob Clark2016-07-306-31/+12
* freedreno: move needs_wfi into batchRob Clark2016-07-3019-94/+93
* freedreno: a bit of micro-optimizationRob Clark2016-07-302-10/+10
* freedreno: drop mem2gmem/gmem2mem query stagesRob Clark2016-07-302-17/+1
* 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