summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
AgeCommit message (Expand)AuthorFilesLines
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul3-21/+21
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul1-3/+3
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-75/+48
2008-03-02nouveau: compilation fixesPatrice Mandin1-2/+2
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg1-5/+7
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg1-1/+0
2008-02-12nouveau: ddx versioning changedBen Skeggs1-1/+6
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2-2/+2
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2-9/+8
2007-11-01nouveau: ppc, swap fragment programs on big endian systems.Dave Airlie3-5/+16
2007-10-30More vblank cleanups.Michel Dänzer1-1/+7
2007-10-29Refactor and fix core vblank supportJesse Barnes3-5/+2
2007-10-12Merge branch 'dri2'Kristian Høgsberg1-58/+38
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg1-58/+38
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg1-11/+11
2007-10-06nouveau: move nv10 clear command, for usage by other gpuPatrice Mandin4-83/+115
2007-10-04nouveau: Replace removed device classes with their proper labels.Maarten Maathuis1-33/+33
2007-09-20nouveau: add GeForce 7300 SE to card listDave Airlie1-0/+1
2007-09-19nouveau : nv1x use OUT_RING_CACHE_FORCE for NV10_TCL_PRIMITIVE_3D_PROJECTION_...Matthieu Castet1-2/+2
2007-09-19nouveau : add OUT_RING_CACHE_FORCE* to add stuff in the cache even if the val...Matthieu Castet1-4/+30
2007-09-19nouveau : add GL_FOG_COLOR + fix a compil errorMatthieu Castet1-3/+14
2007-09-19nouveau: nv10: color logic op only for nv11+Patrice Mandin1-2/+8
2007-09-16nouveau : avoid vertex_size / 4 for each vertex opsMatthieu Castet1-13/+12
2007-09-16nouveau : use GLfloat instead of uint32_t. After all, our vertex attributes a...Matthieu Castet1-10/+10
2007-09-16nouveau : implement nv10_render_pointsMatthieu Castet1-1/+28
2007-09-16nouveau : fix nv10_render functionsMatthieu Castet1-37/+15
2007-09-16nouveau : opps I introduce a bug when cleaning vertex pos attribute swap patchMatthieu Castet1-2/+2
2007-09-16nouveau : nv1x pos vertex attribute need to be the first in mesa.Matthieu Castet1-14/+58
2007-09-15nouveau : use new nouveau_reg.h with correct Bracket in macroMatthieu Castet5-370/+3863
2007-09-14nouveau : check for nmesa->state_cache.atoms overflowMatthieu Castet1-0/+1
2007-09-14nouveau : fix NV10_TCL_PRIMITIVE_3D_CLIP_PLANEMatthieu Castet2-3/+3
2007-09-13nouveau : diable broken light enable on nv10Matthieu Castet1-1/+11
2007-09-06nouveau: nv10: check NULL pointersPatrice Mandin1-2/+6
2007-09-06nouveau: init depth rangePatrice Mandin1-0/+1
2007-09-06nouveau: nv10: replace macros by loop to set vertex attributesPatrice Mandin1-54/+41
2007-09-06nouveau: need parenthesis around macro params, generator should be fixedPatrice Mandin1-1/+1
2007-09-05nouveau: nv10: emit vertex data in proper order for nv1x hwPatrice Mandin1-22/+56
2007-09-04nouveau: who needs nv03 ?Stephane Marchesin3-13/+0
2007-09-04nouveau: nv10: need to transpose mesa model+proj matrix for hwPatrice Mandin3-14/+5
2007-09-03nouveau: nv10: forgot function to set modelview matrixPatrice Mandin1-1/+11
2007-09-03nouveau: separate modelview and projection matrix updatesPatrice Mandin7-34/+32
2007-08-31nouveau: nv10: remove setting projection matrix when scaling viewportPatrice Mandin1-30/+11
2007-08-31nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin7-0/+85
2007-08-27nouveau: nv10: set total stride of vertex array for POS attributePatrice Mandin1-9/+15
2007-08-25nouveau: nv10: also set modelview0 matrix to identityPatrice Mandin1-1/+5
2007-08-25nouveau: nv10: add a scissor func, do not cache viewport settingsPatrice Mandin1-28/+68
2007-08-25nouveau: nv10: properly set viewport and projectionPatrice Mandin1-3/+3
2007-08-22nouveau: nv10: set projection matrix from viewport sizePatrice Mandin1-18/+33
2007-08-22nouveau: nv10: initialize more of nv10 tcl enginePatrice Mandin1-0/+102
2007-08-21nouveau: nv10: Move some initialization stuffPatrice Mandin1-13/+23