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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
11
-56
/
+547
*
radeonsi/compute: Let the state tracker do all the flushing
Tom Stellard
2013-08-17
1
-3
/
+0
*
i965: Dump more information about batch buffer usage.
Kenneth Graunke
2013-08-16
1
-3
/
+10
*
i965: Add Gen7 depth stall flushes before disabling depth in BLORP.
Kenneth Graunke
2013-08-16
1
-0
/
+2
*
i965: Add Gen6 depth stall flushes before disabling depth in BLORP.
Kenneth Graunke
2013-08-16
1
-0
/
+3
*
i965: Don't copy propagate bitcasts with source modifiers.
Matt Turner
2013-08-16
3
-4
/
+23
*
i965: Emit MOVs for neg/abs.
Matt Turner
2013-08-16
2
-4
/
+4
*
i965/blorp: Add support for single sample scaled blit with bilinear filter
Anuj Phogat
2013-08-16
3
-38
/
+69
*
i965/blorp: Define a function to clamp texture coordinates
Anuj Phogat
2013-08-16
1
-24
/
+39
*
i965/blorp: Use more appropriate variable names
Anuj Phogat
2013-08-16
2
-18
/
+14
*
meta: Fix blitting a framebuffer with renderbuffer attachment
Anuj Phogat
2013-08-16
1
-10
/
+15
*
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
*
mesa: Update the BGRA vertex array error handling
Fredrik Höglund
2013-08-15
1
-1
/
+19
*
i965/fs: Fix Sandybridge regressions from SEL optimization.
Kenneth Graunke
2013-08-15
1
-4
/
+13
*
i965: Force X-tiling for 128 bpp formats on Sandybridge.
Kenneth Graunke
2013-08-15
1
-0
/
+9
*
mesa/vbo: Fix handling of attribute 0 in non-compatibilty contexts
Ian Romanick
2013-08-15
1
-23
/
+59
*
draw: handle nan clipdistance
Zack Rusin
2013-08-15
5
-4
/
+48
*
i915,i965: Fix memory leak in try_pbo_upload (v2)
Vinson Lee
2013-08-15
2
-0
/
+2
*
gallivm: revert accidentally commited hunk
Roland Scheidegger
2013-08-15
1
-12
/
+1
*
gallivm: do per-sample depth comparison instead of doing it post-filter
Roland Scheidegger
2013-08-15
2
-106
/
+195
*
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
*
st/mesa: use new float comparison opcodes if native integers are supported
Roland Scheidegger
2013-08-15
1
-34
/
+26
*
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
*
i965: allow 8 user clip planes on CTG+
Chris Forbes
2013-08-16
5
-6
/
+21
*
i965: get rid of clip plane compaction
Chris Forbes
2013-08-16
4
-55
/
+11
*
i965/clip: Support clip distances for line clipping
Chris Forbes
2013-08-16
1
-19
/
+47
*
i965/clip: remove spurious clipvertex param
Chris Forbes
2013-08-16
1
-11
/
+4
*
i965/clip: Use clip distances for all user clipping
Chris Forbes
2013-08-16
1
-5
/
+6
*
i956/clip: push dp4 into load_clip_distance
Chris Forbes
2013-08-16
1
-17
/
+22
*
i965/clip: Track offset into the vertex for clipdistance
Chris Forbes
2013-08-16
2
-0
/
+12
*
i965/Gen4-5: Set clip flags from clip distances
Chris Forbes
2013-08-16
1
-11
/
+11
[next]