Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / drivers / dri / nouveau /
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-13 Stephane Marchesinnouveau: say goodbye to the old DRI driver...
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-24 José Fonsecamesa/dri: User standard integer types.
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-02 Patrice Mandinnouveau: compilation fixes
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-26 Kristian HøgsbergRemove GetMSC DriverAPI function.
2008-02-12 Ben Skeggsnouveau: ddx versioning changed
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-01 Dave Airlienouveau: ppc, swap fragment programs on big endian...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 Michel DänzerMore vblank cleanups.
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-29 Jesse BarnesRefactor and fix core vblank support
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-10 Kristian HøgsbergPull createNewScreen entry point into dri_util.c.
2007-10-10 Kristian HøgsbergDrop __DRInativeDisplay and pass in __DRIscreen pointer...
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-06 Patrice Mandinnouveau: move nv10 clear command, for usage by other gpu
2007-10-04 Maarten Maathuisnouveau: Replace removed device classes with their...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-22 Eric AnholtMerge branch 'i915-unification'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-20 Dave Airlienouveau: add GeForce 7300 SE to card list
2007-09-19 Matthieu Castetnouveau : nv1x use OUT_RING_CACHE_FORCE for NV10_TCL_PR...
2007-09-19 Matthieu Castetnouveau : add OUT_RING_CACHE_FORCE* to add stuff in...
2007-09-19 Matthieu Castetnouveau : add GL_FOG_COLOR + fix a compil error
2007-09-19 Patrice Mandinnouveau: nv10: color logic op only for nv11+
2007-09-16 Matthieu Castetnouveau : avoid vertex_size / 4 for each vertex ops
2007-09-16 Matthieu Castetnouveau : use GLfloat instead of uint32_t. After all...
2007-09-16 Matthieu Castetnouveau : implement nv10_render_points
2007-09-16 Matthieu Castetnouveau : fix nv10_render functions
2007-09-16 Matthieu Castetnouveau : opps I introduce a bug when cleaning vertex...
2007-09-16 Matthieu Castetnouveau : nv1x pos vertex attribute need to be the...
2007-09-14 Matthieu Castetnouveau : use new nouveau_reg.h with correct Bracket...
2007-09-14 Matthieu Castetnouveau : check for nmesa->state_cache.atoms overflow
2007-09-14 Matthieu Castetnouveau : fix NV10_TCL_PRIMITIVE_3D_CLIP_PLANE
2007-09-13 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-09-13 Matthieu Castetnouveau : diable broken light enable on nv10
2007-09-06 Patrice Mandinnouveau: nv10: check NULL pointers
2007-09-06 Patrice Mandinnouveau: init depth range
2007-09-06 Patrice Mandinnouveau: nv10: replace macros by loop to set vertex...
2007-09-06 Patrice Mandinnouveau: need parenthesis around macro params, generato...
2007-09-05 Patrice Mandinnouveau: nv10: emit vertex data in proper order for...
2007-09-04 Stephane Marchesinnouveau: who needs nv03 ?
2007-09-04 Patrice Mandinnouveau: nv10: need to transpose mesa model+proj matrix...
2007-09-03 Patrice Mandinnouveau: nv10: forgot function to set modelview matrix
2007-09-03 Patrice Mandinnouveau: separate modelview and projection matrix updates
2007-08-31 Patrice Mandinnouveau: nv10: remove setting projection matrix when...
2007-08-31 Patrice Mandinnouveau: add hw-dependent function to update modelview...
2007-08-27 Patrice Mandinnouveau: nv10: set total stride of vertex array for...
2007-08-25 Patrice Mandinnouveau: nv10: also set modelview0 matrix to identity
2007-08-25 Patrice Mandinnouveau: nv10: add a scissor func, do not cache viewpor...
2007-08-25 Patrice Mandinnouveau: nv10: properly set viewport and projection
2007-08-22 Patrice Mandinnouveau: nv10: set projection matrix from viewport...
2007-08-22 Patrice Mandinnouveau: nv10: initialize more of nv10 tcl engine
2007-08-21 Patrice Mandinnouveau: nv10: Move some initialization stuff
2007-08-21 Patrice Mandinnouveau: Use proper notifier object
2007-08-21 Patrice Mandinnouveau: nv10: Remove commented, unsupported by hw...
2007-08-20 Patrice MandinUse correct object for GART
2007-08-19 Patrice Mandinnouveau: nv10: only one color buffer atm
2007-08-16 Patrice Mandinnouveau: nv10: clear a buffer
2007-08-16 Patrice Mandinnouveau: nv10: add function to clear a buffer
2007-08-16 Patrice Mandinnouveau: store render buffer pointers in context, to...
2007-08-16 Patrice Mandinnouveau: nv10: create objects needed to clear buffer
2007-08-15 Ben Skeggsnouveau: Use half the notifier block for query objects.
2007-08-15 Ben Skeggsnouveau: Keep drm channel alloc struct around.
2007-08-15 Ben Skeggsnouveau: reindent nouveau_span.c
2007-08-15 Ben Skeggsnouveau: Remove ALLOW_MULTI_SUBCHANNEL hack
2007-08-15 Ben Skeggsnouveau: Always render offscreen, emulate front buffer...
2007-08-15 Ben Skeggsnouveau: Split nouveau_buffers into nouveau_mem and...
2007-08-15 Ben Skeggsnouveau: reindent nouveau_buffers.h
2007-08-15 Ben Skeggsnouveau: reindent nouveau_buffers.c
2007-08-15 Ben Skeggsnouveau: Lets only do private buffers.
2007-08-08 Carlos Martín Nietonouveau: Missing notifier -> notifierobj migration
2007-08-06 Carlos Martín Nietonouveau: update to DRM API patchlevel 10
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-19 Roland Scheideggerfix mesa fb binding
2007-07-17 Roland Scheideggerfix mesa fb binding
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-14 Patrice Mandinnouveau: nv10 and nv11,15 are different
next