summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle2016-11-301-0/+1
* gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák2016-11-151-0/+1
* gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin2016-10-221-0/+1
* gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle2016-10-121-0/+1
* freedreno: use the new parent/child pools for transfersNicolai Hähnle2016-10-051-0/+4
* freedreno: reject imports with bogus pitchRob Clark2016-09-071-4/+1
* gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin2016-08-231-0/+1
* freedreno: some lockingRob Clark2016-07-301-0/+4
* freedreno: spiff up some debug tracesRob Clark2016-07-301-0/+1
* freedreno: add batch-cache and batch reorderingRob Clark2016-07-301-0/+13
* freedreno: limit non-user constant buffers to a4xxRob Clark2016-07-291-1/+1
* freedreno/a4xx: timestamp queriesRob Clark2016-07-231-1/+1
* freedreno: hw timestamp supportRob Clark2016-07-231-2/+14
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-201-0/+1
* freedreno/ir3: support non-user_buffer constsRob Clark2016-07-021-2/+4
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1