aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: enable compute support by default on GK110+Samuel Pitoiset2016-05-101-15/+3
* nvc0: stick compute kernel arguments into uniform_boSamuel Pitoiset2016-04-291-1/+0
* nvc0: expose GLSL version 420 on GK110Samuel Pitoiset2016-04-261-1/+1
* nvc0: enable ARB_shader_image_load_store on GK110Samuel Pitoiset2016-04-261-1/+1
* nvc0: expose GLSL version 420 on GK104Samuel Pitoiset2016-04-261-0/+2
* nvc0: enable ARB_shader_image_load_store on GK104Ilia Mirkin2016-04-261-0/+2
* nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+Samuel Pitoiset2016-04-261-1/+1
* nvc0: reserve an area for surfaces info in the driver constbufSamuel Pitoiset2016-04-261-1/+1
* nvc0: bump the amount of shared memory per MP on MaxwellSamuel Pitoiset2016-04-261-1/+11
* nvc0: do not break the universe on GK110+Samuel Pitoiset2016-04-141-0/+1
* nvc0: allow to use compute support on GM200Samuel Pitoiset2016-04-141-2/+1
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* nvc0: handle the case where there are no framebuffer attachmentsIlia Mirkin2016-04-091-1/+7
* nv50,nvc0: support sending string markers down into the command streamIlia Mirkin2016-04-091-1/+1
* nv50,nvc0: add invalidate_resource support for buffer resourcesIlia Mirkin2016-04-091-1/+1
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-071-0/+1
* nvc0: add hardware ETC2 and ASTC support on GK20A and GM107+Ilia Mirkin2016-04-041-0/+13
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-0/+1
* nvc0: enable compute shaders on GK104 and GM107+Samuel Pitoiset2016-04-011-1/+2
* nvc0: bump the maximum number of UBOs for compute on KeplerSamuel Pitoiset2016-04-011-2/+0
* nv50,nvc0: add PIPE_BIND_LINEAR support to is_format_supportedIlia Mirkin2016-03-311-0/+9
* nvc0: avoid using magic numbers for the uniform_bo offsetsSamuel Pitoiset2016-03-191-7/+7
* nv50,nvc0: handle SQRT lowering inside the driverIlia Mirkin2016-03-131-1/+1
* nvc0: add support for TGSI FMA opsIlia Mirkin2016-03-101-1/+2
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+4
* nv50,nvc0: bump minimum texture buffer offset alignmentIlia Mirkin2016-02-271-1/+1
* nvc0: prefix compute macros with _CP_ instead of _COMPUTE_Samuel Pitoiset2016-02-221-1/+1
* nvc0: enable compute shaders on FermiSamuel Pitoiset2016-02-211-1/+3
* nvc0: add support for indirect compute on FermiSamuel Pitoiset2016-02-211-0/+2
* nvc0: allocate an area for compute user constbufsSamuel Pitoiset2016-02-211-7/+7
* nv50,nvc0: enable/disable seamless cubemap texturing as requestedIlia Mirkin2016-02-161-2/+1
* nvc0: enable compute support on GK110:GM200 with an envvarSamuel Pitoiset2016-02-161-2/+7
* nvc0: initial support for GM20x GPUsBen Skeggs2016-02-161-0/+6
* nvc0: implement support for maxwell texture headersBen Skeggs2016-02-161-0/+8
* nv50-: separate vertex formats from surface format descriptionsBen Skeggs2016-02-161-1/+2
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGESIlia Mirkin2016-02-151-0/+2
* gallium: add PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset2016-02-131-0/+2
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-051-0/+1
* nvc0: add support for ARB_query_buffer_objectIlia Mirkin2016-02-041-2/+3
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-041-0/+1
* gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-0/+1
* gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle2016-02-031-0/+1
* nvc0: enable atomic counters and ssboIlia Mirkin2016-01-291-2/+4
* nvc0: add state management for shader buffersIlia Mirkin2016-01-291-1/+6
* nvc0: double per-shader stage driver constants areaIlia Mirkin2016-01-291-7/+7
* gallium: add GREMEDY_string_markerRob Clark2016-01-211-0/+1
* gm107/ir: don't do indirect frag shader inputs on GM107Ilia Mirkin2016-01-171-0/+1
* nvc0: allow fragment shader inputs to use indirect indexingIlia Mirkin2016-01-141-1/+1
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-0/+1
* gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-0/+1