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
*
gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().
José Fonseca
2010-07-06
1
-0
/
+41
*
gallivm: Fix 8bit comparisons.
José Fonseca
2010-07-06
1
-5
/
+3
*
auxiliary/util: Add SM3 meta-cap list.
Corbin Simpson
2010-07-05
1
-0
/
+17
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-07-03
2
-2
/
+0
*
gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.
José Fonseca
2010-07-02
3
-52
/
+96
*
gallivm: Use util_format_description::fetch_rgba_8unorm() when available.
José Fonseca
2010-07-02
1
-7
/
+100
*
util: Add a fetch_rgba_8unorm.
José Fonseca
2010-07-02
2
-0
/
+15
*
gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-02
5
-111
/
+199
*
gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.c
José Fonseca
2010-07-02
3
-32
/
+40
*
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
10
-61
/
+215
*
gallivm: Check inputs/outputs in lp_build_conv()
José Fonseca
2010-07-02
1
-2
/
+6
*
util: Expose util_format_fits_8unorm().
José Fonseca
2010-07-02
2
-1
/
+4
*
gallium/cso: check for set_vertex_sampler_views != NULL before calling it
Brian Paul
2010-07-02
1
-1
/
+2
*
gallivm: Code generate YUV format unpacking.
José Fonseca
2010-07-02
5
-0
/
+431
*
gallivm: Fix 4 x unorm8 -> 4 x float conversion.
José Fonseca
2010-07-02
2
-7
/
+30
*
r600: use gallium list macros instead of making our own.
Dave Airlie
2010-07-02
1
-1
/
+16
*
gallium/cso: unbind sampler views in cso_release_all()
Brian Paul
2010-07-01
1
-0
/
+2
*
gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-01
5
-70
/
+213
*
gallivm: Allow to conversions to/from registers of different sizes.
José Fonseca
2010-07-01
3
-21
/
+125
*
gallivm: Support extended swizzles in lp_build_swizzle1_aos().
José Fonseca
2010-07-01
3
-23
/
+169
*
gallivm: Setup a global optimization pass.
José Fonseca
2010-07-01
2
-0
/
+31
*
llvmpipe: Remove lp_build_swizzle2_aos().
José Fonseca
2010-07-01
2
-61
/
+0
*
draw: fix out of memory handling in polygon stipple stage
Brian Paul
2010-06-30
1
-5
/
+10
*
draw: Add inline keyword to inline function.
José Fonseca
2010-06-29
1
-1
/
+1
*
util: reference surfaces and sampler views in blitter when saving them
Marek Olšák
2010-06-29
2
-5
/
+46
*
glhd: Re-integrate with the debug system
Jakob Bornecrantz
2010-06-28
1
-0
/
+8
*
Merge branch 'gallium-drm-driver-drescriptor'
Jakob Bornecrantz
2010-06-28
3
-0
/
+133
|
\
|
*
gallium: Add debug target helper
Jakob Bornecrantz
2010-06-24
1
-0
/
+36
|
*
gallium: Remove drm_api and all references to it
Jakob Bornecrantz
2010-06-24
1
-46
/
+0
|
*
target-helpers: Add inline helpers
Jakob Bornecrantz
2010-06-23
2
-0
/
+97
|
*
gallium: drm api compat helper
Jakob Bornecrantz
2010-06-06
1
-0
/
+46
*
|
util: fix a memory leak in blitter
Marek Olšák
2010-06-27
1
-6
/
+1
*
|
draw: fix build with llvm and make
Marek Olšák
2010-06-26
1
-0
/
+1
*
|
draw: Remove unnecessary header.
Vinson Lee
2010-06-26
1
-1
/
+0
*
|
draw: deleted by mistake
Zack Rusin
2010-06-25
1
-0
/
+1
*
|
draw: initialize headers in the none post paths as well
Zack Rusin
2010-06-25
1
-0
/
+8
*
|
draw: limit the number of vertex shader variants kept around
Zack Rusin
2010-06-25
8
-62
/
+324
*
|
draw: initialize vertex header
Zack Rusin
2010-06-25
3
-43
/
+16
*
|
gallium/util: fix pipe_sampler_view_reference() calls
Brian Paul
2010-06-25
1
-7
/
+2
*
|
draw: Work around an invalid write.
Chia-I Wu
2010-06-25
1
-1
/
+1
*
|
draw: use gallium's TRUE/FALSE
Brian Paul
2010-06-23
2
-2
/
+2
*
|
draw: don't try to precalculate the pipeline output primitive
Keith Whitwell
2010-06-23
8
-34
/
+46
*
|
draw: mask off DRAW_PIPE_FLAG_MASK bits in prim decompose code
Brian Paul
2010-06-23
1
-25
/
+25
*
|
u_math: Add align function npot alignments
Jakob Bornecrantz
2010-06-22
1
-0
/
+14
*
|
gallium: add a timestamp disjoint query
Zack Rusin
2010-06-22
1
-1
/
+1
*
|
gallium: add a temporary array register file
Zack Rusin
2010-06-18
9
-131
/
+324
*
|
gallium: add a new register file - immediate array
Zack Rusin
2010-06-18
8
-59
/
+227
*
|
draw: implement triangle strips with adjacency in geometry shader
Zack Rusin
2010-06-17
1
-1
/
+12
*
|
draw: implement triangle lists with adjacency support in gs
Zack Rusin
2010-06-17
2
-1
/
+31
*
|
draw: fix a silly error
Zack Rusin
2010-06-17
1
-1
/
+1
[next]