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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/u_blitter: fix conflict with u_memory.h
Marek Olšák
2012-12-07
1
-1
/
+5
*
util: Add util_copy_box helper.
José Fonseca
2012-12-06
3
-29
/
+64
*
gallium/util: Move the util_copy/fill_rect into u_surface.
José Fonseca
2012-12-06
5
-187
/
+140
*
gallium/os: Cleanup up os_time_get/os_time_get_nano.
José Fonseca
2012-12-06
2
-21
/
+19
*
gallium/os: Fix os_time_sleep() on Windows for small durations.
José Fonseca
2012-12-06
1
-1
/
+5
*
gallivm: Fix lerping of (un)signed normalized numbers.
José Fonseca
2012-12-06
1
-49
/
+43
*
gallivm: Fix lp_build_print_value of smaller integer types.
José Fonseca
2012-12-06
1
-1
/
+12
*
draw: remove some dead constant buffer code
Brian Paul
2012-12-06
4
-82
/
+0
*
gallivm: Have a default emit function for min/max opcode
Vincent Lejeune
2012-12-05
1
-0
/
+29
*
gallivm: have a default emit function for fdiv/rcp
Vincent Lejeune
2012-12-05
1
-0
/
+25
*
draw: set precalc_flat flag for AA lines too
Brian Paul
2012-12-05
1
-0
/
+1
*
gallivm: Re-add the kludge for lp_build_lerp of fixed point types.
José Fonseca
2012-12-04
1
-1
/
+5
*
util/u_debug: Cleanup/fix debug_dump_image.
José Fonseca
2012-12-04
2
-33
/
+27
*
translate: Fix the fetch function assertions.
José Fonseca
2012-12-04
1
-1
/
+3
*
util/u_draw: Skip rendering instead of aborting when excessive number of inst...
José Fonseca
2012-12-04
1
-2
/
+9
*
draw: Properly limit vertex buffer fetches on draw arrays.
José Fonseca
2012-12-04
1
-1
/
+1
*
draw: Use symbolic primitive names in debug output.
José Fonseca
2012-12-04
1
-3
/
+4
*
draw: Consider the geometry shader when choosing the vertex size.
José Fonseca
2012-12-04
1
-3
/
+6
*
tgsi: Allow TXF from buffers.
José Fonseca
2012-12-04
1
-0
/
+1
*
util/surface: Always use the surface format when clearing.
José Fonseca
2012-12-04
1
-7
/
+8
*
tgsi: Increase maximum number of temps to 4096.
José Fonseca
2012-12-04
1
-1
/
+1
*
gallivm: Generalize lp_build_mul and lp_build_lerp for signed normalized types.
José Fonseca
2012-12-04
1
-92
/
+82
*
u_cache: fix dereference before NULL check
Dave Airlie
2012-12-04
1
-4
/
+4
*
gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.
Johannes Obermayr
2012-12-03
1
-1
/
+5
*
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
2012-12-03
2
-0
/
+22
*
gallivm: fix srgb format fetch
Roland Scheidegger
2012-12-03
1
-1
/
+2
*
gallivm: drop border wrap clamping code
Roland Scheidegger
2012-12-01
1
-33
/
+16
*
util: added pipe_surface_release() function
Brian Paul
2012-11-30
1
-0
/
+16
*
gallium/postprocess: share pipe_context and cso_context with the state tracker
Marek Olšák
2012-11-29
4
-25
/
+55
*
gallivm: Fix lp_build_float_to_half.
José Fonseca
2012-11-29
1
-30
/
+75
*
gallivm: fix a trivial txq issue for 2d shadow and cube shadow samplers
Roland Scheidegger
2012-11-29
1
-2
/
+2
*
gallivm: support array textures
Roland Scheidegger
2012-11-29
6
-65
/
+103
*
util/u_format: Kill util_format_is_array().
José Fonseca
2012-11-29
4
-53
/
+4
*
util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...
José Fonseca
2012-11-29
2
-2
/
+11
*
util/u_format: Fix format manipulation for big-endian
Adhemerval Zanella
2012-11-29
1
-5
/
+5
*
gallivm: Fix format manipulation for big-endian
Adhemerval Zanella
2012-11-29
5
-12
/
+145
*
gallivm: Add byte-swap construct calls
Adhemerval Zanella
2012-11-29
2
-0
/
+89
*
gallivm: Fix vector constant for shuffle
Adhemerval Zanella
2012-11-29
1
-1
/
+6
*
gallivm: clear Altivec NJ bit
Adhemerval Zanella
2012-11-29
1
-0
/
+19
*
gallivm: Altivec floating-point rounding
Adhemerval Zanella
2012-11-29
1
-23
/
+70
*
gallivm: Altivec vector add/sub intrisics
Adhemerval Zanella
2012-11-29
2
-15
/
+27
*
gallivm: Altivec vector max/min intrisics
Adhemerval Zanella
2012-11-29
1
-2
/
+54
*
gallivm: Altivec pack/unpack intrisics
Adhemerval Zanella
2012-11-29
1
-14
/
+30
*
util: add more memory debugging features
Brian Paul
2012-11-28
2
-1
/
+84
*
llvmpipe: Unswizzled rendering.
James Benton
2012-11-28
12
-29
/
+360
*
gallivm: Updated lp_build_const_mask_aos to input number of channels.
James Benton
2012-11-28
5
-18
/
+26
*
util: Updated util_format_is_array to be more accurate.
James Benton
2012-11-28
2
-3
/
+16
*
gallivm: Added support for float to half-float conversion in lp_build_conv.
James Benton
2012-11-28
2
-7
/
+94
*
gallivm: Changed lp_build_pad_vector to correctly handle scalar argument.
James Benton
2012-11-28
3
-17
/
+22
*
gallivm: Add a function to generate lp_type for a format.
James Benton
2012-11-28
2
-7
/
+31
[next]