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
*
nv50: fix typo in fifo packet length limit
Christoph Bumiller
2010-09-18
1
-0
/
+4
*
nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.h
Luca Barbieri
2010-09-05
2
-9050
/
+0
*
nvfx: move nv04_2d to rules-ng-ng
Luca Barbieri
2010-09-05
1
-0
/
+155
*
nvfx: switch to rules-ng-ng register headers
Luca Barbieri
2010-09-05
1
-0
/
+231
*
nvfx: pause occlusion queries during blitter usage
Luca Barbieri
2010-09-05
1
-1
/
+1
*
nvfx: support rendering to more formats
Luca Barbieri
2010-09-04
1
-1
/
+3
*
nvfx: support all coord conventions in hardware
Luca Barbieri
2010-09-04
1
-0
/
+10
*
nvfx: set magic bit to round NPOT mipmap sizes down and not up
Luca Barbieri
2010-09-04
1
-0
/
+3
*
nouveau: handle early initialization errors
Marcin Slusarz
2010-08-26
1
-1
/
+2
*
nvfx: support flatshade_first
Luca Barbieri
2010-08-21
1
-0
/
+1
*
nvfx: rewrite draw code and buffer code
Luca Barbieri
2010-08-21
2
-95
/
+8
*
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
[next]