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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: add a window_space option to the passthrough vertex shader
Marek Olšák
2014-11-16
4
-6
/
+15
*
util/format: Fix clamping to 32bit integers.
José Fonseca
2014-11-08
1
-0
/
+27
*
util/format: Generate floating point constants for clamping.
José Fonseca
2014-11-08
1
-4
/
+4
*
util: simplify u_pstipple.c code
Brian Paul
2014-10-31
1
-123
/
+62
*
util: simplify temp register selection in u_pstipple.c
Brian Paul
2014-10-31
1
-27
/
+18
*
util: simplify util_pstipple_create_fragment_shader() params
Brian Paul
2014-10-31
2
-20
/
+13
*
u_math.h: fix 64 to 32 bit truncation warning
Alon Levy
2014-10-23
1
-1
/
+1
*
u_blitter: put a comment on util_blitter_cache_all_shaders()
Brian Paul
2014-10-22
1
-0
/
+7
*
u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state()
Brian Paul
2014-10-22
1
-3
/
+3
*
u_blitter: create basic fs shaders in util_blitter_cache_all_shaders()
Brian Paul
2014-10-22
1
-1
/
+12
*
u_blitter: do error checking assertions for shader caching
Brian Paul
2014-10-22
1
-21
/
+30
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-1
/
+1
*
tgsi: simplify shader properties in tgsi_shader_info
Marek Olšák
2014-10-04
1
-6
/
+2
*
gallium/util: add util_bitcount64
Marek Olšák
2014-10-04
1
-0
/
+12
*
st/vdpau: move common functions to util
Leo Liu
2014-10-01
1
-0
/
+74
*
util: simplify PIPE_TEXTURE_CUBE case in util_max_layer()
Brian Paul
2014-09-30
1
-2
/
+3
*
util: use linear formats in util_blit_pixels()
Brian Paul
2014-09-24
1
-2
/
+2
*
util: simplify writemask parameters for util_blit_pixels()
Brian Paul
2014-09-24
2
-15
/
+17
*
util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit code
Brian Paul
2014-09-24
1
-5
/
+5
*
mesa: Unifdef _WIN32_WCE.
Matt Turner
2014-09-24
1
-9
/
+0
*
util: don't try to emit half-float intrinsics if avx isn't available
Roland Scheidegger
2014-09-19
1
-1
/
+1
*
gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formats
Richard Sandiford
2014-09-17
1
-0
/
+3
*
gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn formats
Richard Sandiford
2014-09-17
1
-0
/
+9
*
util: move shared rgtc code to util (v2)
Dave Airlie
2014-09-17
2
-118
/
+46
*
util: Add big-endian layout for a number of formats.
Richard Sandiford
2014-09-16
2
-35
/
+42
*
util/u_format: add _is_alpha()
Rob Clark
2014-09-12
2
-0
/
+19
*
gallium/util: add missing u_debug include
Andreas Boll
2014-09-12
1
-0
/
+1
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
1
-0
/
+1
*
u_vbuf: simple whitespace fix
Brian Paul
2014-09-10
1
-1
/
+2
*
u_blitter: Create all shaders on demand
Michel Dänzer
2014-09-02
1
-43
/
+104
*
u_vbuf: Make sure all caps are initialized
Michel Dänzer
2014-08-29
1
-24
/
+16
*
u_vbuf: Add a few more format fallbacks.
Eric Anholt
2014-08-24
1
-0
/
+32
*
u_vbuf: Simplify the format fallback translation.
Eric Anholt
2014-08-24
2
-106
/
+86
*
gallium/u_blitter: don't use an empty fragment shader if there's a colorbuffer
Marek Olšák
2014-08-19
1
-1
/
+1
*
gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_tex
Marek Olšák
2014-08-19
1
-0
/
+3
*
util: whitespace and formatting fixes in u_math.h
Brian Paul
2014-08-16
1
-17
/
+23
*
android: gallium/auxiliary: drop log2/log2f redefitions
Emil Velikov
2014-08-13
1
-22
/
+0
*
gallium: add basic support for BPTC formats
Ilia Mirkin
2014-08-12
7
-3
/
+159
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-2
/
+0
*
gallium: Move sRGB <-> RGB handling to libmesautil
Jason Ekstrand
2014-08-04
4
-304
/
+2
*
gallium: Add a uif() helper function to complement fui()
Eric Anholt
2014-07-30
1
-0
/
+8
*
gallium/util: add a helper for calculating primitive count from vertex count
Marek Olšák
2014-07-28
1
-0
/
+15
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-2
/
+2
*
util: Fix typo
Tom Stellard
2014-07-28
1
-1
/
+1
*
util: Add util_memcpy_cpu_to_le32() v3
Tom Stellard
2014-07-28
1
-0
/
+17
*
gallium/u_blitter: fix some shader memory leaks
Brian Paul
2014-07-09
1
-0
/
+9
*
gallium: fix u_default_transfer_inline_write for textures
Marek Olšák
2014-07-08
1
-2
/
+2
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
1
-1
/
+1
*
gallium/u_vbuf: get draw info from an indirect buffer if there's any
Marek Olšák
2014-07-02
1
-44
/
+72
*
gallium: add facilities for indirect drawing
Christoph Bumiller
2014-07-02
3
-0
/
+54
[next]