aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/etnaviv
Commit message (Expand)AuthorAgeFilesLines
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt2018-09-041-3/+3
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-241-0/+1
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-231-0/+3
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-231-0/+3
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+6
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+1
* etnaviv: fix typo in query namesChristian Gmeiner2018-07-311-2/+2
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+1
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+1
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-302-6/+6
* etnaviv: Fix missing rnndb file in tarballsStuart Young2018-05-162-0/+2
* etnaviv: remove pipe_fence_handle::ctxRob Clark2018-05-111-2/+0
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+10
* etnaviv: remove not needed includesChristian Gmeiner2018-04-271-3/+0
* etnaviv: remove redundant includeChristian Gmeiner2018-04-271-2/+0
* etnaviv: fix texture_format_needs_swizLucas Stach2018-04-201-1/+1
* etnaviv: meson: add etnaviv_query_pm.[ch] to the sourcesEmil Velikov2018-04-091-0/+2
* etnaviv: expose perfmon query groupsChristian Gmeiner2018-04-081-2/+6
* etnaviv: add query_group_info for perfmon countersChristian Gmeiner2018-04-082-0/+50
* etnaviv: assign group_ids to perfmon queriesChristian Gmeiner2018-04-082-1/+56
* etnaviv: support MC performance countersChristian Gmeiner2018-04-082-0/+25
* etnaviv: support TX performance countersChristian Gmeiner2018-04-082-0/+73
* etnaviv: support RA performance countersChristian Gmeiner2018-04-082-0/+57
* etnaviv: support SE performance countersChristian Gmeiner2018-04-082-0/+17
* etnaviv: support PA performance countersChristian Gmeiner2018-04-082-0/+49
* etnaviv: support SH performance countersChristian Gmeiner2018-04-082-0/+73
* etnaviv: support PE performance countersChristian Gmeiner2018-04-082-0/+34
* etnaviv: support HI performance countersChristian Gmeiner2018-04-082-0/+41
* etnaviv: add perfmon query implementationChristian Gmeiner2018-04-087-2/+357
* etnaviv: sw queries: return correct number of groupsChristian Gmeiner2018-04-081-1/+1
* etnaviv: advertise YUV formats as external onlyLucas Stach2018-04-081-1/+1
* util: Add and use util_is_power_of_two_nonzeroIan Romanick2018-03-291-1/+1
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-292-2/+3
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* etnaviv: remove superfluous \n from DBG(..) callersChristian Gmeiner2018-03-164-6/+6
* etnaviv: allow mixing different bit depths for color and depth surfacesLucas Stach2018-03-091-1/+1
* etnaviv: add get_driver_query_group_info(..)Christian Gmeiner2018-03-081-0/+13
* etnaviv: add query_group_info for sw countersChristian Gmeiner2018-03-082-6/+29
* etnaviv: fix in-place resolve tile countLucas Stach2018-02-232-2/+4
* etnaviv: switch magic single buffer state to "3"Lucas Stach2018-02-231-1/+1
* etnaviv: add debug switch to disable single buffer featureLucas Stach2018-02-232-0/+4
* etnaviv: npot_tex_any_wrap needs one bit onlyChristian Gmeiner2018-02-231-1/+1
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+1
* etnaviv: add useful information to BO import errorsPhilipp Zabel2018-02-161-2/+6
* gallium: drop all the guard band float caps.Dave Airlie2018-02-141-5/+0
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* gallium: add type parameter to create_fence_fdAndres Rodriguez2018-01-302-2/+5
* etnaviv: dirty TS state when framebuffer has changedLucas Stach2018-01-211-1/+2