summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-07freedreno/a5xx: LRZ supportRob Clark1-0/+1
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-05-30freedreno/a5xx: timestamp / time-elapsed queriesRob Clark1-1/+1
2017-05-23freedreno/ir3: switch to NIR by defaultRob Clark1-15/+2
2017-05-23freedreno/ir3: need different compiler options for a5xxRob Clark1-1/+1
2017-05-23freedreno: only support SSBOs with nirRob Clark1-0/+3
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-13freedreno/a5xx: hw binning supportRob Clark1-0/+2
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-05-09freedreno: fix clang error in fd_get_compute_paramRob Herring1-1/+1
2017-05-04freedreno: core compute state supportRob Clark1-5/+110
2017-05-04freedreno/a5xx: SSBO supportRob Clark1-2/+35
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+1
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-14freedreno: enable draw/batch reordering by defaultRob Clark1-2/+2
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+1
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-2/+0
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-24freedreno: free compiler when screen is destroyedRob Clark1-0/+2
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
2017-03-13freedreno/ir3: optimize less in glslRob Clark1-1/+1
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-1/+2
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-25freedreno: add support for user index buffersMarek Olšák1-1/+1
2017-02-09gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin1-0/+1
2017-02-02gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle1-1/+1
2017-01-27gallium: Add integer 64 capabilityDave Airlie1-0/+1
2017-01-23gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin1-0/+1
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin1-1/+2
2017-01-10freedreno: add "nogrow" debug paramRob Clark1-0/+1
2017-01-10freedreno/a5xx: remove hack for glamorRob Clark1-3/+0
2017-01-10freedreno/a5xx: use the non-_ZERO_BASE for vertexidRob Clark1-1/+3
2017-01-05gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák1-0/+1
2016-12-18freedreno/a5xx: fixup capsRob Clark1-5/+10
2016-12-06freedreno: pitch alignment should match gmem alignmentRob Clark1-2/+4
2016-12-01freedreno: native fence fd supportRob Clark1-1/+2
2016-12-01freedreno: some fence cleanupRob Clark1-2/+2
2016-12-01gallium: support for native fence fd'sRob Clark1-0/+2
2016-11-30freedreno/a5xx: initial supportRob Clark1-0/+4
2016-11-30freedreno: make gmem tile size alignment configurableRob Clark1-0/+6
2016-11-30gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle1-0/+1
2016-11-15gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák1-0/+1
2016-10-22gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin1-0/+1
2016-10-12gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle1-0/+1
2016-10-05freedreno: use the new parent/child pools for transfersNicolai Hähnle1-0/+4