index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
nouveau
/
nouveau_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
1
-2
/
+1
*
nouveau: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
2016-06-16
1
-4
/
+6
*
mesa: add support for GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
1
-1
/
+1
*
nouveau: make sure to invalidate any vbo state as well
Ilia Mirkin
2014-08-16
1
-0
/
+1
*
mesa: remove target param from ctx->Driver.TexParameter()
Brian Paul
2014-02-02
1
-1
/
+1
*
nouveau: Use _NEW_SCISSOR instead of hooking through dd_function_table
Ian Romanick
2013-11-05
1
-7
/
+3
*
nouveau: Use _NEW_VIEWPORT instead of hooking through dd_function_table
Ian Romanick
2013-11-05
1
-14
/
+3
*
nouveau: Add support for ARB_sampler_objects
Pauli Nieminen
2012-08-01
1
-0
/
+7
*
dri/nouveau: Validate the framebuffer state on read buffer changes.
Francisco Jerez
2010-10-31
1
-0
/
+7
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-40
/
+40
*
dri/nouveau: Don't reemit the BO state in nouveau_state_emit().
Francisco Jerez
2010-09-16
1
-2
/
+0
*
dri/nouveau: Don't request a fake front unnecessarily.
Francisco Jerez
2010-09-16
1
-7
/
+1
*
dri/nouveau: Rectangle texture fixes.
Francisco Jerez
2010-03-22
1
-0
/
+1
*
dri/nouveau: Reemit the light model state when lighting goes on/off.
Francisco Jerez
2010-03-21
1
-0
/
+1
*
dri/nouveau: Implement texcoord generation.
Francisco Jerez
2010-03-18
1
-1
/
+16
*
dri/nouveau: Implement texture matrices.
Francisco Jerez
2010-03-18
1
-0
/
+7
*
dri/nouveau: Fix nv[12]x color sum.
Francisco Jerez
2010-03-07
1
-0
/
+1
*
mesa: Remove ClearIndex and IndexMask from device-driver interface
Ian Romanick
2010-03-03
1
-7
/
+0
*
dri/nouveau: Try to validate textures earlier.
Francisco Jerez
2010-02-25
1
-2
/
+2
*
Import a classic DRI driver for nv0x-nv2x.
Francisco Jerez
2010-02-04
1
-0
/
+532
*
nouveau: say goodbye to the old DRI driver...
Stephane Marchesin
2008-07-14
1
-368
/
+0
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
1
-3
/
+3
*
nouveau: init depth range
Patrice Mandin
2007-09-06
1
-0
/
+1
*
nouveau: who needs nv03 ?
Stephane Marchesin
2007-09-04
1
-3
/
+0
*
nouveau: separate modelview and projection matrix updates
Patrice Mandin
2007-09-03
1
-8
/
+14
*
nouveau: add hw-dependent function to update modelview*projection matrix
Patrice Mandin
2007-08-31
1
-0
/
+17
*
nouveau: nv10 and nv11,15 are different
Patrice Mandin
2007-07-14
1
-0
/
+1
*
NV_17 is different from NV_10
Patrice Mandin
2007-07-06
1
-0
/
+1
*
nouveau: NV30_TCL viewport/scissor fixes
Ben Skeggs
2007-06-29
1
-2
/
+2
*
nouveau: nv50: use nv50 state
Patrice Mandin
2007-02-03
1
-1
/
+3
*
Merge branch 'vbo-0.2'
Keith Whitwell
2007-02-02
1
-2
/
+1
|
\
|
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-2
/
+1
*
|
nouveau: add nv04 state support, and small nv04 fixes.
Stephane Marchesin
2007-01-21
1
-1
/
+3
|
/
*
nouveau: Kill some compile warnings.
Ben Skeggs
2006-12-24
1
-2
/
+0
*
nouveau: maintain numClipRects/pClipRects in context.
Ben Skeggs
2006-12-23
1
-12
/
+1
*
nouveau: Don't fill nrb->dPriv for private buffers
Ben Skeggs
2006-12-23
1
-1
/
+1
*
NV_44 uses nv30InitStateFuncs too
Ben Skeggs
2006-12-08
1
-0
/
+1
*
Some work on buffer handling, most likely not entirely correct and
Ben Skeggs
2006-12-08
1
-19
/
+23
*
Merge the pciid work. Use lock step versioning with the drm.
Stephane Marchesin
2006-12-03
1
-1
/
+1
*
Some missing state init
Ben Skeggs
2006-11-22
1
-0
/
+21
*
Enable nv10 tcl state
Patrice Mandin
2006-11-21
1
-1
/
+3
*
Add the state caching mechanism. It seems to work, from what I can see.
Stephane Marchesin
2006-11-21
1
-51
/
+53
*
Add state initialization to context creation.
Jeremy Kolb
2006-11-20
1
-1
/
+113
*
Some work on nv30 state, heavily based on jkolb's work
Stephane Marchesin
2006-11-11
1
-14
/
+0
*
Architect the DRI :
Stephane Marchesin
2006-11-05
1
-1
/
+0
*
Rename nouveau_tris.* to nouveau_swtcl.*
Stephane Marchesin
2006-09-17
1
-1
/
+1
*
State changes.
Jeremy Kolb
2006-04-15
1
-3
/
+86
*
Cleaning
Jeremy Kolb
2006-04-14
1
-4
/
+9
*
Added the beginnings of state (not much there yet). Fixed some includes.
Jeremy Kolb
2006-04-14
1
-0
/
+140