aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.c
Commit message (Expand)AuthorAgeFilesLines
...
* dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent().Francisco Jerez2010-09-161-16/+8
* dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez2010-09-161-9/+28
* dri/nouveau: Add some more extensions.Francisco Jerez2010-09-161-0/+2
* dri/nv04: Don't expose ARB_texture_env_combine/dot3.Andrew Randrianasulu2010-09-161-2/+0
* dri/nouveau: Expose EXT_texture_env_combine.Francisco Jerez2010-09-091-0/+1
* dri/nv10-nv20: Add support for NV_texture_env_combine4.Francisco Jerez2010-09-091-0/+1
* dri: Unset current context and dispatch table when unbindingKristian Høgsberg2010-09-081-0/+3
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* dri/nouveau: Expose EXT_framebuffer_blit.Francisco Jerez2010-03-221-0/+1
* dri/nouveau: Emit dirty states on nouveau_validate_framebuffer.Francisco Jerez2010-03-221-1/+3
* dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez2010-03-111-2/+2
* dri/nv04: GL_EXT_secondary_colorAndrew Randrianasulu2010-03-071-4/+6
* dri/nouveau: Trivially add GL_NV_blend_squareAndrew Randrianasulu2010-03-071-0/+1
* dri/nouveau: Trivially add GL_ARB_texture_mirrored_repeat.Andrew Randrianasulu2010-03-041-0/+1
* dri/nouveau: Enable GL_EXT_stencil_wrap.Andrew Randrianasulu2010-03-041-3/+4
* dri/nouveau: Implement EXT_texture_from_pixmap.Francisco Jerez2010-02-251-45/+46
* dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez2010-02-171-16/+54
* dri/nouveau: Use event driven buffer validation.Francisco Jerez2010-02-161-4/+29
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+273
* nouveau: say goodbye to the old DRI driver...Stephane Marchesin2008-07-141-422/+0
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-1/+1
* More vblank cleanups.Michel Dänzer2007-10-301-1/+7
* Refactor and fix core vblank supportJesse Barnes2007-10-291-1/+1
* nouveau: move nv10 clear command, for usage by other gpuPatrice Mandin2007-10-061-0/+36
* nouveau : use new nouveau_reg.h with correct Bracket in macroMatthieu Castet2007-09-151-1/+1
* nouveau: who needs nv03 ?Stephane Marchesin2007-09-041-3/+0
* nouveau: nv10: need to transpose mesa model+proj matrix for hwPatrice Mandin2007-09-041-1/+0
* nouveau: separate modelview and projection matrix updatesPatrice Mandin2007-09-031-1/+1
* nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin2007-08-311-0/+1
* nouveau: Remove ALLOW_MULTI_SUBCHANNEL hackBen Skeggs2007-08-151-2/+0
* nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs2007-08-151-10/+15
* nouveau: nv10 and nv11,15 are differentPatrice Mandin2007-07-141-0/+1
* Play "nuke the typedef"Ben Skeggs2007-07-131-1/+1
* NV_17 is different from NV_10Patrice Mandin2007-07-061-0/+1
* nouveau: match drm changes (0.0.7)Ben Skeggs2007-06-291-2/+2
* merge from masterBrian2007-03-211-0/+1
|\
| * nouveau: SwapBuffers() needs to perform a glFlush()Ben Skeggs2007-03-211-0/+1
* | Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-0/+6
|\|
| * nouveau: drm interface changesBen Skeggs2007-02-281-0/+6
* | Update DRI drivers for new glsl compiler.Brian2007-02-231-1/+1
|/
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-021-2/+1
|\
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-2/+1
* | nouveau: initial GL_ARB_occlusion_query supportBen Skeggs2007-01-281-0/+4
* | nouveau: add nv04 state support, and small nv04 fixes.Stephane Marchesin2007-01-211-1/+2
|/
* nouveau: Initial buffer object supportBen Skeggs2006-12-271-0/+2
* nouveau: add nouveau_mem_alloc/free debuggingBen Skeggs2006-12-271-2/+3
* nouveau: Make use of NOUVEAU_DEBUG for shader disasmBen Skeggs2006-12-261-0/+1
* nouveau: Wait on notifier to check for completion of previous commands.Ben Skeggs2006-12-261-1/+2
* nouveau: Add notifier support functionsBen Skeggs2006-12-261-0/+1
* nouveau: get 16bpp workingBen Skeggs2006-12-231-1/+4