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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
22
-23
/
+25
*
draw/pt: adjust overflow calculations
Zack Rusin
2013-05-03
2
-2
/
+8
*
tgsi/ureg: make the dst register match the src indirection
Zack Rusin
2013-05-03
2
-4
/
+11
*
gallium: tgsi documentation updates and clarification for integer opcodes.
Roland Scheidegger
2013-05-03
1
-73
/
+289
*
llvmpipe: get rid of depth swizzling.
Roland Scheidegger
2013-05-03
7
-273
/
+414
*
r600g: Correctly initialize the shader key, v2
Lauri Kasanen
2013-05-03
1
-1
/
+2
*
st/xvmc/tests: Fix build failure, v2
Lauri Kasanen
2013-05-03
1
-1
/
+1
*
scons: remove nouveau build
Andreas Boll
2013-05-03
5
-58
/
+0
*
scons: remove radeon build
Andreas Boll
2013-05-03
9
-185
/
+0
*
r600g: don't emit surface_sync after FLUSH_AND_INV_EVENT
Alex Deucher
2013-05-03
1
-26
/
+0
*
r600g/sb: zero-initialize bytecode structs
Vadim Girlin
2013-05-03
2
-3
/
+6
*
r600g/sb: fix constant propagation in gvn pass
Vadim Girlin
2013-05-03
1
-1
/
+2
*
r600g/sb: don't run unnecessary passes
Vadim Girlin
2013-05-03
1
-3
/
+0
*
r600g/sb: silence warnings with gcc 4.8
Vadim Girlin
2013-05-03
2
-14
/
+15
*
r600g/sb: fix handling of interference sets in post_scheduler
Vadim Girlin
2013-05-03
2
-8
/
+8
*
r600g/sb: fix allocation of indirectly addressed input arrays
Vadim Girlin
2013-05-03
4
-10
/
+25
*
r600g/sb: use hex instead of binary constants
Vadim Girlin
2013-05-03
5
-15
/
+15
*
r600g: use old shader disassembler by default
Vadim Girlin
2013-05-03
4
-19
/
+18
*
radeon/uvd: enable interlaced buffers by default
Christian König
2013-05-03
2
-5
/
+5
*
vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06e
Christian König
2013-05-03
5
-22
/
+27
*
vl/buffers: fix typo in function name
Christian König
2013-05-03
4
-19
/
+19
*
radeon/uvd: fix some MPEG4 artifacts
Christian König
2013-05-03
1
-7
/
+17
*
draw: Update for u_assembled_primitive -> u_assembled_prim rename.
José Fonseca
2013-05-03
1
-1
/
+1
*
st/egl: fix bulid errors on Android 4.2
Chia-I Wu
2013-05-03
1
-23
/
+62
*
ilo: use u_reduced_prims_for_vertices()
Chia-I Wu
2013-05-03
1
-68
/
+1
*
util/prim: add u_reduced_prims_for_vertices()
Chia-I Wu
2013-05-03
1
-0
/
+20
*
util/prim: assorted fixes for u_decomposed_prims_for_vertices()
Chia-I Wu
2013-05-03
1
-11
/
+11
*
util/prim: use vertex count info in u_validate_pipe_prim()
Chia-I Wu
2013-05-03
1
-32
/
+2
*
util/prim: fix the name of the include guard
Chia-I Wu
2013-05-03
1
-2
/
+2
*
draw: use u_assembled_prim() instead of u_assembled_primitive()
Chia-I Wu
2013-05-03
3
-11
/
+3
*
util/prim: clean up and add comments
Chia-I Wu
2013-05-03
1
-60
/
+107
*
util/prim: fix primitive trimming for triangles with adjacency
Chia-I Wu
2013-05-03
1
-2
/
+2
*
draw/gs: don't crash when vs/gs signatures don't match
Zack Rusin
2013-05-02
1
-39
/
+54
*
tgsi: allow negation of all integer types
Zack Rusin
2013-05-02
3
-8
/
+4
*
r600g: Don't set the dest cache bits on surface sync for R600_CONTEXT_FLUSH_A...
Tom Stellard
2013-05-02
1
-15
/
+13
*
r600g/compute: Fix build error in debug code
Tom Stellard
2013-05-02
1
-1
/
+1
*
radeon: Fix build with LLVM 3.3
Armin K
2013-05-02
1
-1
/
+1
*
gallivm: Fix build with LLVM 3.3
Armin K
2013-05-02
1
-1
/
+3
*
gallivm: Fix altivec intrinsics for 8xi16 add/sub
Adam Jackson
2013-05-02
1
-2
/
+2
*
r600/sb: Fix build failure with non-standard libdrm installation prefix
Lauri Kasanen
2013-05-02
1
-0
/
+1
*
radeon/uvd: Fix build failure with non-standard libdrm installation prefix
Lauri Kasanen
2013-05-02
1
-1
/
+1
*
egl-static: use automake conditionals for defining FEATURE_{GL,ES1,ES2}
Andreas Boll
2013-05-01
1
-1
/
+11
*
radeon/uvd: fix quant scan order for mpeg2
Christian König
2013-05-01
1
-2
/
+6
*
st/vdpau: fix background handling in the mixer
Christian König
2013-05-01
1
-9
/
+10
*
vl/buffer: use 2D_ARRAY instead of 3D textures
Christian König
2013-05-01
6
-38
/
+40
*
vl/compositor: cleanup background clearing
Christian König
2013-05-01
7
-16
/
+14
*
ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS
Chia-I Wu
2013-05-01
1
-0
/
+2
*
ilo: enable SO support on GEN7
Chia-I Wu
2013-05-01
1
-3
/
+4
*
ilo: reset SO write offsets for new SO targets
Chia-I Wu
2013-05-01
1
-6
/
+15
*
ilo: correctly program SO states for GEN7
Chia-I Wu
2013-05-01
1
-7
/
+46
[next]