summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/etnaviv
AgeCommit message (Expand)AuthorFilesLines
2017-06-26etnaviv: only flush resource to self if no scanout buffer existsLucas Stach1-4/+5
2017-06-26etnaviv: add support for snorm texturesChristian Gmeiner2-3/+7
2017-06-26etnaviv: add R8G8 texture supportChristian Gmeiner1-1/+1
2017-06-26etnaviv: add support for swizzled texture formatsChristian Gmeiner4-39/+99
2017-06-26etnaviv: add support for extended texture formatsChristian Gmeiner4-4/+10
2017-06-21etnaviv: fix blend color for RB swapped rendertargetsLucas Stach4-14/+45
2017-06-16etnaviv: add rs-operations sw queryChristian Gmeiner5-0/+8
2017-06-16etnaviv: advertise correct max LOD biasLucas Stach1-1/+3
2017-06-16etnaviv: mask correct channel for RB swapped rendertargetsLucas Stach3-13/+46
2017-06-16etnaviv: replace translate_clear_color with util_pack_colorLucas Stach2-48/+12
2017-06-16etnaviv: remove bogus assertLucas Stach1-2/+0
2017-06-16etnaviv: use padded width/height for resource copiesLucas Stach1-2/+2
2017-06-16etnaviv: don't try RS blit if blit region is unalignedLucas Stach1-1/+2
2017-06-15etnaviv: Only use renderonly_get_handle for GEM handles.Eric Anholt1-1/+2
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-08etnaviv: flush resource when binding as sampler viewLucas Stach1-0/+3
2017-06-08etnaviv: don't flush resource to self without TSLucas Stach1-1/+1
2017-06-08etnaviv: upgrade DISCARD_RANGE to DISCARD_WHOLE_RESOURCE if possibleLucas Stach1-0/+14
2017-06-08etnaviv: simplify transfer tiling handlingLucas Stach1-41/+29
2017-06-08etnaviv: don't read back resource if transfer discards contentsLucas Stach1-1/+3
2017-06-08etnaviv: honor PIPE_TRANSFER_UNSYNCHRONIZED flagLucas Stach1-12/+23
2017-06-08etnaviv: slim down resource waitingLucas Stach4-23/+6
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-06-01etnaviv: always do cpu_fini in transfer_unmapLucas Stach1-3/+6
2017-05-30etnaviv: Don't try to use the index buffer if size is zeroTomeu Vizoso1-11/+13
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-16etnaviv: increment the resource seqno in resource_changedPhilipp Zabel1-5/+1
2017-05-16etnaviv: clean up sampler view reference countingLucas Stach1-3/+3
2017-05-16etnaviv: apply feature overrides in one central locationLucas Stach5-10/+19
2017-05-16etnaviv: allow R/B swapped surfaces to be clearedLucas Stach1-0/+2
2017-05-16etnaviv: stop oversizing buffer resourcesLucas Stach1-1/+1
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák4-43/+19
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2-6/+6
2017-05-03etnaviv: add L8A8_UNORM texture formatChristian Gmeiner1-0/+2
2017-05-02renderonly: drop resources on destroyPhilipp Zabel1-1/+1
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+1
2017-04-22etnaviv: Supertiled texture support on gc3000Wladimir J. van der Laan2-8/+11
2017-04-22etnaviv: etnaviv_fence: Simplify the return code logicFabio Estevam1-4/+2
2017-04-20gallium: fold u_trim_pipe_prim call from st/mesa to driversMarek Olšák1-0/+5
2017-04-15etnaviv: native fence fd supportPhilipp Zabel6-6/+82
2017-04-15etnaviv: SINGLE_BUFFER support on GC3000Wladimir J. van der Laan8-28/+63
2017-04-15etnaviv: Update includes from rnndbWladimir J. van der Laan5-20/+91
2017-04-15etnaviv: Add chipMinorFeatures4 and 5Wladimir J. van der Laan2-1/+15
2017-04-15etnaviv: resolve tile status when flushing resourcePhilipp Zabel2-0/+11
2017-04-15etnaviv: stop repeatedly resolving an unchanged resource into its scanout pri...Philipp Zabel1-1/+4
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-11etnaviv: enable TS, but disable autodisableLucas Stach1-2/+2
2017-04-11etnaviv: enable TS also on sampler resourcesLucas Stach1-3/+0
2017-04-11etnaviv: align TS surface size to number of pixel pipesLucas Stach1-1/+2