summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv50/nv50_screen.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-09nv50,nvc0: support sending string markers down into the command streamIlia Mirkin1-1/+1
2016-04-09nv50,nvc0: add invalidate_resource support for buffer resourcesIlia Mirkin1-1/+1
2016-04-07gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan1-0/+1
2016-04-02gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen1-0/+1
2016-03-31nv50,nvc0: add PIPE_BIND_LINEAR support to is_format_supportedIlia Mirkin1-0/+9
2016-03-13nv50,nvc0: handle SQRT lowering inside the driverIlia Mirkin1-1/+1
2016-03-09gallium: add CAPs returning PCI device locationMarek Olšák1-0/+4
2016-02-27nv50,nvc0: bump minimum texture buffer offset alignmentIlia Mirkin1-1/+1
2016-02-20nv50: do not advertise about compute shadersSamuel Pitoiset1-1/+1
2016-02-16nv50,nvc0: enable/disable seamless cubemap texturing as requestedIlia Mirkin1-1/+1
2016-02-16nv50-: separate vertex formats from surface format descriptionsBen Skeggs1-1/+2
2016-02-15gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGESIlia Mirkin1-0/+1
2016-02-14nv50: add missing PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset1-0/+1
2016-02-05gallium: add interface for querying memory usage and sizes (v2)Marek Olšák1-0/+1
2016-02-04gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin1-0/+1
2016-02-03gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle1-0/+1
2016-02-03gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle1-0/+1
2016-01-21gallium: add GREMEDY_string_markerRob Clark1-0/+1
2016-01-14gallium/st: add pipe_context::generate_mipmap()Charmaine Lee1-0/+1
2016-01-14gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle1-0/+1
2016-01-08nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversionIlia Mirkin1-1/+1
2016-01-08gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin1-0/+1
2016-01-08gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERSIlia Mirkin1-0/+1
2016-01-08gallium: add caps for POSITION and FACE system valuesMarek Olšák1-0/+2
2016-01-07gallium: add caps to expose support for multi indirect drawsIlia Mirkin1-0/+2
2016-01-03gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H supportIlia Mirkin1-0/+1
2015-12-30gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin1-0/+1
2015-12-22nouveau: fix screen creation failure pathsBen Skeggs1-3/+3
2015-12-22nouveau: return nouveau_screen from hw-specific creation functionsBen Skeggs1-2/+2
2015-12-22nouveau: remove use of deprecated nouveau_device::drm_versionBen Skeggs1-2/+2
2015-12-16nv50: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset1-0/+5
2015-11-20nv50: expose two groups of compute-related MP perf countersSamuel Pitoiset1-0/+1
2015-11-19nv50: add NV84_3D macroSamuel Pitoiset1-1/+1
2015-11-14nv50: add compute-related MP perf counters on G84+Samuel Pitoiset1-0/+1
2015-11-14nv50: implement a basic compute supportSamuel Pitoiset1-3/+58
2015-11-11nv50,nvc0: add ARB_clear_texture supportIlia Mirkin1-1/+1
2015-11-11gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin1-0/+1
2015-11-05nouveau: send back a debug message when waiting for a fence to completeIlia Mirkin1-1/+1
2015-11-04nouveau: relax fence emit space assertIlia Mirkin1-1/+1
2015-10-29nv50: mark contexts shareable, compile at creation timeIlia Mirkin1-1/+1
2015-10-29nv50: allow per-sample interpolation to be forced via rastIlia Mirkin1-1/+1
2015-10-28nv50: add ARB_copy_image supportIlia Mirkin1-1/+1
2015-10-28gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák1-0/+1
2015-10-20gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák1-0/+2
2015-10-20gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák1-0/+1
2015-10-07nouveau: make sure there's always room to emit a fenceIlia Mirkin1-0/+1
2015-10-03gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák1-0/+1
2015-09-16nv50, nvc0: fix max texture buffer size to 128M elementsIlia Mirkin1-1/+1
2015-09-13nv50/ir: add support for TXQS tgsi opcodeIlia Mirkin1-1/+1
2015-09-13gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin1-0/+1