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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/postprocess: share pipe_context and cso_context with the state tracker
Marek Olšák
2012-11-29
7
-26
/
+71
*
mesa: move some helper functions from fboobject.c to glformats.c
Marek Olšák
2012-11-29
3
-119
/
+127
*
android: include api_exec.c in generated files list
Tapani Pälli
2012-11-29
1
-0
/
+1
*
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
*
llvmpipe: support array textures
Roland Scheidegger
2012-11-29
6
-7
/
+32
*
gallivm: support array textures
Roland Scheidegger
2012-11-29
6
-65
/
+103
*
llvmpipe: Remove lp_build_blend_soa()
José Fonseca
2012-11-29
5
-538
/
+37
*
llvmpipe: Eliminate color buffer swizzling.
José Fonseca
2012-11-29
17
-1334
/
+30
*
llvmpipe: Only advertise unswizzled formats.
José Fonseca
2012-11-29
3
-25
/
+17
*
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
*
radeonsi: Bitcast result of packf16 intrinsic to float for export intrinsic.
Michel Dänzer
2012-11-29
1
-1
/
+5
*
i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.
Kenneth Graunke
2012-11-28
3
-4
/
+3
*
i965/vs: Split final assembly code generation out of vec4_visitor.
Kenneth Graunke
2012-11-28
4
-53
/
+106
*
i965/vs: Abort on unsupported opcodes rather than failing.
Kenneth Graunke
2012-11-28
1
-3
/
+4
*
i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.
Kenneth Graunke
2012-11-28
3
-14
/
+19
*
i965/vs: Rework memory contexts for shader compilation data.
Kenneth Graunke
2012-11-28
5
-8
/
+12
*
i965/vs: Pass the brw_context pointer into brw_compute_vue_map().
Kenneth Graunke
2012-11-28
1
-3
/
+2
*
i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.
Kenneth Graunke
2012-11-28
5
-9
/
+14
*
i965/vs: Move some functions from brw_vec4_emit.cpp to brw_vec4.cpp.
Kenneth Graunke
2012-11-28
2
-263
/
+265
*
meta: Don't try to glOrtho when the draw buffer isn't initialized.
Kenneth Graunke
2012-11-28
1
-3
/
+5
*
st/mesa: allow forward-compatible contexts and set Const.ContextFlags
Marek Olšák
2012-11-29
2
-7
/
+8
*
st/mesa: add support for GL core profiles
Marek Olšák
2012-11-29
2
-1
/
+6
*
util: add more memory debugging features
Brian Paul
2012-11-28
2
-1
/
+84
*
llvmpipe: Implement logic ops for the AoS path.
José Fonseca
2012-11-28
1
-1
/
+8
*
llvmpipe: Don't use dynamically sized arrays.
José Fonseca
2012-11-28
1
-4
/
+4
*
i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups.
Eric Anholt
2012-11-28
1
-1
/
+3
*
i965/fs: Don't generate saturates over existing variable values.
Eric Anholt
2012-11-28
1
-0
/
+1
*
i965/fs: Add some minimal backend-IR dumping.
Eric Anholt
2012-11-28
2
-0
/
+92
*
llvmpipe: Update llvmpipe_is_format_unswizzled to reflect latest changes.
James Benton
2012-11-28
1
-9
/
+0
*
llvmpipe: Enable vertex color clamping.
James Benton
2012-11-28
1
-1
/
+1
*
llvmpipe: Unswizzled rendering.
James Benton
2012-11-28
27
-157
/
+1782
*
gallivm: Updated lp_build_const_mask_aos to input number of channels.
James Benton
2012-11-28
7
-20
/
+31
*
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
*
gallivm: Add support for unorm16 in lp_build_mul.
James Benton
2012-11-28
1
-0
/
+45
*
glcpp: Support #elif(expression) with no intervening space.
Matt Turner
2012-11-28
7
-1
/
+96
*
glcpp: Reject #version and #line not followed by whitespace
Matt Turner
2012-11-28
5
-2
/
+8
[next]