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
*
freedreno/a3xx/compiler: handle saturate on dst
Rob Clark
2013-08-24
1
-0
/
+49
*
freedreno/a3xx/compiler: fix CMP
Rob Clark
2013-08-24
1
-2
/
+2
*
freedreno/a3xx: some texture fixes
Rob Clark
2013-08-24
1
-1
/
+24
*
freedreno: update register headers
Rob Clark
2013-08-24
8
-111
/
+758
*
freedreno: add debug option to disable scissor optimization
Rob Clark
2013-08-24
3
-14
/
+22
*
freedreno/a3xx: fix viewport on gmem->mem resolve
Rob Clark
2013-08-24
1
-0
/
+8
*
freedreno/a3xx: fix color inversion on mem->gmem restore
Rob Clark
2013-08-24
1
-3
/
+3
*
radeonsi: Handle additional PIPE_COMPUTE_CAP_*
Niels Ole Salscheider
2013-08-23
1
-1
/
+14
*
radeonsi: copy r600_get_timestamp
Niels Ole Salscheider
2013-08-23
1
-0
/
+9
*
radeonsi: Implement PIPE_QUERY_TIMESTAMP
Niels Ole Salscheider
2013-08-23
4
-2
/
+46
*
radeonsi: Fix y/z/w component values of TGSI_SEMANTIC_FOG pixel shader inputs
Michel Dänzer
2013-08-22
1
-0
/
+18
*
trace: Handle null tokens.
José Fonseca
2013-08-22
1
-2
/
+6
*
ilo: do not need last shader stage for 3DSTATE_SBE
Chia-I Wu
2013-08-22
4
-14
/
+6
*
ilo: fix a potential issue with STATE_SIP
Chia-I Wu
2013-08-22
1
-2
/
+2
*
ilo: add GEN check to 3DSTATE_CLIP
Chia-I Wu
2013-08-22
1
-0
/
+2
*
svga: minor clean-ups in emit_hw_vs_vdecl()
Brian Paul
2013-08-21
1
-6
/
+6
*
gallivm: implement better control of per-quad/per-element/scalar lod
Roland Scheidegger
2013-08-20
1
-4
/
+4
*
radeonsi: Always pre-load separate VGPRs for centroid vs. center interpolation
Michel Dänzer
2013-08-20
1
-1
/
+2
*
radeonsi: Fix SPI_BARYC_CNTL register initialization
Michel Dänzer
2013-08-20
1
-22
/
+3
*
ilo: add ILO_DEBUG=flush
Chia-I Wu
2013-08-20
10
-12
/
+29
*
ilo: add ILO_DEBUG=draw
Chia-I Wu
2013-08-20
5
-2
/
+83
*
r600g/sb: Move memsets of member structs to within constructor bodies.
Vinson Lee
2013-08-19
2
-6
/
+3
*
radeonsi: Ensure fmask_format is initialized in release builds.
Vinson Lee
2013-08-19
1
-0
/
+1
*
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
[next]