summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nouveau: nv30: Check for NULL front (happens with DRI2)Patrice Mandin2009-11-171-1/+4
* nouveau: nv30: Relax some limits. We can render to z24s8 buffer even if color...Patrice Mandin2009-10-231-2/+8
* nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will ...Patrice Mandin2009-10-171-2/+1
* nouveau: nv30: Hack to enforce same number of bits as front buffer, for rende...Patrice Mandin2009-10-151-8/+22
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* nouveau: nv30: wrong variable for formatPatrice Mandin2009-07-221-1/+1
* gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-0/+2
* nouveau: return some supported zeta formatsBen Skeggs2009-07-011-0/+8
* nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs2009-07-011-0/+2
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-7/+4
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-28/+36
* nv30: remove u_simple_screen usageBen Skeggs2009-06-051-43/+27
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-051-1/+1
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-251-79/+1
* nouveau: nv30: fix miptree organization to have swizzled texture+mipmap at th...Patrice Mandin2009-02-101-0/+2
* nouveau: Need to surface_copy() without a pipe context.Younes Manton2009-02-071-16/+13
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-051-0/+12
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-2/+4
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
* gallium: make p_winsys internalZack Rusin2009-01-301-2/+2
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-2/+2
* nouveau: Map correct mip level when using the shadow (nv30, nv40).Younes Manton2009-01-211-6/+7
* nouveau: Update nv30 swizzling.Younes Manton2009-01-101-5/+5
* nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITSBen Skeggs2008-12-161-0/+2
* nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi...Patrice Mandin2008-12-121-6/+57