summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-967/+0
* nvc0: delete compute object on screen destructionChristoph Bumiller2013-09-011-0/+1
* nvc0: move video param and format support functions to nouveauIlia Mirkin2013-08-151-14/+4
* nvc0: implement compute support for nvc0Samuel Pitoiset2013-08-061-0/+5
* nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZESamuel Pitoiset2013-07-311-0/+1
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* nvc0: enable very initial support for nvf0 (GK110)Ben Skeggs2013-07-051-0/+7
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* nvc0: set rsvd_kick correctlyMaarten Lankhorst2013-06-261-0/+1
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+2
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+2
* nvc0: implement multisample texturesChristoph Bumiller2013-04-121-1/+1
* nv50,nvc0: remove MS resolve formats hackChristoph Bumiller2013-04-031-10/+0
* nvc0: place staging textures in GART and map them directlyChristoph Bumiller2013-04-031-0/+2
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* nvc0: implement MP performance countersChristoph Bumiller2013-03-291-0/+6
* nvc0: enable compression when supportedChristoph Bumiller2013-03-291-0/+5
* nvc0: use NOUVEAU_GETPARAM_GRAPH_UNITS to get MP countChristoph Bumiller2013-03-291-13/+50
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+2
* nvc0: fix max varying count, move CLIPVERTEX,FOG out of the wayChristoph Bumiller2013-03-201-2/+10
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+1
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-121-5/+79
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* nv50,nvc0: fix/enable texture buffer objectsChristoph Bumiller2013-01-301-1/+7
* nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller2013-01-191-0/+2
* nvc0: Add support for video bufferMaarten Lankhorst2013-01-161-1/+14
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* nouveau: improve buffer transfersChristoph Bumiller2013-01-081-1/+1
* nouveau: deal with tbo cap for now.Dave Airlie2012-12-221-0/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-071-0/+1
* nv50,nvc0: expose ARB_map_buffer_alignmentLucas Stach2012-11-041-1/+2
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* nvc0: point vertex runout at a valid addressBen Skeggs2012-10-091-5/+16
* nv50,nvc0: implement blitChristoph Bumiller2012-09-301-2/+3
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+2
* nouveau: implement missing timer query functionalityChristoph Bumiller2012-07-131-1/+1
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-0/+1
* nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller2012-05-171-2/+5
* nv50,nvc0: handle user vertex buffersChristoph Bumiller2012-05-171-1/+1
* nv50,nvc0: handle user index buffersChristoph Bumiller2012-05-171-1/+1
* nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller2012-05-171-1/+1
* gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-1/+1
* gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-1/+1
* gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-0/+2
* gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-301-0/+2