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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl: add entrypoint to is_video_format_supported
Christian König
2013-08-19
7
-10
/
+17
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
14
-7
/
+21
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
23
-81
/
+81
*
vl: rename enum pipe_video_codec to pipe_video_format
Christian König
2013-08-19
16
-89
/
+89
*
vl: use a template for create_video_decoder
Christian König
2013-08-19
13
-186
/
+83
*
nv50: allow non-nv12 buffers to be created, just pass them through to vl
Ilia Mirkin
2013-08-17
1
-5
/
+1
*
radeonsi: fix feature support reporting
Marek Olšák
2013-08-17
1
-0
/
+1
*
radeonsi: require LLVM 3.4 for MSAA
Marek Olšák
2013-08-17
2
-2
/
+3
*
radeonsi: don't make scanout resources linear except for cursors
Marek Olšák
2013-08-17
1
-1
/
+1
*
radeonsi: remove useless code from tex_fetch_args
Marek Olšák
2013-08-17
1
-18
/
+0
*
radeonsi: disable unbound colorbuffers
Marek Olšák
2013-08-17
1
-2
/
+7
*
radeonsi: port texture improvements from r600g
Marek Olšák
2013-08-17
8
-268
/
+367
*
radeonsi: implement texture fetching for compressed MSAA textures (v2)
Marek Olšák
2013-08-17
1
-5
/
+116
*
radeonsi: add FMASK texture binding slots and resource setup (v2)
Marek Olšák
2013-08-17
6
-3
/
+67
*
radeonsi: implement FMASK decompression for MSAA texturing
Marek Olšák
2013-08-17
5
-17
/
+142
*
radeonsi: scanout buffers cannot be a destination of MSAA resolve
Marek Olšák
2013-08-17
1
-1
/
+3
*
radeonsi: implement MSAA colorbuffer compression for rendering
Marek Olšák
2013-08-17
9
-2
/
+208
*
radeonsi: implement uncompressed MSAA texturing
Marek Olšák
2013-08-17
2
-7
/
+13
*
radeonsi: disable alpha-to-coverage for integer colorbuffers
Marek Olšák
2013-08-17
2
-1
/
+9
*
radeonsi: implement GL_SAMPLE_ALPHA_TO_ONE
Marek Olšák
2013-08-17
5
-1
/
+30
*
radeonsi: implement uncompressed MSAA rendering and color resolving
Marek Olšák
2013-08-17
9
-23
/
+423
*
radeonsi: add flexible shader descriptor management and use it for sampler views
Marek Olšák
2013-08-17
10
-56
/
+535
*
radeonsi/compute: Let the state tracker do all the flushing
Tom Stellard
2013-08-17
1
-3
/
+0
*
nv50: add vp3/vp4 support for mpeg2/vc1
Ilia Mirkin
2013-08-16
12
-12
/
+927
*
nv50: separate video logic from noalloc
Ilia Mirkin
2013-08-16
3
-3
/
+6
*
nv30: remove no-longer-used formats from table
Ilia Mirkin
2013-08-16
1
-3
/
+0
*
radeonsi: Pixel shaders pre-load one more SGPR
Michel Dänzer
2013-08-15
1
-2
/
+3
*
radeonsi: TGSI_SEMANTIC_CLIPVERTEX doesn't use any parameters
Michel Dänzer
2013-08-15
1
-0
/
+1
*
radeonsi: Don't export unused clip distance vectors from vertex shader
Michel Dänzer
2013-08-15
3
-1
/
+14
*
radeonsi: Don't leave gaps between position exports from vertex shader
Michel Dänzer
2013-08-15
3
-59
/
+83
*
llvmpipe: fix stencil bug if we have both stencil and depth tests
Roland Scheidegger
2013-08-15
1
-14
/
+13
*
nvc0: move video param and format support functions to nouveau
Ilia Mirkin
2013-08-15
5
-70
/
+76
*
nvc0: move firmware loading functions to nouveau
Ilia Mirkin
2013-08-15
3
-90
/
+108
*
nvc0: move some of the simpler decoder functions into nouveau
Ilia Mirkin
2013-08-15
3
-62
/
+69
*
nvc0: move vp param filling logic into nouveau
Ilia Mirkin
2013-08-15
6
-476
/
+499
*
nvc0: move bsp param-filling logic into nouveau
Ilia Mirkin
2013-08-15
4
-276
/
+324
*
nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoder
Ilia Mirkin
2013-08-15
6
-224
/
+227
*
nvc0: standardize on using #if for NVC0_DEBUG_FENCE
Ilia Mirkin
2013-08-15
5
-8
/
+8
*
nvc0: refactor video buffer management logic into nouveau_vp3
Ilia Mirkin
2013-08-15
8
-175
/
+243
*
nv50: allow forcing PMPEG use, for ease of testing
Ilia Mirkin
2013-08-15
2
-2
/
+4
*
nv30: hook up PMPEG support via nouveau_video, enables XvMC to work
Ilia Mirkin
2013-08-15
3
-15
/
+15
*
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
*
nv30: U8_USCALED only works for size 4
Ilia Mirkin
2013-08-15
1
-3
/
+0
*
ilo: fix fragment shaders that use PCB on GEN7+
Chia-I Wu
2013-08-15
2
-3
/
+7
*
nouveau: Fix variable name.
Vinson Lee
2013-08-14
1
-1
/
+1
*
radeonsi: unduplicate code in create_context
Marek Olšák
2013-08-15
1
-6
/
+0
*
radeonsi: initialize the radeon_surface structure
Marek Olšák
2013-08-15
1
-1
/
+1
*
radeonsi: correct sampler function names
Marek Olšák
2013-08-15
1
-23
/
+23
*
radeonsi: rename r600_texture::dirty_db_mask to dirty_level_mask
Marek Olšák
2013-08-15
4
-8
/
+8
[next]