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: rename R4A4 and A4R4 formats to match their swizzle
Marek Olšák
2014-03-07
2
-4
/
+3
*
gallium/util: Fix memory leak
Aaron Watry
2014-03-06
1
-0
/
+2
*
util: don't define isfinite(), isnan() for MSVC >= 1800
Hans
2014-03-03
1
-0
/
+4
*
gallium/util: add missing u_math include
Ilia Mirkin
2014-02-28
1
-0
/
+2
*
util/u_format: don't crash in util_format_translate if we can't do translation
Roland Scheidegger
2014-02-27
2
-6
/
+17
*
gallium/upload_mgr: remove useless variable "size"
Marek Olšák
2014-02-25
1
-6
/
+4
*
gallium/upload_mgr: don't unmap buffers if persistent mappings are supported
Marek Olšák
2014-02-25
1
-14
/
+51
*
util: Add util_cpu_to_le* helpers
Tom Stellard
2014-02-24
1
-0
/
+3
*
util: Add util_bswap64() v3
Tom Stellard
2014-02-24
1
-0
/
+16
*
configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2
Tom Stellard
2014-02-24
1
-1
/
+2
*
gallium/util: Add flush/map debug utility code
Thomas Hellstrom
2014-02-14
2
-0
/
+529
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
1
-3
/
+3
*
util/u_vbuf: correct map offset calculation for crazy offsets
Ilia Mirkin
2014-01-27
1
-1
/
+1
*
gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formats
Marek Olšák
2014-01-23
1
-0
/
+3
*
gallium/u_upload_mgr: don't expose u_upload_flush
Marek Olšák
2014-01-23
2
-22
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
40
-82
/
+82
*
gallium/util: easy fixes for NULL colorbuffers
Marek Olšák
2014-01-13
2
-1
/
+7
*
st/mesa: bind NULL colorbuffers as specified by glDrawBuffers
Marek Olšák
2014-01-13
2
-0
/
+25
*
gallium/u_blitter: implement shader-based MSAA resolve with bilinear filtering
Marek Olšák
2013-12-14
3
-31
/
+149
*
gallium/u_blitter: implement shader-based MSAA resolve
Marek Olšák
2013-12-14
3
-23
/
+158
*
gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
2013-12-14
2
-22
/
+13
*
util: fix compile breakage
Brian Paul
2013-12-12
1
-1
/
+1
*
util: move variable declaration out of for-loop
Brian Paul
2013-12-12
1
-1
/
+3
*
gallium/util: implement new color clear API in u_blitter
Marek Olšák
2013-12-12
1
-3
/
+42
*
gallium: allow choosing which colorbuffers to clear
Marek Olšák
2013-12-12
1
-3
/
+4
*
gallium/util: implement layered framebuffer clear in u_blitter
Marek Olšák
2013-12-03
6
-25
/
+106
*
trace: Dump PIPE_QUERY_* enums.
José Fonseca
2013-11-28
2
-0
/
+36
*
u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.
José Fonseca
2013-11-20
5
-6
/
+19
*
util: set all unused cbufs to NULL in util_copy_framebuffer_state()
Brian Paul
2013-11-11
1
-1
/
+2
*
draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float
Matthew McClure
2013-11-07
3
-11
/
+36
*
util/u_format: take normalized flag in consideration in util_format_is_rgba8_...
José Fonseca
2013-11-05
1
-0
/
+3
*
util,llvmpipe: correctly set the minimum representable depth value
Matthew McClure
2013-10-29
2
-0
/
+52
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-6
/
+6
*
util: Fix MinGW build.
José Fonseca
2013-10-09
1
-1
/
+1
*
util/u_math: Fix C++ include of u_math.h on MSVC.
José Fonseca
2013-10-10
1
-1
/
+1
*
util: when packing depth values, round to nearest.
Matthew McClure
2013-10-04
2
-4
/
+56
*
util: remove old bind_fragment_sampler_states() calls from blitter code
Brian Paul
2013-10-03
1
-22
/
+9
*
util: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-6
/
+22
*
util/u_format: Assert that format block size is at least 1 byte.
Vinson Lee
2013-09-30
1
-1
/
+6
*
gallium: include u_surface.h instead of u_rect.h
Brian Paul
2013-09-30
3
-8
/
+2
*
util/u_blit: Implement util_blit_pixels via pipe_context::blit.
José Fonseca
2013-09-18
1
-410
/
+37
*
util/u_blit: Support blits from cubemaps.
José Fonseca
2013-09-18
2
-3
/
+32
*
util: Fix unmatched parenthesis.
Vinson Lee
2013-09-10
1
-1
/
+1
*
util: don't use _fxsave() with MSVC 2010 or older
Brian Paul
2013-09-10
1
-1
/
+4
*
gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
José Fonseca
2013-08-22
1
-0
/
+1
*
util: add avx2 and xop detection to cpu detection code
Roland Scheidegger
2013-08-20
2
-0
/
+50
*
vl: rename enum pipe_video_codec to pipe_video_format
Christian König
2013-08-19
1
-6
/
+6
*
util: (trivial) fix asm input/output list for fxsave
Roland Scheidegger
2013-08-09
1
-1
/
+1
*
util: (trivial) fix more compile errors in u_cpu_detect (gcc/x86 this time).
Dieter Nützel
2013-08-09
1
-1
/
+1
*
util: (trivial) fix compile error with MSVC on x86
Roland Scheidegger
2013-08-08
1
-1
/
+1
[next]