aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
Commit message (Expand)AuthorAgeFilesLines
* nv50, nvc0: fix max texture buffer size to 128M elementsIlia Mirkin2015-09-161-1/+1
* nv50/ir: add support for TXQS tgsi opcodeIlia Mirkin2015-09-131-1/+1
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-131-0/+1
* nvc0: disable tessellation on maxwellIlia Mirkin2015-08-141-2/+5
* nvc0: add depth bounds test supportIlia Mirkin2015-08-141-1/+1
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-141-0/+1
* gallium: add support for GLES texture float extensions (v3)Marek Olšák2015-08-141-0/+2
* nvc0: add support for setting patch vertices at draw timeIlia Mirkin2015-07-231-0/+1
* nvc0: support MAX_SHADER_PATCH_VARYINGSIlia Mirkin2015-07-231-1/+2
* nvc0: preliminary tess supportIlia Mirkin2015-07-231-4/+2
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-11/+11
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* nvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capabilityAlexandre Courbot2015-07-011-1/+2
* nvc0: create screen fence objects with coherent attributeAlexandre Courbot2015-07-021-2/+6
* gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZEGrigori Goronzy2015-06-291-0/+4
* nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot2015-06-221-6/+11
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-0/+1
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-121-0/+1
* nvc0: define driver-specific query groupsSamuel Pitoiset2015-05-061-0/+1
* nvc0: expose GLSL version 410Ilia Mirkin2015-04-281-1/+1
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-0/+1
* nvc0: enable double supportIlia Mirkin2015-02-201-2/+2
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-191-0/+2
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-191-0/+4
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+1
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+1
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+1
* nvc0: add name to magic numberIlia Mirkin2015-01-051-2/+2
* nvc0: regenerate rnndb headersIlia Mirkin2015-01-051-3/+3
* nv50,nvc0: implement half_pixel_centerTiziano Bacocco2014-12-301-2/+0
* nvc0: add missed PIPE_CAP_VERTEXID_NOBASEIlia Mirkin2014-12-151-0/+1
* nv50,nvc0: use clip_halfz setting when creating rasterizer stateIlia Mirkin2014-11-151-1/+1
* nvc0: remove unused mm_VRAM_fe0Ilia Mirkin2014-11-121-7/+0
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+2
* nv50,nvc0: enable ARB_texture_viewIlia Mirkin2014-09-121-1/+1
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+2
* nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann2014-08-191-2/+1
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+2
* gallium/nouveau: handle query_renderer capsEmil Velikov2014-08-151-4/+20
* nv50,nvc0: add support for fine derivativesIlia Mirkin2014-08-141-1/+1
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+1
* nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5Ilia Mirkin2014-08-131-1/+1
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-2/+0
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-2/+2
* nvc0: add support for indirect drawingChristoph Bumiller2014-07-151-4/+9
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* nvc0: add missed PIPE_CAP_DRAW_INDIRECTIlia Mirkin2014-07-011-0/+1
* nvc0: expose 4 vertex streams, use stream ids in xfbIlia Mirkin2014-07-011-1/+1