nouveau: Always render offscreen, emulate front buffer rendering.
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_context.h
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-08 Carlos Martín Nietonouveau: Missing notifier -> notifierobj migration
2007-07-13 Ben SkeggsPlay "nuke the typedef"
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-29 Ben Skeggsnouveau: match drm changes (0.0.7)
2007-06-29 Ben Skeggsnouveau: NV30_TCL viewport/scissor fixes
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: update for drm interface changes (0.0.5)
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-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-06 Ben Skeggsnouveau: a couple of NV3x fixes
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-13 Patrice Mandinnouveau: Add clear color for nv10
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: Add notifier support functions
2006-12-23 Ben Skeggsnouveau: maintain numClipRects/pClipRects in context.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-16 Ben SkeggsGet nv10_swtcl.c working enough for glxgears on NV40.
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 Stephane MarchesinAdd the state caching mechanism. It seems to work,...
2006-11-17 Ben SkeggsUse RENDERINPUTS macros to access render_inputs_bitset
2006-11-17 Ben SkeggsAdapt FIFO code to deal with cases where the base GET...
2006-11-12 Ben SkeggsSome more nouveau_screen.c setup, not sure how correct...
2006-11-11 Stephane MarchesinAdd the GL_LIGHING enable
2006-11-11 Stephane MarchesinSome work on nv30 state, heavily based on jkolb's work
2006-11-05 Stephane MarchesinArchitect the DRI :
2006-11-01 Jeremy KolbOops. Forgot to check in the context change.
2006-09-17 Stephane MarchesinSmall changes
2006-09-17 Stephane MarchesinMake nouveau actually compile
2006-09-17 Stephane MarchesinSome work towards making the nv10 swtcl compile
2006-04-17 Jeremy KolbMore context.
2006-04-15 Jeremy KolbState changes.
2006-04-14 Stephane MarchesinMore work on the tcl code... still have to make my...
2006-04-14 Jeremy KolbAdd more feilds to context.
2006-04-14 Stephane Marchesinooops
2006-04-14 Stephane MarchesinAdded render index field to the context
2006-04-14 Jeremy KolbCleaning
2006-04-14 Stephane MarchesinAdded vertex attributes to the context
2006-04-14 Stephane MarchesinCleaned stuff in the tcl code
2006-04-14 Jeremy KolbAdded the beginnings of state (not much there yet)...
2006-04-13 Jeremy KolbSome compile fixes.
2006-03-06 Stephane MarchesinMore work on the nv30 software tcl code
2006-02-23 Stephane MarchesinInitial revision