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
*
gallium/nouveau: remove unused nouveau_screen_bo_user
Marcin Slusarz
2011-06-20
2
-16
/
+0
*
gallium/nouveau: fix printf warnings
Marek Olšák
2011-04-27
1
-1
/
+1
*
nouveau: Fix serious compiler warnings
Johannes Obermayr
2011-03-18
1
-0
/
+1
*
nv50,nvc0: clean up flushes
Christoph Bumiller
2011-03-13
1
-3
/
+6
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
1
-7
/
+5
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
3
-25
/
+0
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-1
/
+2
*
nouveau: allow pipe driver to define which buffers should start in sysmem
Ben Skeggs
2011-03-03
2
-1
/
+2
*
nouveau: remove nouveau_stateobj.h
Ben Skeggs
2011-03-01
1
-316
/
+0
*
nouveau: ensure vbo_dirty is set when buffer write transfer complete
Ben Skeggs
2011-03-01
4
-35
/
+54
*
nouveau: fix leak of nouveau_mman structs
Ben Skeggs
2011-03-01
1
-0
/
+2
*
nv50: sync textures with render targets ourselves
Ben Skeggs
2011-03-01
2
-5
/
+6
*
nv50: move onto common linear buffer manager
Ben Skeggs
2011-03-01
1
-2
/
+2
*
nouveau: common linear buffer manager, ported from nv50/nvc0 drivers
Ben Skeggs
2011-03-01
5
-2
/
+637
*
nouveau: create linear gart/vram mman in common screen init
Ben Skeggs
2011-03-01
2
-0
/
+12
*
nouveau: fix fence_ref() where fence and *ref are the same fence
Ben Skeggs
2011-03-01
1
-2
/
+3
*
nouveau: fix compiler complaint
Ben Skeggs
2011-03-01
2
-0
/
+9
*
nv50: make mm available as common code
Ben Skeggs
2011-03-01
3
-1
/
+311
*
nouveau: move nv50/nvc0 fencing to common location, and modify slightly
Ben Skeggs
2011-03-01
5
-4
/
+296
*
nouveau: fix build against out of tree libdrm
Dave Airlie
2011-01-17
1
-0
/
+1
*
Merge remote branch 'origin/master' into nvc0-new
Ben Skeggs
2010-12-21
1
-1
/
+1
|
\
|
*
nouveau: fix includes for latest libdrm
Ben Skeggs
2010-12-21
1
-1
/
+1
*
|
nvc0: import nvc0 gallium driver
Christoph Bumiller
2010-11-12
3
-11
/
+54
|
/
*
nouveau: Get larger push buffers.
Francisco Jerez
2010-10-12
1
-1
/
+1
*
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
[next]