summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
2020-03-27util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt5-6/+6
2019-09-19docs: Update bug report URLs for the gitlab migrationAdam Jackson1-1/+1
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin5-16/+16
2019-07-19util: use standard name for vsnprintf()Eric Engestrom1-1/+1
2019-07-19util: use standard name for snprintf()Eric Engestrom1-1/+1
2019-07-10gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund1-1/+3
2019-05-23gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke1-1/+1
2019-05-13gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt1-3/+3
2019-04-29i915: support NULL-resourcesErik Faye-Lund1-2/+5
2019-04-24gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák1-3/+0
2019-04-23gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák1-0/+3
2019-04-15Delete autotoolsDylan Baker2-44/+0
2019-03-17i915g: remove calls to pipe_sampler_view_release()Brian Paul1-8/+2
2019-02-07gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst1-0/+2
2018-10-30util: Move os_misc to utilDylan Baker1-1/+1
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+1
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt1-2/+3
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+3
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+3
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2-0/+5
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-06-29gallium/util: remove dummy function util_format_is_supportedMarek Olšák1-3/+0
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+1
2018-05-01gallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE typoBrian Paul1-1/+1
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-0/+13
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick1-1/+2
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1
2018-02-17gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák1-0/+1
2018-01-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez1-0/+1
2018-01-25automake: small cleanup after the meson.build inclusionEmil Velikov1-1/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-17gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-1/+0
2018-01-17gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák1-1/+0
2018-01-17gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák1-1/+0
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-12-04meson: define driver dependenciesDylan Baker1-0/+5
2017-11-28meson: build i915g driverDylan Baker1-0/+70
2017-11-06gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák1-0/+1
2017-11-03i915g: remove some unknown cap warnings.Dave Airlie1-0/+8
2017-11-03i915g: make gears run again.Dave Airlie4-4/+24
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie1-0/+1
2017-10-27gallium: s/unsigned/enum pipe_prim_type/Brian Paul1-1/+1
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-10-02gallium: Remove util_format_s3tc_init()Matt Turner1-2/+0
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-0/+1