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
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-16
1
-1
/
+0
*
gallivm: fix wrong return value in bitwise functions
Brian Paul
2010-09-16
1
-3
/
+3
*
gallivm: Clamp indirect register indices to file_max.
José Fonseca
2010-09-16
1
-60
/
+71
*
gallivm: Start collecting bitwise arithmetic helpers in a new module.
José Fonseca
2010-09-16
5
-30
/
+258
*
gallivm: Fix address register swizzle.
José Fonseca
2010-09-16
1
-2
/
+1
*
gallivm: make lp_build_sample_nop public
Keith Whitwell
2010-09-16
2
-6
/
+8
*
gallivm: move i32_vec_type inside the #ifdef
Brian Paul
2010-09-16
1
-1
/
+2
*
gallivm: fix incorrect vector shuffle datatype
Brian Paul
2010-09-16
1
-1
/
+5
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-09-15
1
-2
/
+0
*
gallivm: expand AoS sampling to cover all filtering modes
Brian Paul
2010-09-15
5
-1029
/
+1917
*
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-14
1
-1
/
+0
*
gallivm: nr_channels is only valid for formats with plain layout.
José Fonseca
2010-09-11
1
-3
/
+1
*
gallivm: Use const keyword on swizzles.
José Fonseca
2010-09-11
2
-2
/
+2
*
gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.
José Fonseca
2010-09-11
2
-33
/
+87
*
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
2010-09-11
8
-8
/
+50
*
gallivm: Helper functions for pointer indirection.
José Fonseca
2010-09-11
2
-0
/
+56
*
gallivm: Cleanup the TGSI <-> sampler interface.
José Fonseca
2010-09-11
2
-9
/
+4
*
gallivm: Add some utility functions to set/get array elements too.
José Fonseca
2010-09-11
2
-0
/
+70
*
gallivm: Basic AoS TGSI -> LLVM IR.
José Fonseca
2010-09-11
2
-0
/
+1154
*
gallivm: Move the texture modifiers to the header.
José Fonseca
2010-09-11
2
-19
/
+20
*
gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/
José Fonseca
2010-09-11
2
-5
/
+8
*
gallivm: Pass condition masks as an unsigned bitmask.
José Fonseca
2010-09-05
5
-25
/
+40
*
gallivm: Cope with tgsi instruction reallocation failure.
José Fonseca
2010-09-05
1
-6
/
+10
*
gallivm: fix bug in nested conditionals
Brian Paul
2010-08-31
1
-2
/
+4
*
gallivm: Compute the 4 texel offsets for linear filtering en ensemble.
José Fonseca
2010-08-30
3
-126
/
+280
*
gallivm: Disable LLVM's pretty stack trace dumper.
José Fonseca
2010-08-30
1
-0
/
+8
*
gallivm: Correct copy'n'pasted comments.
José Fonseca
2010-08-30
1
-4
/
+4
*
gallivm: Fix lp_build_sum_vector.
José Fonseca
2010-08-30
1
-6
/
+4
*
util: remove util_is_pot in favor of util_is_power_of_two
Marek Olšák
2010-08-29
4
-7
/
+7
*
gallivm: Include missing header in lp_bld_sample.h.
Vinson Lee
2010-08-24
1
-0
/
+2
*
gallivm: Include missing header in lp_bld_pack.h.
Vinson Lee
2010-08-24
1
-0
/
+2
*
gallivm: Emit DIVPS instead of RCPPS.
José Fonseca
2010-08-21
1
-12
/
+24
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-2
/
+5
*
gallivm: Use proper index to lookup predicate register array.
michal
2010-08-18
1
-1
/
+1
*
gallivm: Fix and re-enable MMX-disabling code
nobled
2010-08-17
1
-5
/
+1
*
gallivm: Remove unnecessary header.
Vinson Lee
2010-08-14
1
-1
/
+0
*
u_cpu_detect: remove arch and little_endian
Luca Barbieri
2010-08-14
2
-5
/
+8
*
gallivm: Refactor the Newton-Rapshon steps, and disable once again.
José Fonseca
2010-08-14
1
-28
/
+83
*
gallivm: Fix and enable the extra Newton/Raphson step in lp_build_rcp().
José Fonseca
2010-08-11
1
-2
/
+2
*
gallivm: Use lp_build_div instead of lp_build_mul + lp_build_rcp.
José Fonseca
2010-08-11
1
-2
/
+1
*
gallivm: Use unsigned shift in lp_build_minify.
José Fonseca
2010-08-11
1
-1
/
+1
*
gallivm: fix non-SSE4.1 case in lp_build_pack2()
Brian Paul
2010-08-10
1
-5
/
+9
*
gallivm: Fix bitwise operations for floats, division for integers
nobled
2010-08-10
2
-5
/
+27
*
gallivm: Even more type checking
nobled
2010-08-10
2
-1
/
+26
*
gallivm: More type checks.
José Fonseca
2010-08-09
1
-0
/
+43
*
gallivm: Don't call LLVMBuildFNeg on llvm-2.6.
José Fonseca
2010-08-09
2
-9
/
+4
*
gallivm: Always use floating-point operators for floating-point types
nobled
2010-08-09
7
-92
/
+137
*
gallivm: Fix more integer operations.
José Fonseca
2010-08-08
1
-2
/
+4
*
gallivm: Use the correct context for integers
nobled
2010-08-08
1
-1
/
+1
*
gallivm: Add type checks for the basic operations.
José Fonseca
2010-08-08
1
-0
/
+12
[next]