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
*
nouveau: initialise the nouveau_transfer maps
Emil Velikov
2013-09-01
1
-0
/
+2
*
nouveau: Copy m4x4 and m8x8 separately.
Vinson Lee
2013-08-28
1
-1
/
+2
*
vl: add entrypoint to is_video_format_supported
Christian König
2013-08-19
2
-3
/
+5
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
3
-1
/
+4
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
4
-18
/
+18
*
vl: rename enum pipe_video_codec to pipe_video_format
Christian König
2013-08-19
5
-28
/
+28
*
vl: use a template for create_video_decoder
Christian König
2013-08-19
1
-25
/
+11
*
nv50: add vp3/vp4 support for mpeg2/vc1
Ilia Mirkin
2013-08-16
1
-3
/
+36
*
nvc0: move video param and format support functions to nouveau
Ilia Mirkin
2013-08-15
2
-0
/
+72
*
nvc0: move firmware loading functions to nouveau
Ilia Mirkin
2013-08-15
2
-0
/
+106
*
nvc0: move some of the simpler decoder functions into nouveau
Ilia Mirkin
2013-08-15
2
-0
/
+66
*
nvc0: move vp param filling logic into nouveau
Ilia Mirkin
2013-08-15
3
-1
/
+493
*
nvc0: move bsp param-filling logic into nouveau
Ilia Mirkin
2013-08-15
3
-3
/
+320
*
nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoder
Ilia Mirkin
2013-08-15
1
-0
/
+160
*
nvc0: refactor video buffer management logic into nouveau_vp3
Ilia Mirkin
2013-08-15
3
-1
/
+205
*
nv30: hook up PMPEG support via nouveau_video, enables XvMC to work
Ilia Mirkin
2013-08-15
1
-15
/
+12
*
nouveau: set buffer format of video buffer
Ilia Mirkin
2013-08-15
1
-0
/
+1
*
nouveau: fix number of surfaces in video buffer, use defines
Ilia Mirkin
2013-08-15
1
-4
/
+4
*
nouveau: Fix variable name.
Vinson Lee
2013-08-14
1
-1
/
+1
*
vl: Add support for max level query v2
Rico Schüller
2013-08-14
1
-0
/
+2
*
nvc0: enable very initial support for nvf0 (GK110)
Ben Skeggs
2013-07-05
1
-0
/
+2
*
scons: remove nouveau build
Andreas Boll
2013-05-03
1
-10
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
4
-16
/
+16
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
4
-4
/
+4
*
nouveau: accelerate buffer copies in resource_copy_region
Christoph Bumiller
2013-04-03
2
-3
/
+38
*
nvc0: add some driver statistics queries
Christoph Bumiller
2013-04-03
3
-0
/
+87
*
nvc0: implement compute support for nve4
Christoph Bumiller
2013-03-12
2
-0
/
+2
*
nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to 256 bytes
Christoph Bumiller
2013-03-12
1
-1
/
+3
*
nouveau: Bail out from nouveau_fence_wait if flushing the pushbuf fails.
Francisco Jerez
2013-03-12
1
-2
/
+4
*
nouveau: don't try to use push_data if it's not implemented
Christoph Bumiller
2013-01-27
1
-0
/
+3
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-3
/
+0
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-1
/
+0
*
nouveau: Convert to automake
Matt Turner
2013-01-10
3
-16
/
+39
*
nouveau: increase max order of suballocated buffers by 1
Christoph Bumiller
2013-01-08
1
-2
/
+9
*
nouveau: improve buffer transfers
Christoph Bumiller
2013-01-08
5
-132
/
+300
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
nv50,nvc0: expose ARB_map_buffer_alignment
Lucas Stach
2012-11-04
2
-4
/
+4
*
nouveau: fix offset in nouveau_buffer_transfer_map
Christoph Bumiller
2012-10-14
1
-1
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-56
/
+46
*
nouveau: implement missing timer query functionality
Christoph Bumiller
2012-07-13
2
-0
/
+26
*
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
2012-06-11
1
-3
/
+0
*
nouveau: fix scratch buffer leak
Marcin Slusarz
2012-06-05
1
-0
/
+12
*
nouveau: unreference fences on resource destruction
Christoph Bumiller
2012-05-29
1
-0
/
+3
*
nouveau: place static buffers in VRAM if preferred by the driver
Christoph Bumiller
2012-05-17
3
-5
/
+42
*
nv50,nvc0: handle user vertex buffers
Christoph Bumiller
2012-05-17
2
-15
/
+14
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
1
-1
/
+0
|
\
|
*
gallium: remove pipe_resource::user_ptr
Marek Olšák
2012-04-30
1
-1
/
+0
*
|
nouveau: fix nouveau_scratch_runout_release bo count underflow
Christoph Bumiller
2012-05-06
1
-1
/
+3
|
/
*
gallium: add user_ptr in pipe_resource
Marek Olšák
2012-04-24
1
-0
/
+1
*
nvc0: add initial support for nve4+ (Kepler) chipsets
Christoph Bumiller
2012-04-15
2
-0
/
+5
[next]