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
*
cso: put cso_release_all into cso_destroy_context
Marek Olšák
2014-12-10
1
-1
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
1
-8
/
+4
*
freedreno/a3xx: fix alpha-blending on RGBX formats
Ilia Mirkin
2014-12-06
1
-0
/
+25
*
util: Move u_atomic.h to src/util.
Matt Turner
2014-12-01
1
-401
/
+0
*
util/u_snprintf: Don't redefine HAVE_STDINT_H as 0.
José Fonseca
2014-11-26
1
-1
/
+1
*
util: Prefer atomic intrinsics to inline assembly.
Matt Turner
2014-11-24
1
-2
/
+2
*
st/mesa: add a fallback for clear_with_quad when no vs_layer
Ilia Mirkin
2014-11-17
2
-0
/
+76
*
gallium/auxiliary: add contained and rect checks (v6)
Christoph Bumiller
2014-11-18
2
-0
/
+136
*
gallium/auxiliary: add inc and dec alternative with return (v4)
Christoph Bumiller
2014-11-18
1
-0
/
+52
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
3
-6
/
+0
*
tgsi/ureg: simplify code for declaring properties
Marek Olšák
2014-11-16
1
-1
/
+1
*
gallium/util: add a test for TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-11-16
2
-0
/
+307
*
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
[next]