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
*
glsl: Add new bit built-ins IR and prototypes from ARB_gpu_shader5.
Matt Turner
2013-05-06
7
-0
/
+342
*
glsl: Rework ir_reader to handle expressions with four operands.
Matt Turner
2013-05-06
1
-4
/
+6
*
mesa: Add infrastructure for ARB_gpu_shader5.
Matt Turner
2013-05-06
7
-0
/
+10
*
radeon/llvm: Always build libradeonllvm as static
Tom Stellard
2013-05-06
3
-17
/
+10
*
radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2
Tom Stellard
2013-05-06
5
-203
/
+173
*
gallivm: Move LLVMStartMultithreaded() static initializer into gallivm
Tom Stellard
2013-05-06
2
-14
/
+15
*
radeon/llvm: Don't use the global context when parsing LLVM IR
Tom Stellard
2013-05-06
1
-2
/
+3
*
i965: Remove GL_ARB_color_buffer_float from GL core contexts.
Eric Anholt
2013-05-06
1
-1
/
+2
*
r600g/llvm: Update radeon family mappings for LLVM backend
Tom Stellard
2013-05-06
2
-4
/
+8
*
android: libsync is needed on Android 4.2+ for any driver
Chia-I Wu
2013-05-06
1
-5
/
+3
*
android: add ilo to the build system
Chia-I Wu
2013-05-06
6
-2
/
+95
*
glsl: Flip around "if" statements with empty "then" blocks.
Eric Anholt
2013-05-05
1
-1
/
+26
*
ilo: correctly set return types of sampler messages
Chia-I Wu
2013-05-05
2
-0
/
+3
*
r600g/llvm: Undefines unrequired texture coord values
Vincent Lejeune
2013-05-04
1
-1
/
+28
*
nvc0: fixup video decoding with 2D_ARRAY
Maarten Lankhorst
2013-05-04
2
-5
/
+4
*
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
[next]