Refactor and fix core vblank support
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_context.c
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-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-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-14 Matthieu Castetnouveau : use new nouveau_reg.h with correct Bracket...
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: separate modelview and projection matrix updates
2007-08-31 Patrice Mandinnouveau: add hw-dependent function to update modelview...
2007-08-15 Ben Skeggsnouveau: Remove ALLOW_MULTI_SUBCHANNEL hack
2007-08-15 Ben Skeggsnouveau: Always render offscreen, emulate front buffer...
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
2007-07-13 Ben SkeggsPlay "nuke the typedef"
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 Patrice MandinNV_17 is different from NV_10
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-29 Ben Skeggsnouveau: match drm changes (0.0.7)
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-21 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-21 Ben Skeggsnouveau: SwapBuffers() needs to perform a glFlush()
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-01 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-28 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-28 Ben Skeggsnouveau: drm interface changes
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-30 Brians/params/pointer/ for glGetVertexAttribPointer
2007-01-28 Ben Skeggsnouveau: initial GL_ARB_occlusion_query support
2007-01-22 Jeremy KolbMerge branch 'master' of git+ssh://git.freedesktop...
2007-01-21 Stephane Marchesinnouveau: add nv04 state support, and small nv04 fixes.
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-27 Ben Skeggsnouveau: Initial buffer object support
2006-12-27 Ben Skeggsnouveau: add nouveau_mem_alloc/free debugging
2006-12-26 Ben Skeggsnouveau: Make use of NOUVEAU_DEBUG for shader disasm
2006-12-26 Ben Skeggsnouveau: Wait on notifier to check for completion of...
2006-12-26 Ben Skeggsnouveau: Add notifier support functions
2006-12-22 Ben Skeggsnouveau: get 16bpp working
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-16 Ben SkeggsGet nv10_swtcl.c working enough for glxgears on NV40.
2006-12-14 Ben SkeggsImprove SwapBuffers a bit.
2006-12-08 Ben SkeggsSkeletal extension handling across chipsets.
2006-12-08 Ben SkeggsSome work on buffer handling, most likely not entirely...
2006-12-03 Stephane MarchesinMerge the pciid work. Use lock step versioning with...
2006-11-25 Ben SkeggsIncomplete shader stuff, should mostly work for NV40...
2006-11-21 Ben SkeggsnouveauCreateDmaObject
2006-11-20 Jeremy KolbAdd state initialization to context creation.
2006-11-19 Stephane MarchesinNew swtcl implementation. It's simpler than the previou...
2006-11-13 Ben SkeggsFix segfault in nouveauCalcViewport
2006-11-12 Ben SkeggsSome more nouveau_screen.c setup, not sure how correct...
2006-11-12 Ben SkeggsWe need nmesa->driFd and friends setup before we call...
2006-11-12 Ben SkeggsDont call exit() from the DRI driver, with AIGLX this...
2006-11-05 Stephane MarchesinArchitect the DRI :
2006-11-01 Jeremy KolbFix compile errors. Add vblank_seq to nouveau_context.
2006-09-17 Stephane MarchesinSome small changes
2006-09-17 Stephane MarchesinSmall changes
2006-04-14 Stephane MarchesinCleaned stuff in the tcl code
2006-04-13 Jeremy KolbSome compile fixes.
2006-03-13 Stephane MarchesinCleaned up some code, made more files compile. Renamed...
2006-03-07 Stephane MarchesinAdded a missing field
2006-03-03 Stephane Marchesinrename nv40_tris to nv30_tris.
2006-02-23 Stephane MarchesinInitial revision