summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-031-0/+1
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-021-0/+1
* gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle2017-07-311-0/+1
* a5xx: enable polygon offset clampsIlia Mirkin2017-07-041-1/+3
* a5xx: disable ARB_depth_clamp for nowIlia Mirkin2017-07-041-1/+3
* gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset2017-06-141-0/+1
* freedreno/a5xx: LRZ supportRob Clark2017-06-071-0/+1
* gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude2017-06-021-0/+1
* freedreno/a5xx: timestamp / time-elapsed queriesRob Clark2017-05-301-1/+1
* freedreno/ir3: switch to NIR by defaultRob Clark2017-05-231-15/+2
* freedreno/ir3: need different compiler options for a5xxRob Clark2017-05-231-1/+1
* freedreno: only support SSBOs with nirRob Clark2017-05-231-0/+3
* gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák2017-05-171-0/+1
* freedreno/a5xx: hw binning supportRob Clark2017-05-131-0/+2
* gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák2017-05-101-0/+1
* freedreno: fix clang error in fd_get_compute_paramRob Herring2017-05-091-1/+1
* freedreno: core compute state supportRob Clark2017-05-041-5/+110
* freedreno/a5xx: SSBO supportRob Clark2017-05-041-2/+35
* gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset2017-04-261-0/+1
* gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle2017-04-141-0/+1
* freedreno: enable draw/batch reordering by defaultRob Clark2017-04-141-2/+2
* gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle2017-04-051-0/+1
* gallium: add sparse buffer interface and capabilityNicolai Hähnle2017-04-051-0/+1
* gallium: Add a cap to check if the driver supports fill_rectangleLyude2017-03-311-0/+1
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-2/+0
* gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle2017-03-311-0/+1
* freedreno: free compiler when screen is destroyedRob Clark2017-03-241-0/+2
* gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák2017-03-151-0/+1
* freedreno/ir3: optimize less in glslRob Clark2017-03-131-1/+1
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-081-1/+2
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák2017-02-251-1/+0
* freedreno: add support for user index buffersMarek Olšák2017-02-251-1/+1
* gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin2017-02-091-0/+1
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-021-1/+1
* gallium: Add integer 64 capabilityDave Airlie2017-01-271-0/+1
* gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin2017-01-231-0/+1
* gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin2017-01-161-1/+2
* freedreno: add "nogrow" debug paramRob Clark2017-01-101-0/+1
* freedreno/a5xx: remove hack for glamorRob Clark2017-01-101-3/+0
* freedreno/a5xx: use the non-_ZERO_BASE for vertexidRob Clark2017-01-101-1/+3
* gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák2017-01-051-0/+1
* freedreno/a5xx: fixup capsRob Clark2016-12-181-5/+10
* freedreno: pitch alignment should match gmem alignmentRob Clark2016-12-061-2/+4
* freedreno: native fence fd supportRob Clark2016-12-011-1/+2
* freedreno: some fence cleanupRob Clark2016-12-011-2/+2
* gallium: support for native fence fd'sRob Clark2016-12-011-0/+2
* freedreno/a5xx: initial supportRob Clark2016-11-301-0/+4
* freedreno: make gmem tile size alignment configurableRob Clark2016-11-301-0/+6