summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/nouveau: add automake target 'template'Emil Velikov2014-09-248-69/+66
* targets/pipe-loader: drop unused authenticationEmil Velikov2014-09-246-8/+6
* targets/vl: fix hard-links when building shared pipe-driversEmil Velikov2014-09-243-6/+6
* 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-237-24/+3
* gallivm: fix idivRoland Scheidegger2014-09-231-7/+5
* 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
* gallium: update comment for enum pipe_formatBrian Paul2014-09-221-6/+1
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-227-28/+29
* draw: use new tgsi_transform inst/decl helpers in pstipple codeBrian Paul2014-09-221-68/+19
* draw: use new tgsi_transform inst/decl helpers in aapoint codeBrian Paul2014-09-221-202/+54
* draw: use new tgsi_transform inst/decl helpers in aaline codeBrian Paul2014-09-221-66/+21
* tgsi: add inst/decl helpers for tgsi_transform utilityBrian Paul2014-09-221-0/+333
* draw: use tgsi transform prolog callback in polygon stipple codeBrian Paul2014-09-221-125/+110
* draw: use tgsi transform prolog/epilog callbacks in AA line codeBrian Paul2014-09-221-90/+92
* draw: use tgsi transform prolog/epilog callbacks in AA point codeBrian Paul2014-09-221-305/+316
* tgsi: fix tgsi transform's epilog callbackBrian Paul2014-09-221-7/+15
* tgsi: add prolog() method to tgsi_transform_contextBrian Paul2014-09-222-0/+13
* clover: Add support to mem objects for multiple destructor callbacks v2Tom Stellard2014-09-222-5/+8
* st/xa: silence unused variable warningBrian Paul2014-09-221-0/+1
* target-helpers: add inline qualifier on configuration_query()Brian Paul2014-09-221-1/+1
* 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-213-4/+34
* 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