summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_CAP_BUFFER_SHARE cap and get_param sw_winsys hookegl-drmEmil Velikov2014-07-231-1/+0
* dri: Add a new capabilities for drivers that can't share buffersGiovanni Campagna2014-07-231-0/+1
* 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
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+2
* nvc0: organize screen capsIlia Mirkin2014-06-191-61/+51
* nvc0: implement multiple viewports/scissors, enable ARB_viewport_arrayTobias Klausmann2014-06-161-8/+12
* nvc0: don't bother trying to set up compute for gk110+Ilia Mirkin2014-06-061-3/+3
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+2
* nvc0: add GK20A 3D classAlexandre Courbot2014-05-271-1/+8
* nv50,nvc0: handle guard band definesChristoph Bumiller2014-05-231-2/+8
* nvc0: enable support for maxwell boardsBen Skeggs2014-05-151-15/+26
* nvc0: add maxwell classBen Skeggs2014-05-151-0/+3
* nvc0: properly distribute macros in source formBen Skeggs2014-05-151-8/+8
* nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin2014-05-111-0/+2
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-0/+1
* nouveau: add ARB_buffer_storage supportIlia Mirkin2014-05-021-1/+1
* nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-1/+1
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+4
* nvc0: add support for texture gatherIlia Mirkin2014-04-071-1/+2
* nvc0: enable texture query lodIlia Mirkin2014-04-071-1/+2
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-0/+1
* nouveau: fix fence waiting logic in screen destroyIlia Mirkin2014-03-091-1/+8
* gallium: the other drivers don't support ARB_buffer_storageMarek Olšák2014-02-251-0/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+2
* nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst2014-02-121-0/+3
* nv30,nvc0: only claim a single viewportIlia Mirkin2014-02-111-0/+2
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-091-0/+3
* nvc0: create the SW objectChristoph Bumiller2014-02-071-0/+9
* gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2014-02-041-2/+0
* nv50, nvc0: update reported glsl version to 330Ilia Mirkin2014-01-271-1/+1
* nvc0: make sure nvd7 gets NVC8_3D_CLASS as wellIlia Mirkin2013-12-091-1/+2
* nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs2013-12-061-3/+7
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+2
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-4/+2
* nvc0: inform kernel about buffers that screen_create touchesBen Skeggs2013-11-221-0/+2
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+967