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
/
gallivm
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: fix swizzling of texture border color
Brian Paul
2010-09-27
1
-2
/
+2
*
gallivm: fix repeat() function for NPOT textures
Brian Paul
2010-09-25
2
-10
/
+17
*
gallivm: Remove dead experimental code.
José Fonseca
2010-09-25
2
-78
/
+46
*
gallivm: Fetch the lod from the dynamic state when min_lod == max_lod.
José Fonseca
2010-09-25
2
-5
/
+4
*
gallivm: optimize yuv decoding
Roland Scheidegger
2010-09-25
1
-9
/
+55
*
gallivm: don't use URem/UDiv when calculating offsets for blocks
Roland Scheidegger
2010-09-25
1
-1
/
+11
*
gallivm: fix copy&paste bug
Roland Scheidegger
2010-09-25
1
-1
/
+1
*
llvmpipe: make texture border_color dynamic state
Brian Paul
2010-09-24
3
-25
/
+53
*
llvmpipe: make min/max lod and lod bias dynamic state
Brian Paul
2010-09-24
4
-20
/
+37
*
gallivm: Add unorm support to lp_build_lerp()
José Fonseca
2010-09-22
1
-9
/
+75
*
gallivm: fix lp_build_sample_compare()
Brian Paul
2010-09-21
1
-17
/
+23
*
gallivm: remove debug code
Brian Paul
2010-09-20
1
-2
/
+0
*
gallivm: added missing case for PIPE_TEXTURE_RECT
Brian Paul
2010-09-17
1
-0
/
+1
*
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
[next]