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
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: remove radeon build
Andreas Boll
2013-05-03
10
-186
/
+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
*
i965/vs: Add instruction scheduling.
Eric Anholt
2013-05-02
3
-0
/
+229
*
i965: Move most of the FS instruction scheduler code to a general class.
Eric Anholt
2013-05-02
1
-49
/
+75
*
i965: Pull a couple of FS scheduling functions out to methods.
Eric Anholt
2013-05-02
1
-55
/
+77
*
i965: Move FS instruction scheduling to a non-FS-specific file.
Eric Anholt
2013-05-02
2
-1
/
+1
*
i965: Share the register file enum between the two backends.
Eric Anholt
2013-05-02
7
-34
/
+24
*
i965: Make dump_instructions be a virtual method of the visitor.
Eric Anholt
2013-05-02
6
-28
/
+22
*
i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.
Eric Anholt
2013-05-02
1
-0
/
+4
*
wayland: Make eglQueryBufferWL succeed for width and height requests too
Rob Bradford
2013-05-02
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
*
i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute.
Eric Anholt
2013-05-02
1
-0
/
+35
*
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
*
mesa: update comments, simplify code in vtxfmt.c
Brian Paul
2013-05-02
1
-8
/
+6
*
mesa: update GLvertexformat comments
Brian Paul
2013-05-02
1
-20
/
+7
*
mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
Brian Paul
2013-05-02
9
-176
/
+110
*
mesa: remove GLvertexformat::Rectf()
Brian Paul
2013-05-02
7
-56
/
+24
*
mesa: simplify dispatch for glDraw* functions
Brian Paul
2013-05-02
9
-401
/
+20
*
vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()
Brian Paul
2013-05-02
3
-0
/
+68
*
mesa: remove _MESA_INIT_EVAL_VTXFMT() macro
Brian Paul
2013-05-02
5
-16
/
+32
*
mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro
Brian Paul
2013-05-02
5
-8
/
+4
*
mesa: remove _MESA_INIT_DLIST_VTXFMT() macro
Brian Paul
2013-05-02
5
-10
/
+9
*
mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWN
Brian Paul
2013-05-02
2
-5
/
+3
*
mesa: add names of geometry shader prims in gl_enums.py
Brian Paul
2013-05-02
1
-1
/
+5
[next]