index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
auxiliary: add util_surfaces to track a resource's pipe_surface structs
Luca Barbieri
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
*
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
*
gallium: Add files to Makefile.
Vinson Lee
2010-04-07
1
-1
/
+4
*
gallivm: Move the global LLVM objects (module, engine, provider, target) into...
José Fonseca
2010-04-06
1
-2
/
+2
*
util: Support all SRGB formats.
José Fonseca
2010-04-06
1
-3
/
+5
*
gallium/util: pregenerate half float tables
Luca Barbieri
2010-04-02
1
-1
/
+4
*
gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)
Luca Barbieri
2010-04-01
1
-3
/
+0
*
gallium/util: add fast half float conversion functions
Luca Barbieri
2010-04-01
1
-0
/
+4
*
util: Hook into libtxc_dxtn.so (WIP).
José Fonseca
2010-03-31
1
-0
/
+1
*
util: Use u_format_pack.py's code instead of u_format_access.py.
José Fonseca
2010-03-31
1
-2
/
+1
*
util: Put the format pack/unpack functions in the description table.
José Fonseca
2010-03-31
1
-5
/
+1
*
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
*
gallium: add target-helpers/wrap_screen.c to C_SOURCES
Brian Paul
2010-03-16
1
-2
/
+3
*
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-3
/
+16
|
\
|
*
target-helpers: remove swrast_xlib.c helper
Keith Whitwell
2010-03-10
1
-1
/
+0
|
*
target-helpers: helper for injecting common debug layers
Keith Whitwell
2010-03-10
1
-0
/
+1
|
*
gallium: create helper for swrast+xlib combination
Keith Whitwell
2010-03-09
1
-1
/
+2
|
*
util: Move the format tests cases here so that they can be easily shared.
José Fonseca
2010-03-06
1
-0
/
+1
|
*
gallivm: Rename lp_bld_misc -> lp_bld_init.
José Fonseca
2010-03-03
1
-1
/
+1
|
*
gallium: define GENERATED auxiliary files
Brian Paul
2010-02-26
1
-1
/
+7
|
*
util: Code generate functions to pack and unpack a single pixel.
José Fonseca
2010-02-26
1
-0
/
+5
|
*
util: Cope with the fact that formats in u_format.csv are not ordered.
José Fonseca
2010-02-24
1
-1
/
+0
|
*
pipebuffer: Include fenced buffer manager in build
Jakob Bornecrantz
2010-02-18
1
-0
/
+1
*
|
gallium: added util/u_sampler.c to Makefile
Brian Paul
2010-02-25
1
-0
/
+1
*
|
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-6
/
+7
|
/
*
os: A stream for debug logging.
José Fonseca
2010-02-14
1
-0
/
+1
*
util: Helper functions to dump all state objects.
José Fonseca
2010-02-14
1
-0
/
+1
*
os: Add a growable string stream.
José Fonseca
2010-02-14
1
-0
/
+1
*
os: Make streams abstract.
José Fonseca
2010-02-14
1
-1
/
+1
*
util: Rename u_debug_dump.[ch] -> u_dump.[ch].
José Fonseca
2010-02-14
1
-1
/
+1
*
gallium/auxiliary: add -D__STDC_CONSTANT_MACROS
Brian Paul
2010-02-09
1
-0
/
+3
*
gallivm: added gallivm/lp_bld_misc.cpp to Makefile
Brian Paul
2010-02-08
1
-0
/
+5
*
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-02-08
1
-28
/
+27
*
auxiliary: util_stream -> os_stream
José Fonseca
2010-02-04
1
-2
/
+2
*
util: Reimplement u_time on top of os_time.
José Fonseca
2010-02-04
1
-1
/
+0
*
os: Time abstractions.
José Fonseca
2010-02-04
1
-0
/
+1
*
os: New OS abstraction module.
José Fonseca
2010-02-03
1
-0
/
+1
*
gallium/util: add missing util/u_bitmask.c to Makefile
Brian Paul
2010-01-22
1
-0
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+0
|
\
*
|
util: add generic ringbuffer utitilty
Keith Whitwell
2010-01-16
1
-0
/
+1
*
|
gallium: Generate a single library for auxiliaries with Make too.
José Fonseca
2010-01-01
1
-8
/
+173
|
/
[next]