summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle2016-10-121-0/+1
* freedreno: don't try to shadow layered texturesRob Clark2016-10-071-0/+3
* freedreno/a3xx+a4xx: fix clip-plane lowering stateRob Clark2016-10-072-0/+6
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-061-7/+4
* freedreno: use the new parent/child pools for transfersNicolai Hähnle2016-10-055-6/+12
* nir: Add a flag to lower_io to force "sample" interpolationJason Ekstrand2016-09-151-1/+1
* nir: Report progress from nir_lower_phis_to_scalar.Kenneth Graunke2016-09-141-1/+1
* nir: Report progress from nir_lower_alu_to_scalar.Kenneth Graunke2016-09-141-1/+1
* freedreno/a3xx: disable filtering for texture buffers and int texturesIlia Mirkin2016-09-111-0/+2
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-083-15/+0
* freedreno: reject imports with bogus pitchRob Clark2016-09-073-8/+7
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-064-22/+22
* a3xx: use window scissor to simulate viewport xy clipIlia Mirkin2016-09-031-10/+26
* a3xx: make use of software clipping when hw can't handle itIlia Mirkin2016-09-036-4/+36
* a3xx: make sure to actually clamp depth as requestedIlia Mirkin2016-09-032-2/+30
* Introduce .editorconfigEric Engestrom2016-08-311-0/+2
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-293-3/+4
* 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 noticesfrancians@gmail.com2016-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 warningsfrancians@gmail.com2016-07-301-7/+7
* freedreno/a3xx: fix comparison out of range warningsfrancians@gmail.com2016-07-301-7/+7
* freedreno/a2xx: fix comparison out of range warningsfrancians@gmail.com2016-07-301-4/+4
* freedreno/ir3: init ir3_shader_key with memset()francians@gmail.com2016-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