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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
25
-26
/
+28
*
i965: Enable fast clears on non-8x4-aligned sizes.
Eric Anholt
2013-05-03
1
-13
/
+0
*
vbo: add comments, const qualifiers
Brian Paul
2013-05-03
2
-9
/
+24
*
mesa: whitespace, formatting fixes, etc in api_arrayelt.c
Brian Paul
2013-05-03
1
-35
/
+65
*
vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()
Brian Paul
2013-05-03
1
-2
/
+7
*
mesa: change ctx->Driver.NeedFlush to GLbitfield and update comment
Brian Paul
2013-05-03
1
-3
/
+3
*
mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.
Brian Paul
2013-05-03
2
-5
/
+6
*
vbo: update comments for vbo_save_NotifyBegin()
Brian Paul
2013-05-03
1
-2
/
+10
*
vbo: implement primitive merging for glBegin/End sequences
Brian Paul
2013-05-03
2
-14
/
+38
*
vbo: create a few utility functions for merging primitives
Brian Paul
2013-05-03
2
-0
/
+109
*
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
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
[next]