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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
util: try much harder to set DAZ flag
Roland Scheidegger
2013-08-08
3
-1
/
+31
*
util: implement table-based + linear interpolation linear-to-srgb conversion
Roland Scheidegger
2013-08-08
2
-11
/
+102
*
gallium/util: reformat, comment util_get_offset()
Brian Paul
2013-07-31
1
-3
/
+7
*
gallium/util: comments, var renaming in u_inlines.h
Brian Paul
2013-07-31
1
-13
/
+48
*
st/dri: implement the driconf option force_s3tc_enable properly
Marek Olšák
2013-07-30
1
-10
/
+2
*
util: don't flush overflowing values to infinity in half-float conversion
Roland Scheidegger
2013-07-27
2
-9
/
+17
*
gallium/util: Fix detection of AVX cpu caps
Andre Heider
2013-07-23
1
-2
/
+25
*
util/u_math: Define NAN/INFINITY macros for MSVC.
José Fonseca
2013-07-20
1
-0
/
+4
*
util/u_format_s3tc: handle srgb formats correctly.
Roland Scheidegger
2013-07-17
2
-185
/
+254
*
gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int
Emil Velikov
2013-07-17
2
-8
/
+8
*
util/u_format: Comment out half float denormal test case.
José Fonseca
2013-07-12
1
-0
/
+5
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-5
/
+5
*
util: add casts to silence MSVC warnings in u_blit.c
Brian Paul
2013-07-12
1
-14
/
+14
*
util/u_math: Use xmmintrin.h whenever possible.
José Fonseca
2013-07-10
1
-9
/
+17
*
util: treat denorm'ed floats like zero
Zack Rusin
2013-07-09
2
-0
/
+63
[next]