summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.c
AgeCommit message (Collapse)Author
2007-03-21nouveau: SwapBuffers() needs to perform a glFlush()Ben Skeggs
2007-02-28nouveau: drm interface changesBen Skeggs
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
Conflicts: src/mesa/main/texcompress_s3tc.c src/mesa/tnl/t_array_api.c
2007-01-28nouveau: initial GL_ARB_occlusion_query supportBen Skeggs
Only enabled on NV40, NV20/NV30 code is untested.. However, NV30 should be identical to NV40.
2007-01-21nouveau: add nv04 state support, and small nv04 fixes.Stephane Marchesin
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa ↵Keith Whitwell
into vbo-0.2 Conflicts: src/mesa/array_cache/sources src/mesa/drivers/dri/i965/brw_context.c src/mesa/drivers/dri/i965/brw_draw.c src/mesa/drivers/dri/i965/brw_fallback.c src/mesa/drivers/dri/i965/brw_vs_emit.c src/mesa/drivers/dri/i965/brw_vs_tnl.c src/mesa/drivers/dri/mach64/mach64_context.c src/mesa/main/extensions.c src/mesa/main/getstring.c src/mesa/tnl/sources src/mesa/tnl/t_save_api.c src/mesa/tnl/t_save_playback.c src/mesa/tnl/t_vtx_api.c src/mesa/tnl/t_vtx_exec.c src/mesa/vbo/vbo_attrib.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_api.c src/mesa/vbo/vbo_save_draw.c
2006-12-27nouveau: Initial buffer object supportBen Skeggs
2006-12-27nouveau: add nouveau_mem_alloc/free debuggingBen Skeggs
2006-12-26nouveau: Make use of NOUVEAU_DEBUG for shader disasmBen Skeggs
2006-12-26nouveau: Wait on notifier to check for completion of previous commands.Ben Skeggs
We can't wait on NV_PGRAPH_STATUS. We don't have the regs mapped, and there's no guarantee that we'll catch PGRAPH idle when multiple channels are active.
2006-12-26nouveau: Add notifier support functionsBen Skeggs
2006-12-23nouveau: get 16bpp workingBen Skeggs
2006-12-16Get nv10_swtcl.c working enough for glxgears on NV40.Ben Skeggs
2006-12-14Improve SwapBuffers a bit.Ben Skeggs
2006-12-08Skeletal extension handling across chipsets.Ben Skeggs
2006-12-08Some work on buffer handling, most likely not entirely correct andBen Skeggs
incomplete. But, it works well enough that windows can be moved/resized.
2006-12-03Merge the pciid work. Use lock step versioning with the drm.Stephane Marchesin
2006-11-25Incomplete shader stuff, should mostly work for NV40. Other cards, not soBen Skeggs
much..
2006-11-21nouveauCreateDmaObjectBen Skeggs
2006-11-20Add state initialization to context creation.Jeremy Kolb
2006-11-19New swtcl implementation. It's simpler than the previous one (doesn't useStephane Marchesin
templates) and it is probably faster as well
2006-11-13Fix segfault in nouveauCalcViewportBen Skeggs
2006-11-12Some more nouveau_screen.c setup, not sure how correct it is yet though..Ben Skeggs
2006-11-12We need nmesa->driFd and friends setup before we call nouveauFifoInitBen Skeggs
2006-11-12Dont call exit() from the DRI driver, with AIGLX this is particularly nastyBen Skeggs
2006-11-05Architect the DRI :Stephane Marchesin
- make use of the autogenerated nouveau_reg.h file - add object creation to the DRI - some work on screen and context creation
2006-11-01Fix compile errors. Add vblank_seq to nouveau_context.Jeremy Kolb
2006-09-17Some small changesStephane Marchesin
2006-09-17Small changesStephane Marchesin
2006-04-14Cleaned stuff in the tcl codeStephane Marchesin
2006-04-13Some compile fixes.Jeremy Kolb
2006-03-13Cleaned up some code, made more files compile. Renamed nv20_swtcl.* toStephane Marchesin
nv10_swtcl.*, hopefully this is the last rename (this should be, as NV05 really behaves differently).
2006-03-07Added a missing fieldStephane Marchesin
2006-03-03rename nv40_tris to nv30_tris.Stephane Marchesin
2006-02-23Initial revisionStephane Marchesin