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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: Fix memory leaks in llvm code.
José Fonseca
2010-04-30
2
-0
/
+26
*
util: Add missing break statement in u_caps.c
Jakob Bornecrantz
2010-04-30
1
-0
/
+1
*
util: Update caps after helpfull input
Jakob Bornecrantz
2010-04-29
2
-19
/
+61
*
util: Add small caps checker helper
Jakob Bornecrantz
2010-04-29
4
-0
/
+271
*
util: Format error format string as the rest of the pipe formats
Jakob Bornecrantz
2010-04-29
1
-1
/
+1
*
draw llvm: stay in bounds even if fetch_count % 4 != 0
Zack Rusin
2010-04-29
1
-2
/
+16
*
cso: remove commented-out code, update function docs
Brian Paul
2010-04-29
1
-1
/
+4
*
gallivm: add some assertions in special-case sampler code
Brian Paul
2010-04-29
1
-0
/
+5
*
gallium/draw: Fix PPC compiler warning.
Michel Dänzer
2010-04-29
1
-1
/
+1
*
gallium/draw: Fix PPC build failure.
Michel Dänzer
2010-04-29
1
-1
/
+1
*
draw: remove extra semicolons
Brian Paul
2010-04-28
2
-4
/
+4
*
draw: use a cast wrapper
Brian Paul
2010-04-28
1
-4
/
+11
*
draw: put 'create' in the vs varient create function names
Brian Paul
2010-04-28
5
-12
/
+16
*
draw: add missing function parameter
Brian Paul
2010-04-28
1
-1
/
+2
*
gallium/util: convert //-style comments
Brian Paul
2010-04-28
1
-2
/
+2
*
gallium/util: convert //-style comments
Brian Paul
2010-04-28
1
-2
/
+2
*
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
7
-161
/
+4
*
gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-16
/
+0
*
util: fix assorted problems in the image packing functions
Brian Paul
2010-04-27
1
-84
/
+70
*
gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.
José Fonseca
2010-04-27
1
-0
/
+18
*
gallivm: Ensure all allocas are in the first block.
José Fonseca
2010-04-27
6
-41
/
+97
*
draw/llvm: implement fetch elts paths
Zack Rusin
2010-04-26
3
-31
/
+160
*
gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOP
Alan Hourihane
2010-04-26
1
-10
/
+2
*
draw: Always use the llvm middle end when available & enabled.
José Fonseca
2010-04-26
2
-17
/
+23
*
draw: Pass-through pipe_buffer::max_index to translate.
José Fonseca
2010-04-26
7
-19
/
+34
*
translate: Take and respect a max_index argument.
José Fonseca
2010-04-26
3
-8
/
+24
*
os: Check for spurious wakeups in pipe_barrier_wait.
Vinson Lee
2010-04-26
1
-1
/
+8
*
llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/a
José Fonseca
2010-04-26
3
-1
/
+63
*
draw: Respect pipe_vertex_buffer::max_index in llvm generated code.
José Fonseca
2010-04-25
2
-4
/
+13
*
gallivm: Rename variable info to opcode_info.
Vinson Lee
2010-04-25
1
-3
/
+3
*
gallivm: Remove NULL check of pointer that can't be NULL.
Vinson Lee
2010-04-24
1
-1
/
+1
*
llvmpipe: Implement shader bias.
José Fonseca
2010-04-24
1
-6
/
+15
*
util: Add missing static keyword.
José Fonseca
2010-04-24
1
-1
/
+1
*
util: Fix unsigned <-> ptr conversions.
José Fonseca
2010-04-24
1
-3
/
+3
*
gallivm: Centralize the cpu caps detection.
José Fonseca
2010-04-24
1
-0
/
+10
*
cso_cache: Ensure irrelevant state of the blend state is zeroed.
José Fonseca
2010-04-24
1
-0
/
+1
*
gallivm: LLVMConstBitCast -> LLVMBuildBitCast
José Fonseca
2010-04-24
1
-2
/
+4
*
gallium: In option helpers, move assignment outside of if clause.
Vinson Lee
2010-04-23
1
-3
/
+9
*
gallium/util: document that pack/unpack strides are in bytes
Brian Paul
2010-04-23
1
-0
/
+10
*
gallium/draw: remove old comment
Brian Paul
2010-04-23
1
-1
/
+0
*
gallium: Convert some uses of get option to static
Jakob Bornecrantz
2010-04-23
2
-5
/
+12
*
gallium: Add static get option helpers
Jakob Bornecrantz
2010-04-23
1
-0
/
+33
*
gallium: Add option to not print options
Jakob Bornecrantz
2010-04-23
1
-10
/
+32
*
gallium: s/free/FREE/ and same for friends.
José Fonseca
2010-04-23
1
-1
/
+1
*
draw: use FREE() instead of free()
Stephen Johnson
2010-04-23
1
-1
/
+1
*
gallivm: implement indirect addressing over temporaries
Zack Rusin
2010-04-22
3
-39
/
+73
*
gallivm: implement indirect addressing over constants
Zack Rusin
2010-04-22
1
-14
/
+36
*
gallivm: remove Z/stencil special case code in lp_build_sample_offset()
Brian Paul
2010-04-22
1
-46
/
+8
*
gallivm: update comments
Zack Rusin
2010-04-22
1
-3
/
+12
*
gallivm: fix nested cont statements
Zack Rusin
2010-04-22
1
-1
/
+1
[next]