summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: ddx versioning changedBen Skeggs2008-02-121-1/+6
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-062-2/+2
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-062-9/+8
* nouveau: ppc, swap fragment programs on big endian systems.Dave Airlie2007-11-013-5/+16
* More vblank cleanups.Michel Dänzer2007-10-301-1/+7
* Refactor and fix core vblank supportJesse Barnes2007-10-293-5/+2
* Merge branch 'dri2'Kristian Høgsberg2007-10-121-58/+38
|\
| * Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-58/+38
| * Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* | nouveau: move nv10 clear command, for usage by other gpuPatrice Mandin2007-10-064-83/+115
|/
* nouveau: Replace removed device classes with their proper labels.Maarten Maathuis2007-10-041-33/+33
* nouveau: add GeForce 7300 SE to card listDave Airlie2007-09-201-0/+1
* nouveau : nv1x use OUT_RING_CACHE_FORCE for NV10_TCL_PRIMITIVE_3D_PROJECTION_...Matthieu Castet2007-09-191-2/+2
* nouveau : add OUT_RING_CACHE_FORCE* to add stuff in the cache even if the val...Matthieu Castet2007-09-191-4/+30
* nouveau : add GL_FOG_COLOR + fix a compil errorMatthieu Castet2007-09-191-3/+14
* nouveau: nv10: color logic op only for nv11+Patrice Mandin2007-09-191-2/+8
* nouveau : avoid vertex_size / 4 for each vertex opsMatthieu Castet2007-09-161-13/+12
* nouveau : use GLfloat instead of uint32_t. After all, our vertex attributes a...Matthieu Castet2007-09-161-10/+10
* nouveau : implement nv10_render_pointsMatthieu Castet2007-09-161-1/+28
* nouveau : fix nv10_render functionsMatthieu Castet2007-09-161-37/+15
* nouveau : opps I introduce a bug when cleaning vertex pos attribute swap patchMatthieu Castet2007-09-161-2/+2
* nouveau : nv1x pos vertex attribute need to be the first in mesa.Matthieu Castet2007-09-161-14/+58
* nouveau : use new nouveau_reg.h with correct Bracket in macroMatthieu Castet2007-09-155-370/+3863
* nouveau : check for nmesa->state_cache.atoms overflowMatthieu Castet2007-09-141-0/+1
* nouveau : fix NV10_TCL_PRIMITIVE_3D_CLIP_PLANEMatthieu Castet2007-09-142-3/+3
* nouveau : diable broken light enable on nv10Matthieu Castet2007-09-131-1/+11
* nouveau: nv10: check NULL pointersPatrice Mandin2007-09-061-2/+6
* nouveau: init depth rangePatrice Mandin2007-09-061-0/+1
* nouveau: nv10: replace macros by loop to set vertex attributesPatrice Mandin2007-09-061-54/+41
* nouveau: need parenthesis around macro params, generator should be fixedPatrice Mandin2007-09-061-1/+1
* nouveau: nv10: emit vertex data in proper order for nv1x hwPatrice Mandin2007-09-051-22/+56
* nouveau: who needs nv03 ?Stephane Marchesin2007-09-043-13/+0
* nouveau: nv10: need to transpose mesa model+proj matrix for hwPatrice Mandin2007-09-043-14/+5
* nouveau: nv10: forgot function to set modelview matrixPatrice Mandin2007-09-031-1/+11
* nouveau: separate modelview and projection matrix updatesPatrice Mandin2007-09-037-34/+32
* nouveau: nv10: remove setting projection matrix when scaling viewportPatrice Mandin2007-08-311-30/+11
* nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin2007-08-317-0/+85
* nouveau: nv10: set total stride of vertex array for POS attributePatrice Mandin2007-08-271-9/+15
* nouveau: nv10: also set modelview0 matrix to identityPatrice Mandin2007-08-251-1/+5
* nouveau: nv10: add a scissor func, do not cache viewport settingsPatrice Mandin2007-08-251-28/+68
* nouveau: nv10: properly set viewport and projectionPatrice Mandin2007-08-251-3/+3
* nouveau: nv10: set projection matrix from viewport sizePatrice Mandin2007-08-221-18/+33
* nouveau: nv10: initialize more of nv10 tcl enginePatrice Mandin2007-08-221-0/+102
* nouveau: nv10: Move some initialization stuffPatrice Mandin2007-08-211-13/+23
* nouveau: Use proper notifier objectPatrice Mandin2007-08-211-2/+2
* nouveau: nv10: Remove commented, unsupported by hw commandPatrice Mandin2007-08-211-7/+0
* Use correct object for GARTPatrice Mandin2007-08-201-1/+1
* nouveau: nv10: only one color buffer atmPatrice Mandin2007-08-192-9/+4
* nouveau: nv10: clear a bufferPatrice Mandin2007-08-161-1/+24
* nouveau: nv10: add function to clear a bufferPatrice Mandin2007-08-161-1/+31