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
*
gallium: fix glaring bugs in last commit
Roland Scheidegger
2010-04-27
1
-1
/
+1
*
gallium: interface changes for multisampling
Roland Scheidegger
2010-04-26
2
-0
/
+13
*
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
*
gallivm: fix nested break statemants
Zack Rusin
2010-04-22
1
-2
/
+3
*
gallivm: make sure we return the correct type when approximating log's
Zack Rusin
2010-04-22
1
-1
/
+3
*
u_format: Reduce code duplication.
José Fonseca
2010-04-22
1
-118
/
+97
*
gallivm: Remove unused variable.
Vinson Lee
2010-04-22
1
-3
/
+0
*
gallium/util: Fix deviation calculation in u_cache.
Vinson Lee
2010-04-21
1
-1
/
+1
*
gallivm: added some assertions in loop-gen code
Brian Paul
2010-04-21
1
-1
/
+6
*
gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/
Brian Paul
2010-04-21
1
-1
/
+1
*
gallivm: emit_instruction() is boolean
Brian Paul
2010-04-21
1
-39
/
+44
*
gallivm: implement TGSI KILP
Brian Paul
2010-04-21
1
-2
/
+33
*
draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe).
José Fonseca
2010-04-21
1
-0
/
+1
*
gallium/draw: fix point sprite handling
Brian Paul
2010-04-21
6
-4
/
+25
*
gallium/draw: use local var to simplify code
Brian Paul
2010-04-21
1
-17
/
+18
*
targets: Don't check if we should use trace
Jakob Bornecrantz
2010-04-21
1
-3
/
+2
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-04-20
2
-3
/
+0
*
gallium/util: remove bogus return statement
Brian Paul
2010-04-20
1
-1
/
+1
*
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
2
-2
/
+2
*
gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...
José Fonseca
2010-04-20
4
-57
/
+92
*
gallivm: Cleanups and bugfixes to aos format translation.
José Fonseca
2010-04-20
2
-128
/
+36
*
draw: Fallback to gallivm for translation of A8R8G8B8/B8G8R8A8/R10G10B10X2/R1...
José Fonseca
2010-04-20
1
-4
/
+20
*
gallivm: New function to fetch a pixel into a 4xfloat AoS vector.
José Fonseca
2010-04-20
2
-10
/
+50
[next]