summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_screen.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-588/+0
2013-08-25nv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to listIlia Mirkin1-0/+1
2013-08-15nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin1-0/+1
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-0/+2
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-1/+0
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-0/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+1
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-0/+1
2013-03-23gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák1-0/+1
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller1-0/+1
2013-02-07nv30: Fix memory leak.Vinson Lee1-0/+1
2013-02-04gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul1-0/+2
2013-02-04gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll1-0/+1
2013-01-19nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller1-0/+2
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-1/+0
2012-12-22nouveau: deal with tbo cap for now.Dave Airlie1-0/+1
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca1-1/+1
2012-10-31gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák1-0/+1
2012-09-30nv30: use util_format_is_supportedMarek Olšák1-10/+3
2012-09-30gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák1-0/+1
2012-07-13nouveau: implement missing timer query functionalityChristoph Bumiller1-1/+1
2012-07-10gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák1-0/+1
2012-06-19gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund1-0/+1
2012-05-25nv30: handle user index buffersChristoph Bumiller1-1/+1
2012-05-17nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller1-3/+7
2012-05-12nv30: Silence pipe_cap warningsRoy Spliet1-0/+4
2012-04-30gallium: add void *user_buffer in pipe_index_bufferMarek Olšák1-1/+1
2012-04-30gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák1-1/+2
2012-04-30gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák1-0/+2
2012-04-30gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-0/+2
2012-04-27nv30: properly init window informationBen Skeggs1-2/+0
2012-04-24gallium drivers: report that user vertex buffers are supportedMarek Olšák1-0/+1
2012-04-14nv30: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETSChristoph Bumiller1-1/+1
2012-04-14nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs1-0/+565
2010-03-15nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri1-361/+0
2010-03-15nv30, nv40: unify nv[34]0_miptree.cLuca Barbieri1-1/+1
2010-03-15nv30, nv40: unify all structures and headers, except shadersLuca Barbieri1-5/+5
2010-03-15nouveau: s/rankine/eng3d/g; s/curie/eng3d/gLuca Barbieri1-33/+33
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-1/+0
2010-03-01nouveau: Rename pipe formats.José Fonseca1-11/+11
2010-02-12nouveau: nv30: it may have 8 texture samplers (not 4), but shader engine has ...Patrice Mandin1-2/+2
2010-02-12nouveau: nv30: Define number of texture samplersPatrice Mandin1-0/+2
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-3/+1
2010-02-01nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz1-3/+3
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri1-0/+6
2010-01-26gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger1-0/+4
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis1-2/+1
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton1-0/+9