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
*
util: Cleanup util_pack_z_stencil and friends.
José Fonseca
2010-10-06
1
-22
/
+28
*
gallivm: Compute lod as integer whenever possible.
José Fonseca
2010-10-06
4
-95
/
+158
*
gallivm: Only apply min/max_lod when necessary.
José Fonseca
2010-10-06
2
-15
/
+38
*
gallivm: don't apply zero lod_bias
Keith Whitwell
2010-10-06
2
-1
/
+7
*
gallivm: Combined ifloor & fract helper.
José Fonseca
2010-10-06
4
-28
/
+65
*
gallivm: Fast implementation of iround(log2(x))
José Fonseca
2010-10-06
2
-0
/
+39
*
gallivm: Use a faster (and less accurate) log2 in lod computation.
José Fonseca
2010-10-06
3
-0
/
+53
*
gallivm: Take the type signedness in consideration in round/ceil/floor.
José Fonseca
2010-10-06
1
-48
/
+59
*
pb: fix numDelayed accounting
Dave Airlie
2010-10-05
1
-0
/
+1
*
pb: don't keep checking buffers after first busy
Dave Airlie
2010-10-05
1
-13
/
+19
*
draw: check for null sampler pointers
Brian Paul
2010-09-30
1
-4
/
+6
*
gallivm: added some comments
Brian Paul
2010-09-30
2
-8
/
+16
*
Revert "Prefer intrinsics to handrolled atomic ops."
Tom Fogal
2010-09-30
1
-2
/
+2
*
Prefer intrinsics to handrolled atomic ops.
Tom Fogal
2010-09-30
1
-2
/
+2
*
Implement x86_64 atomics for compilers w/o intrinsics.
Tom Fogal
2010-09-30
1
-0
/
+47
*
gallivm: check for level=0 case in lp_build_minify()
Brian Paul
2010-09-30
1
-3
/
+10
*
gallivm: More comprehensive border usage logic.
José Fonseca
2010-09-30
3
-29
/
+51
*
gallium/util: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-2
/
+0
*
gallium/rtasm: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.
José Fonseca
2010-09-29
1
-21
/
+71
*
draw: pass sampler state down to llvm jit state
Brian Paul
2010-09-29
3
-0
/
+26
*
llvmpipe: fix swizzling of texture border color
Brian Paul
2010-09-27
1
-2
/
+2
*
ureg: support centroid interpolation
Luca Barbieri
2010-09-27
2
-9
/
+31
*
util/u_blitter: fix leak
Joakim Sindholt
2010-09-26
1
-1
/
+1
*
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
*
draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic state
José Fonseca
2010-09-25
3
-0
/
+33
*
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
*
util: fix util_pack_color for B4G4R4A4
Marek Olšák
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
*
util: make calling remove_from_list multiple times in a row safe
Marek Olšák
2010-09-24
1
-0
/
+2
*
draw: Prevent clipped vertices overflow.
José Fonseca
2010-09-23
1
-1
/
+13
*
draw: don't apply flatshading to clipped tris with <3 verts
Keith Whitwell
2010-09-23
1
-17
/
+18
*
u_blitter: add a custom blitter call passing a dsa cso
Dave Airlie
2010-09-23
2
-14
/
+37
*
tgsi: Fix missing test before check
Jakob Bornecrantz
2010-09-22
1
-1
/
+2
*
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
*
draw: new draw_fs.[ch] files
Brian Paul
2010-09-21
2
-0
/
+115
*
Merge branch 'sprite-coord'
Brian Paul
2010-09-21
9
-83
/
+143
|
\
|
*
draw: check bitshift against PIPE_MAX_SHADER_OUTPUS
Brian Paul
2010-09-20
1
-1
/
+5
|
*
draw: fix test for using the wide-point stage
Brian Paul
2010-09-20
1
-2
/
+2
|
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
8
-81
/
+137
*
|
tgsi: Remove duplicate case value.
Vinson Lee
2010-09-20
1
-1
/
+0
*
|
tgsi: Actually care what check_soa_dependencies says
Jakob Bornecrantz
2010-09-21
1
-17
/
+39
*
|
tgsi: Don't ignore indirect registers in tgsi_check_soa_dependencies
José Fonseca
2010-09-21
1
-2
/
+4
*
|
tgsi: add switch/case opcodes to tgsi_opcode_tmp.h
Luca Barbieri
2010-09-20
1
-0
/
+4
[next]