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
/
SConscript
Commit message (
Expand
)
Author
Age
Files
Lines
*
auxiliary: Add missing files to SCons build.
Vinson Lee
2010-08-21
1
-14
/
+16
*
auxiliary: add reference count debugging code
Luca Barbieri
2010-08-20
1
-0
/
+1
*
os_stream: add printf facility
Luca Barbieri
2010-08-20
1
-0
/
+1
*
auxiliary: add functions to describe gallium objects
Luca Barbieri
2010-08-20
1
-0
/
+1
*
draw: Remove varray and vcache.
Chia-I Wu
2010-08-16
1
-3
/
+0
*
draw: Add vsplit frontend.
Chia-I Wu
2010-08-16
1
-0
/
+1
*
auxiliary: Add u_staging.c to SCons build.
Vinson Lee
2010-08-11
1
-0
/
+1
*
gallivm: added lp_build_assert() function to make assertions in LLVM code
Brian Paul
2010-07-29
1
-0
/
+1
*
scons: Use the current python executable for code generation.
José Fonseca
2010-07-29
1
-2
/
+2
*
util: add a memory pool for equally sized memory allocations
Marek Olšák
2010-07-19
1
-0
/
+1
*
scons: Fix Cygwin build.
Vinson Lee
2010-07-16
1
-3
/
+3
*
draw: implement vertex texture sampling using llvm
Zack Rusin
2010-07-06
1
-1
/
+2
*
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
1
-0
/
+1
*
gallivm: Code generate YUV format unpacking.
José Fonseca
2010-07-02
1
-0
/
+1
*
draw: limit the number of vertex shader variants kept around
Zack Rusin
2010-06-25
1
-1
/
+2
*
gallium: a lot more complete implementation of stream output
Zack Rusin
2010-06-08
1
-0
/
+1
*
gallivm: Factor out the quad derivative code into a single place. Fix ddy.
José Fonseca
2010-06-03
1
-0
/
+1
*
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
1
-0
/
+1
*
gallium: move framebuffer utility functions into a new file
Brian Paul
2010-05-03
1
-0
/
+1
*
util: Add small caps checker helper
Jakob Bornecrantz
2010-04-29
1
-0
/
+1
*
gallivm: Bring aos format back to life.
José Fonseca
2010-04-20
1
-0
/
+1
*
draw: Remove draw_vs_llvm.c.
José Fonseca
2010-04-20
1
-1
/
+0
*
auxiliary: Add util/u_surfaces.c to SCons build.
Vinson Lee
2010-04-18
1
-0
/
+1
*
gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directory
Brian Paul
2010-04-16
1
-3
/
+0
*
gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directory
Brian Paul
2010-04-16
1
-1
/
+0
*
gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directory
Brian Paul
2010-04-16
1
-1
/
+0
*
gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directory
Brian Paul
2010-04-16
1
-1
/
+0
*
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-11
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-2
/
+2
*
util: Add dedicated depth-stencil packing/unpacking functions.
José Fonseca
2010-04-09
1
-0
/
+1
*
util: Describe, implement, and test the new D3D9 color formats.
José Fonseca
2010-04-08
1
-0
/
+1
*
util: Implement YUV and subsampled RGB format conversion.
José Fonseca
2010-04-07
1
-0
/
+1
*
Merge branch 'gallium_draw_llvm'
Zack Rusin
2010-04-06
1
-0
/
+3
|
\
|
*
Merge remote branch 'origin/master' into gallium_draw_llvm
Zack Rusin
2010-03-31
1
-17
/
+6
|
|
\
|
*
\
Merge remote branch 'origin/master' into gallium_draw_llvm
Zack Rusin
2010-03-30
1
-5
/
+8
|
|
\
\
|
*
|
|
draw llvm: various fixes for the translation code
Zack Rusin
2010-03-30
1
-1
/
+2
|
*
|
|
Merge remote branch 'origin/master' into gallium_draw_llvm
Zack Rusin
2010-03-15
1
-2
/
+12
|
|
\
\
\
|
*
|
|
|
gallium/draw: initial code to properly support llvm in the draw module
Zack Rusin
2010-02-22
1
-0
/
+2
*
|
|
|
|
gallivm: Move the global LLVM objects (module, engine, provider, target) into...
José Fonseca
2010-04-06
1
-1
/
+1
*
|
|
|
|
util: Support all SRGB formats.
José Fonseca
2010-04-06
1
-0
/
+8
*
|
|
|
|
gallium/util: pregenerate half float tables
Luca Barbieri
2010-04-02
1
-0
/
+8
*
|
|
|
|
scons: Remove `util/u_gctors.cpp'.
Michal Krol
2010-04-01
1
-1
/
+0
*
|
|
|
|
gallium: Integrate util_half with scons.
Michal Krol
2010-04-01
1
-0
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
util: Hook into libtxc_dxtn.so (WIP).
José Fonseca
2010-03-31
1
-0
/
+1
*
|
|
|
scons: Force to consider the util/u_format_pack.py for util/u_format_table.c.
José Fonseca
2010-03-31
1
-0
/
+4
*
|
|
|
util: Use u_format_pack.py's code instead of u_format_access.py.
José Fonseca
2010-03-31
1
-8
/
+1
*
|
|
|
util: Put the format pack/unpack functions in the description table.
José Fonseca
2010-03-31
1
-7
/
+0
*
|
|
|
llvmpipe: Drop the aos format conversion.
José Fonseca
2010-03-31
1
-1
/
+0
*
|
|
|
util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.
José Fonseca
2010-03-31
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
gallivm: added lp_bld_printf() function
Chris Li
2010-03-29
1
-0
/
+1
[next]