History log of /external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
666004148353fa46e818772e496f6d09bd979737 10-May-2012 Ben Skeggs <bskeggs@redhat.com> nouveau/vieux: finish != flush, how about we do that..

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
264b584294dc1c00c53f6a0622b7e6e55e8dce37 20-Apr-2012 Brian Paul <brianp@vmware.com> nouveau: use _mesa_is_winsys/user_fbo() helpers

Reviewed-by: Eric Anholt <eric@anholt.net>
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
2e47d01c9e5325906cf3bb979279599991c6328e 23-Dec-2011 Ben Skeggs <bskeggs@redhat.com> nouveau/vieux: switch to libdrm_nouveau-2.0
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
59a5b5a193d5d9c5776aa586b34657b6e315479d 16-Jan-2012 Brian Paul <brianp@vmware.com> mesa: remove gl_renderbuffer::Wrapped

There's no such thing as renderbuffer wrappers anymore.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
093dc9e548537e6c77e33064a584f849ad90dfa5 12-Sep-2011 Dave Airlie <airlied@redhat.com> mesa: introduce a clear color union to be used for int/unsigned buffers

This introduces a new gl_color_union union and moves the current
ClearColorUnclamped to use it, it removes current ClearColor completely and
renames CCU to CC, then all drivers are modified to expected unclamped floats instead.

also fixes st to use translated color in one place it wasn't.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
0fe34b7bbc9a8e089bbb4d0fe401b09095a571eb 01-Mar-2011 Ian Romanick <ian.d.romanick@intel.com> dri: Remove driver date from renderer string

Reviewed-by: Corbin Simpson <MostAwesomeDude@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
1933e97034a1774e37268035f67ca5973220e8c6 09-Jan-2011 Vinson Lee <vlee@vmware.com> dri/nouveau: Include mfeatures.h in files that perform feature tests.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
f9995b30756140724f41daf963fa06167912be7f 12-Oct-2010 Kristian Høgsberg <krh@bitplanet.net> Drop GLcontext typedef and use struct gl_context instead
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
70f9f5f7d4f1daadfcddc0fb0fea324c38353004 13-Jul-2010 nobled <nobled2@nobled2-karmic.(none)> dri/nouveau: test for FEATURE defines

'struct dd_function_table' only conditionally contains
the function pointer NewFramebuffer and friends based on
FEATURE_EXT_framebuffer_* defines. (See src/mesa/main/dd.h)

Fixes the build when the features are disabled and the vfuncs
don't exist.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
fe7d0e6dc81c493b9ff7163c640d75db25386675 22-Mar-2010 Francisco Jerez <currojerez@riseup.net> dri/nouveau: Expose EXT_framebuffer_blit.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
fc7890dc6c1f70a4f1c4bffb0fca7ae0cde30a2e 22-Mar-2010 Francisco Jerez <currojerez@riseup.net> dri/nouveau: Plug in some mesa_meta functions instead of the swrast variants.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
4a7e9b5df453055ed6eedce1ea5c1d4a2f810fa7 21-Feb-2010 Francisco Jerez <currojerez@riseup.net> dri/nouveau: Implement EXT_texture_from_pixmap.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
91af398b32f0f63a1560fe023651be0861c08f8a 21-Feb-2010 Francisco Jerez <currojerez@riseup.net> dri/nouveau: Fix stencil mask handling on glClear().
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
bfb5dc68fcc9f5dee71f66d9499b8bdcde9627ea 01-Feb-2010 Francisco Jerez <currojerez@riseup.net> Import a classic DRI driver for nv0x-nv2x.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
93115c4b235896df097b91edec7458a8a4488c4e 14-Jul-2008 Stephane Marchesin <marchesin@icps.u-strasbg.fr> nouveau: say goodbye to the old DRI driver...
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
601a6b872c33bfe3cb4ea03a5a8ba5ebe92dedaf 07-Jan-2008 Brian <brian.paul@tungstengraphics.com> Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes

Each array element is now a BUFFER_x token rather than a BUFFER_BIT_x bitmask.
The number of active color buffers is specified by _NumColorDrawBuffers.
This builds on the previous DrawBuffer changes and will help with drivers
implementing GL_ARB_draw_buffers.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
ff73c783cc47361ff0dd819c82d067b4b85870dd 06-Jan-2008 Brian <brian.paul@tungstengraphics.com> Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.

These fields are no longer indexed by shader output. Now, we just have
a simple array of renderbuffer pointers.

If the shader writes to gl_FragData[i], send those colors to the N
_ColorDrawBuffers. Otherwise, replicate the single gl_FragColor (or
the fixed-function color) to the N _ColorDrawBuffers.

A few more changes and simplifications can follow from this...
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
d85e8b088bda9a118494dd86464c4a495475e407 06-Oct-2007 Patrice Mandin <pmandin@caramail.com> nouveau: move nv10 clear command, for usage by other gpu
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
fef3dcbee60b041df64a12511c8aa3c304a04652 13-Aug-2007 Ben Skeggs <skeggsb@gmail.com> nouveau: Always render offscreen, emulate front buffer rendering.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
8fcfaa3238599f5a9b28794b748b8417e042c597 13-Jul-2007 Ben Skeggs <skeggsb@gmail.com> Play "nuke the typedef"
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
d79323bd42864fc4768874f56734bad9dc6d8a9c 23-Dec-2006 Ben Skeggs <darktama@iinet.net.au> nouveau: Kill some compile warnings.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
4cfb762c3eb2ea9a764c7ba0811c338ef5fba8fe 08-Dec-2006 Ben Skeggs <darktama@iinet.net.au> Some work on buffer handling, most likely not entirely correct and
incomplete. But, it works well enough that windows can be
moved/resized.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
e2b4d9b317104ff3c56a9bf108aa79084d49eba5 05-Nov-2006 Stephane Marchesin <marchesin@icps.u-strasbg.fr> Architect the DRI :
- make use of the autogenerated nouveau_reg.h file
- add object creation to the DRI
- some work on screen and context creation
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
1c0230b39600de56b555b757272dfc0694da2d0f 13-Mar-2006 Stephane Marchesin <marchesin@icps.u-strasbg.fr> Cleaned up some code, made more files compile. Renamed nv20_swtcl.* to
nv10_swtcl.*, hopefully this is the last rename (this should be, as
NV05 really behaves differently).
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c
0abf3937ce651d26b18a3ab93ed916f3e7bd04dd 23-Feb-2006 Stephane Marchesin <marchesin@icps.u-strasbg.fr> Initial revision
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_driver.c