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: remove the dummy field in mempool
Marek Olšák
2010-07-19
2
-14
/
+4
*
util: add dummy field to empty structure types
Brian Paul
2010-07-19
2
-2
/
+2
*
util: add a memory pool for equally sized memory allocations
Marek Olšák
2010-07-19
4
-0
/
+267
*
scons: Fix Cygwin build.
Vinson Lee
2010-07-16
1
-3
/
+3
*
draw: updated debug/dump code
Brian Paul
2010-07-16
1
-12
/
+25
*
draw: added array element debug / bounds checking code (disabled)
Brian Paul
2010-07-16
1
-4
/
+24
*
draw/llvm: adjust the instance id at run time
Zack Rusin
2010-07-16
3
-16
/
+29
*
draw: use the instance id when fetching vertex data
Zack Rusin
2010-07-16
1
-3
/
+11
*
draw: update comments for drawing functions
Brian Paul
2010-07-15
1
-5
/
+16
*
draw: move prototype, update comment
Brian Paul
2010-07-15
1
-3
/
+3
*
tgsi: Remove dead assignment in uprcase function.
Vinson Lee
2010-07-15
1
-1
/
+1
*
Merge branch 'mesa-2d-registers'
Zack Rusin
2010-07-13
3
-5
/
+14
|
\
|
*
tgsi: make sure that we print out the adjacency prims correctly
Zack Rusin
2010-07-10
1
-1
/
+5
|
*
draw: fix decomposition to work with adjacency primitives
Zack Rusin
2010-07-10
1
-3
/
+8
|
*
mesa: get the translation from mesa 2d regs to tgsi working
Zack Rusin
2010-07-10
1
-1
/
+1
*
|
os: remove gratuitous pipe_barrier placeholder code
nobled
2010-07-12
1
-21
/
+1
*
|
os, rbug: remove PIPE_THREAD_HAVE_CONDVAR
nobled
2010-07-12
1
-1
/
+0
*
|
os: Implement pipe_condvar on Windows Vista and later
nobled
2010-07-12
1
-0
/
+30
*
|
os: Implement pipe_condvar on win32
nobled
2010-07-12
1
-7
/
+27
*
|
u_blitter: add draw_rectangle callback which can be overridden by a driver
Marek Olšák
2010-07-12
2
-19
/
+104
*
|
u_blitter: clean up the texcoord computations
Marek Olšák
2010-07-12
1
-28
/
+35
*
|
u_blitter: simplify blitter_set_rectangle
Marek Olšák
2010-07-12
1
-19
/
+32
*
|
u_blitter: rename blitter->base, add a way to get a pipe context from blitter
Marek Olšák
2010-07-12
2
-70
/
+80
|
/
*
draw: Fix off-by-one error in assert.
Vinson Lee
2010-07-08
1
-1
/
+1
*
gallivm: restore const qualifier
Brian Paul
2010-07-07
1
-1
/
+1
*
gallivm: fix cube map LOD computation
Brian Paul
2010-07-07
1
-38
/
+54
*
draw: Remove unnecessary header.
Vinson Lee
2010-07-06
1
-1
/
+0
*
gallivm: Remove unnecessary header.
Vinson Lee
2010-07-06
1
-1
/
+0
*
util: print help for debug options on non-debug builds
Marek Olšák
2010-07-07
1
-2
/
+2
*
gallivm: use trunc, not round in lp_build_nearest_mip_level()
Brian Paul
2010-07-06
1
-1
/
+1
*
gallivm: finish implementation of lp_build_iceil()
Brian Paul
2010-07-06
1
-19
/
+67
*
draw: make sure softpipe doesn't crash with vertex tex sampling
Zack Rusin
2010-07-06
1
-7
/
+16
*
draw: implement vertex texture sampling using llvm
Zack Rusin
2010-07-06
9
-28
/
+420
*
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
[next]