summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/softpipe,llvmpipe: add automake target 'templates'Emil Velikov2014-09-242-0/+22
* gallium/vc4: add automake target 'templates'Emil Velikov2014-09-241-0/+13
* gallium/r300,r600,radeonsi: add automake target 'templates'Emil Velikov2014-09-243-0/+45
* gallium/svga: add automake target 'template'Emil Velikov2014-09-241-0/+10
* gallium/ilo: add automake target 'template'Emil Velikov2014-09-241-0/+11
* gallium/i915: add automake target 'template'Emil Velikov2014-09-241-0/+11
* gallium/freedreno: add automake target 'template'Emil Velikov2014-09-241-0/+11
* gallium/nouveau: add automake target 'template'Emil Velikov2014-09-241-0/+11
* gallium/freedreno: remove unused draw headerEmil Velikov2014-09-241-1/+0
* gallium/r300: remove obsolete declarationEmil Velikov2014-09-241-1/+0
* vc4: Drop maximum number of varyings down to 8.Eric Anholt2014-09-241-1/+4
* vc4: Add support for flat shading.Eric Anholt2014-09-235-2/+33
* vc4: Drop stale comment.Eric Anholt2014-09-231-1/+0
* vc4: Put dead writes into the NOP register when generating code.Eric Anholt2014-09-231-1/+8
* vc4: When possible, resolve raddr conflicts by swapping files on specials.Eric Anholt2014-09-231-5/+29
* vc4: Fix overzealous raddr conflict resolution.Eric Anholt2014-09-231-5/+7
* vc4: Add support for 8-bit unorm/snorm vertex inputs.Eric Anholt2014-09-236-16/+101
* vc4: Add disasm for A-file unpack operations.Eric Anholt2014-09-233-22/+26
* vc4: Switch to using Mesa's register allocator.Eric Anholt2014-09-235-114/+121
* vc4: Make a static list of all the registers.Eric Anholt2014-09-231-12/+82
* vc4: Switch the context struct to use ralloc.Eric Anholt2014-09-231-2/+3
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-234-17/+3
* ilo: rework pipeline workaroundsChia-I Wu2014-09-233-228/+339
* ilo: remove handle_invalid_batch_bo()Chia-I Wu2014-09-233-67/+32
* ilo: make gen6_pipeline_update_max_svbi() staticChia-I Wu2014-09-233-8/+1
* freedreno/ir3: add TXB2 supportIlia Mirkin2014-09-221-4/+14
* freedreno/ir3: add TXQ supportIlia Mirkin2014-09-221-0/+27
* freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argumentIlia Mirkin2014-09-221-1/+4
* freedreno/ir3: make texture instruction construction more dynamicIlia Mirkin2014-09-221-145/+80
* ilo: clean up fallback path for primitive restartChia-I Wu2014-09-221-160/+74
* ilo: handle conditional rendering in the contextChia-I Wu2014-09-228-65/+58
* ilo: create the pipeline from the builderChia-I Wu2014-09-225-15/+7
* ilo: move aperture checks out of pipelineChia-I Wu2014-09-223-72/+69
* ilo: flush before setting SOL_RESETChia-I Wu2014-09-222-5/+8
* ilo: move size estimation check out of pipelineChia-I Wu2014-09-223-10/+10
* freedreno/a3xx: more texture array fixesRob Clark2014-09-213-19/+22
* freedreno: add DRM_CONF_SHARE_FDRob Clark2014-09-211-2/+9
* ilo: use a single list for queriesChia-I Wu2014-09-212-69/+8
* ilo: replace software queries by hardware onesChia-I Wu2014-09-214-83/+47
* ilo: support prim queries in ilo_3d_pipeline_emit_query()Chia-I Wu2014-09-211-0/+24
* ilo: add ilo_3d_pipeline_emit_query()Chia-I Wu2014-09-216-180/+123
* ilo: rework query supportChia-I Wu2014-09-218-402/+357
* ilo: clarify cp owning/releasingChia-I Wu2014-09-213-13/+20
* ilo: add a pointer to builder in ilo_3d_pipelineChia-I Wu2014-09-204-187/+190
* ilo: add a helper for RECTLIST blitterChia-I Wu2014-09-203-33/+43
* ilo: no direct ilo_context access in BLT blitterChia-I Wu2014-09-201-21/+20
* ilo: fix headers in Makefile.sourcesChia-I Wu2014-09-201-5/+4
* ilo: add a new struct for context statesChia-I Wu2014-09-2020-654/+672
* ilo: merge ilo_gpe.h to ilo_state*.hChia-I Wu2014-09-2013-544/+513
* ilo: rename ilo_gpe_gen*.[ch]Chia-I Wu2014-09-205-9/+9