index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvfx: refactor sampling code, add support for swizzles and depth tex
Luca Barbieri
2010-08-21
1
-0
/
+4
*
auxiliary: move Ben Skeggs' primitive splitter to common code
Luca Barbieri
2010-08-11
1
-100
/
+0
*
nouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED | PIPE_TRANSFER_DONTBLOCK
Luca Barbieri
2010-08-09
1
-3
/
+2
*
nouveau: fix potential NULL-ptr dereference in nouveau_stateobj.h
Maarten Maathuis
2010-08-06
1
-6
/
+4
*
nouveau: s/__func__/__FUNCTION__/
Vinson Lee
2010-07-16
1
-1
/
+1
*
nouveau: s/snprintf/util_snprintf/
Vinson Lee
2010-07-16
1
-1
/
+2
*
nouveau: s/inline/INLINE/
Vinson Lee
2010-07-16
3
-5
/
+5
*
nouveau: Remove reference to drm_api
Jakob Bornecrantz
2010-06-24
1
-1
/
+1
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-2
/
+0
|
\
|
*
nouveau: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-2
/
+0
*
|
nouveau: only advertise PIPE_FORMAT_DXT* if s3tc available
Xavier Chantry
2010-05-05
1
-0
/
+3
|
/
*
nouveau: Add to SCons build.
Vinson Lee
2010-04-24
1
-0
/
+11
*
nouveau: Add missing header.
Vinson Lee
2010-04-18
1
-0
/
+2
*
nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...
Luca Barbieri
2010-04-15
3
-11
/
+9
*
nvfx: add support for ARB_half_float_vertex
Luca Barbieri
2010-04-12
1
-0
/
+1
*
nouveau: add state buffers, lightweight replacement for state objects
Luca Barbieri
2010-04-12
1
-0
/
+27
*
nouveau: don't autobind in state objects relocations
Luca Barbieri
2010-04-12
1
-8
/
+4
*
nouveau: bind the 3D engine to subchannel 7 and add RING_3D
Luca Barbieri
2010-04-12
1
-0
/
+12
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
7
-247
/
+140
*
nouveau: Import latest nouveau_class.h from renouveau
Ben Skeggs
2010-04-09
1
-0
/
+9024
*
nvfx: move nv04_surface_2d.c into nvfx directory
Luca Barbieri
2010-03-15
3
-585
/
+1
*
nvfx: fix quads drawing
Luca Barbieri
2010-03-15
1
-1
/
+1
*
nv30, nv40: non-trivially unify nv[34]0_screen.c
Luca Barbieri
2010-03-15
1
-4
/
+1
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-1
/
+0
*
nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZED
Ben Skeggs
2010-03-10
1
-1
/
+1
*
nv50: when doing inline indices, split elt lists so they fit into pushbuf
Ben Skeggs
2010-03-10
1
-0
/
+100
*
Squashed commit of gallium-no-texture-blanket
Keith Whitwell
2010-03-09
2
-1
/
+14
*
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
1
-0
/
+72
|
\
|
*
nouveau: Conversion to winsys handle
Jakob Bornecrantz
2010-03-04
1
-0
/
+72
*
|
nouveau: Rename pipe formats.
José Fonseca
2010-03-01
1
-17
/
+17
|
/
*
gallium/nouveau: clean-up #includes
Brian Paul
2010-02-26
2
-7
/
+7
*
nouveau: fix for latest libdrm
Ben Skeggs
2010-02-16
1
-5
/
+1
*
nouveau: switch to nouveau_bo_new_tile()
Ben Skeggs
2010-02-12
1
-4
/
+6
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
1
-9
/
+0
*
Nuke the nv0x-nv2x gallium pipe drivers.
Francisco Jerez
2010-02-04
4
-19
/
+586
*
gallium: fix more missing includes from various places
Dave Airlie
2010-02-04
1
-0
/
+2
*
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...
José Fonseca
2010-02-02
1
-1
/
+1
*
nouveau: fix winsys object leak
Marcin Slusarz
2010-01-25
1
-0
/
+2
*
nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly
Maarten Maathuis
2010-01-05
1
-82
/
+206
*
nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc
Marcin Slusarz
2010-01-05
1
-93
/
+0
*
nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
Maarten Maathuis
2010-01-05
3
-0
/
+37
*
nouveau: Unreference state/buffer objects on context/screen destruction.
Younes Manton
2009-12-28
1
-1
/
+2
*
nouveau: Fix nv20-40 swizzled miptree RTs
Luca Barbieri
2009-12-28
1
-0
/
+3
*
nouveau: avoid running out of relocs
Maarten Maathuis
2009-12-14
1
-10
/
+39
*
gallium: fix remaining users of pipe_reference function
Roland Scheidegger
2009-12-03
1
-1
/
+2
*
nouveau: implement is_{texture,buffer}_referenced properly
Ben Skeggs
2009-10-19
3
-1
/
+54
*
nouveau: introduce nouveau_miptree common to all nouveau pipe drivers
Ben Skeggs
2009-08-31
1
-0
/
+11
*
nouveau: map_range returning -EBUSY isn't necessarily an error
Ben Skeggs
2009-07-29
1
-3
/
+6
*
nouveau: forgotten makefile...
Ben Skeggs
2009-06-07
1
-0
/
+8
*
nouveau: plug in our map_buffer_range and friends
Ben Skeggs
2009-06-05
1
-7
/
+1
[next]