summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-588/+0
* nv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to listIlia Mirkin2013-08-251-0/+1
* nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin2013-08-151-0/+1
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+1
* 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/+1
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+1
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+1
* nv30: Fix memory leak.Vinson Lee2013-02-071-0/+1
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller2013-01-191-0/+2
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* 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
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* nv30: use util_format_is_supportedMarek Olšák2012-09-301-10/+3
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* 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
* nv30: handle user index buffersChristoph Bumiller2012-05-251-1/+1
* nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller2012-05-171-3/+7
* nv30: Silence pipe_cap warningsRoy Spliet2012-05-121-0/+4
* 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/+2
* 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
* nv30: properly init window informationBen Skeggs2012-04-271-2/+0
* gallium drivers: report that user vertex buffers are supportedMarek Olšák2012-04-241-0/+1
* nv30: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETSChristoph Bumiller2012-04-141-1/+1
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-0/+565
* nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri2010-03-151-361/+0
* nv30, nv40: unify nv[34]0_miptree.cLuca Barbieri2010-03-151-1/+1
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-151-5/+5
* nouveau: s/rankine/eng3d/g; s/curie/eng3d/gLuca Barbieri2010-03-151-33/+33
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-1/+0
* nouveau: Rename pipe formats.José Fonseca2010-03-011-11/+11
* nouveau: nv30: it may have 8 texture samplers (not 4), but shader engine has ...Patrice Mandin2010-02-121-2/+2
* nouveau: nv30: Define number of texture samplersPatrice Mandin2010-02-121-0/+2
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-3/+1
* nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz2010-02-011-3/+3
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger2010-01-261-0/+4
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-2/+1
* nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-281-0/+9