summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
AgeCommit message (Expand)AuthorFilesLines
2015-10-28gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák1-0/+1
2015-10-24freedreno: remove unnecessary null checksRob Clark4-13/+13
2015-10-20gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák1-0/+2
2015-10-20gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák1-0/+1
2015-10-16glsl: (mostly) remove libglsl_utilRob Clark1-2/+1
2015-10-15freedreno: add debug option to dirty state after drawRob Clark3-2/+7
2015-10-15freedreno/a3xx: cache-flush is needed after MEM_WRITERob Clark3-5/+14
2015-10-09glsl: move shader_enums into nirRob Clark3-2/+2
2015-10-03gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák1-0/+1
2015-09-18freedreno/ir3: use nir two-sided-color loweringRob Clark1-21/+3
2015-09-18freedreno/ir3: lower txp/clamp in NIRRob Clark1-26/+30
2015-09-17freedreno/ir3: add --gpu arg to cmdline compilerRob Clark1-1/+10
2015-09-17freedreno/a4xx: wire up ucp supportRob Clark1-0/+1
2015-09-17freedreno/ir3: add support for ucpRob Clark4-13/+80
2015-09-17freedreno/ir3: convert from tgsi semantic/index to varying-slotRob Clark7-193/+234
2015-09-17freedreno/ir3: switch to shader_enums.h interp constantsRob Clark4-41/+20
2015-09-16freedreno/a3xx: use NUM_USER_CLIP_PLANES helper instead of magic numberIlia Mirkin1-1/+2
2015-09-16freedreno/a3xx: fix blending of L8 formatIlia Mirkin1-0/+2
2015-09-16freedreno/a3xx: add support for dual-source blendingIlia Mirkin7-6/+32
2015-09-16gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.Eric Anholt1-23/+38
2015-09-16freedreno: one screen to rule them allRob Clark2-0/+11
2015-09-16freedreno/ir3: use NIR to lower ffract instead of tgsi_loweringRob Clark1-1/+1
2015-09-15freedreno/a4xx: more texture formatsRob Clark1-7/+8
2015-09-15freedreno/a4xx: border-color supportRob Clark4-2/+31
2015-09-15freedreno/a4xx: wire up texture clamp loweringRob Clark2-20/+80
2015-09-15freedreno: helper for a3xx/a4xx border-colorsRob Clark4-67/+99
2015-09-15freedreno: update generated headersRob Clark5-17/+37
2015-09-13gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin1-0/+1
2015-09-13freedreno/ir3: fix compile warn after 1807a08eRob Clark1-0/+1
2015-09-13freedreno/ir3: fix compile break after a4aa25beRob Clark1-2/+1
2015-08-29freedreno/a3xx: implement half-z clippingIlia Mirkin3-2/+4
2015-08-29freedreno/a3xx: add basic clip plane supportIlia Mirkin3-1/+24
2015-08-27nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke1-1/+1
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák6-6/+6
2015-08-25freedreno/ir3: fix compile break after splitting out nir_control_flow.hRob Clark1-0/+1
2015-08-25freedreno/ir3: fix compile break after fxn->start_block removalRob Clark1-1/+1
2015-08-24freedreno/a4xx: formats updateRob Clark1-5/+5
2015-08-24freedreno: update generated headersRob Clark5-5/+8
2015-08-18util/ra: Make allocating conflict lists optionalJason Ekstrand1-1/+1
2015-08-18freedreno: use fd_pipe_wait_timeout()Rob Clark2-21/+1
2015-08-18freedreno: fence fixRob Clark3-4/+8
2015-08-17freedreno/a3xx: add s3tc texture format supportIlia Mirkin1-0/+9
2015-08-17freedreno/a3xx: fix up logic for handling block formatsIlia Mirkin3-5/+7
2015-08-17freedreno/a3xx: double the polygon offset valueIlia Mirkin1-1/+1
2015-08-16freedreno/a3xx: add per-texture seamless cubemap controlIlia Mirkin2-1/+2
2015-08-15freedreno/a4xx: add cube map array supportIlia Mirkin4-4/+14
2015-08-15freedreno/a4xx: fix srgb render targetsRob Clark3-8/+22
2015-08-15freedreno: update generated headersRob Clark5-14/+30
2015-08-14freedreno: expose OES exts for float linear filteringIlia Mirkin1-2/+4
2015-08-14gallium: add an interface for EXT_depth_bounds_testMarek Olšák1-0/+1