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
*
pipebuffer: slab: if size < alignment, use alignment to find bucket
Luca Barbieri
2010-02-23
1
-1
/
+5
*
pipebuffer: fix inverted signalled checking
Luca Barbieri
2010-02-23
1
-1
/
+1
*
pipebuffer: avoid assert due to increasing a zeroed refcnt
Luca Barbieri
2010-02-23
1
-1
/
+1
*
draw: Remove dead code.
Vinson Lee
2010-02-22
1
-7
/
+1
*
tgsi: Report an error when a destination has an empty writemask.
José Fonseca
2010-02-22
1
-0
/
+3
*
pipebuffer: Don't synchronize when checking for buffer overflows.
José Fonseca
2010-02-22
1
-1
/
+3
*
draw: Remove dead code.
Vinson Lee
2010-02-21
1
-7
/
+1
*
tgsi: ifdef out unused function micro_sqrt.
Vinson Lee
2010-02-20
1
-0
/
+2
*
tgsi: Make more exec opcodes look pretty.
Michal Krol
2010-02-19
1
-64
/
+20
*
tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.
Michal Krol
2010-02-19
1
-164
/
+206
*
tgsi: Rewrite exec implementations of NRM and NRM4.
Michal Krol
2010-02-19
1
-61
/
+70
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
pipebuffer: Include fenced buffer manager in build
Jakob Bornecrantz
2010-02-18
1
-0
/
+1
*
util: Fix typo of debug_dump_float_rgba_bmp.
Vinson Lee
2010-02-17
1
-1
/
+1
*
draw: Add assert to check input of memcpy.
Vinson Lee
2010-02-14
1
-0
/
+1
*
util: Avoid dumping masked state. Other minor improvements.
José Fonseca
2010-02-14
2
-28
/
+43
*
os: A stream for debug logging.
José Fonseca
2010-02-14
6
-2
/
+89
*
util: Helper functions to dump all state objects.
José Fonseca
2010-02-14
4
-0
/
+789
*
os: Add a growable string stream.
José Fonseca
2010-02-14
4
-0
/
+179
*
os: Complement/improve stream inline helpers.
José Fonseca
2010-02-14
1
-0
/
+17
*
os: Fix bad calloc.
José Fonseca
2010-02-14
1
-10
/
+1
*
util: Update for os_stream changes.
José Fonseca
2010-02-14
1
-1
/
+1
*
os: Make streams abstract.
José Fonseca
2010-02-14
6
-264
/
+160
*
gallivm: s/debug_dump_/util_dump_/
José Fonseca
2010-02-14
1
-2
/
+2
*
util: Rename u_debug_dump.[ch] -> u_dump.[ch].
José Fonseca
2010-02-14
4
-57
/
+57
*
draw: Use util_format_name().
José Fonseca
2010-02-14
1
-1
/
+1
*
util: Use util_format_name().
José Fonseca
2010-02-14
1
-118
/
+1
*
util: Add pf_name() replacement: util_format_name().
José Fonseca
2010-02-14
1
-0
/
+13
*
util: Properly init memory for blitter CSOs.
Corbin Simpson
2010-02-12
1
-8
/
+5
*
Merge branch 'gallium-dynamicstencilref'
Roland Scheidegger
2010-02-12
4
-49
/
+69
|
\
|
*
gallium: make u_blitter code save/restore stencil ref values
Roland Scheidegger
2010-02-11
2
-0
/
+10
|
*
gallium: give pipe_stencil_ref its own cso_save/restore functions
Roland Scheidegger
2010-02-11
2
-5
/
+16
|
*
gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha
Roland Scheidegger
2010-02-11
1
-3
/
+6
|
*
gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state
Roland Scheidegger
2010-02-09
3
-47
/
+43
*
|
Revert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats."
Michal Krol
2010-02-12
1
-2
/
+2
*
|
util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats.
Michal Krol
2010-02-12
1
-2
/
+2
*
|
llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.
José Fonseca
2010-02-11
2
-0
/
+4
*
|
gallivm: TGSI_OPCODE_CONT is not deprecated.
José Fonseca
2010-02-11
1
-2
/
+1
*
|
os: Do not use Pthreads barrier functions on Mac OS X.
Vinson Lee
2010-02-10
1
-42
/
+52
*
|
gallium: cast to silence waring
Brian Paul
2010-02-10
1
-1
/
+1
*
|
gallium: use os_time.h in pb_bufmgr_cache.c
Brian Paul
2010-02-10
1
-9
/
+9
*
|
gallium: use os_time.h in u_timed_winsys.c
Brian Paul
2010-02-10
1
-19
/
+13
*
|
gallium/auxiliary: add -D__STDC_CONSTANT_MACROS
Brian Paul
2010-02-09
1
-0
/
+3
|
/
*
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
2
-21
/
+13
|
\
|
*
gallium: add point_quad_rasterization bit to rasterizer state
Roland Scheidegger
2010-02-04
1
-0
/
+1
|
*
gallium: clean up point sprite rasterizer state
Roland Scheidegger
2010-02-03
2
-10
/
+12
|
*
gallium: remove point_size_min and point_size_max from rasterizer state
Roland Scheidegger
2010-01-12
1
-11
/
+0
*
|
gallium: Remove prefilter member from pipe_sampler_state struct.
Michal Krol
2010-02-09
5
-5
/
+0
*
|
tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.
Michal Krol
2010-02-09
2
-0
/
+2
*
|
tgsi: Add ureg_DECL_fs_input_cyl().
Michal Krol
2010-02-09
2
-52
/
+94
[next]