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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add fine derivate control (v2.1)
Dave Airlie
2015-07-25
4
-7
/
+50
*
radeonsi: fix GLSL textureGrad(samplerCube*) functions
Marek Olšák
2015-07-25
3
-34
/
+90
*
st/mesa: don't ignore texture buffer state changes
Marek Olšák
2015-07-25
3
-5
/
+7
*
nvc0: fix geometry program revalidation of clipping params
Ilia Mirkin
2015-07-25
1
-1
/
+1
*
radeonsi: ubo indexing support (v2)
Dave Airlie
2015-07-25
2
-4
/
+13
*
radeonsi: add support for indirect samplers (v2)
Dave Airlie
2015-07-25
2
-9
/
+42
*
radeonsi: split out interpolation input selection
Dave Airlie
2015-07-25
2
-26
/
+38
*
radeonsi: separate out load sample position
Dave Airlie
2015-07-25
1
-18
/
+26
*
glsl: recognize ARB_shading_language_420pack to be enabled with 4.20+
Ilia Mirkin
2015-07-24
2
-9
/
+14
*
mesa: fix error checking for getting zero-sized texture images
Ilia Mirkin
2015-07-24
1
-9
/
+9
*
mesa: Fix typo in a comment
Anuj Phogat
2015-07-24
1
-1
/
+1
*
meta: Use _mesa_need_rgb_to_luminance_conversion() in decompress_texture_image()
Anuj Phogat
2015-07-24
1
-5
/
+2
*
mesa: Change the signature of _mesa_need_rgb_to_luminance_conversion()
Anuj Phogat
2015-07-24
3
-15
/
+20
*
meta: Fix reading luminance texture as rgba in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2015-07-24
1
-2
/
+34
*
meta: Use _mesa_need_luminance_to_rgb_conversion() in decompress_texture_image()
Anuj Phogat
2015-07-24
1
-10
/
+2
*
mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()
Anuj Phogat
2015-07-24
2
-0
/
+22
*
meta: Use _mesa_unpack_format_to_base_format() to handle integer formats
Anuj Phogat
2015-07-24
1
-4
/
+2
*
mesa: Add a helper function _mesa_unpack_format_to_base_format()
Anuj Phogat
2015-07-24
2
-0
/
+47
*
mesa: Set green, blue channels to zero only for formats with these components
Anuj Phogat
2015-07-24
1
-3
/
+10
*
meta: Don't do fragment color clamping in _mesa_meta_pbo_GetTexSubImage
Anuj Phogat
2015-07-24
1
-0
/
+5
*
meta: Abort meta pbo path if readpixels need signed-unsigned conversion
Anuj Phogat
2015-07-24
1
-0
/
+26
*
meta: Fix transfer operations check in meta pbo path for readpixels
Anuj Phogat
2015-07-24
1
-4
/
+9
*
mesa: Turn get_readpixels_transfer_ops() in to a global function
Anuj Phogat
2015-07-24
2
-7
/
+15
*
i965: Use updated kernel interface for accurate TIMESTAMP reads
Chris Wilson
2015-07-24
3
-17
/
+49
*
glsl/glcpp: fix SIGSEGV when checking error condition for macro redefinition
Samuel Iglesias Gonsalvez
2015-07-24
1
-2
/
+2
*
nvc0/ir: per-patch vars are in a separate address space
Ilia Mirkin
2015-07-24
2
-11
/
+9
*
nvc0/ir: kepler can't do indirect shader input/output loads directly
Ilia Mirkin
2015-07-23
8
-6
/
+75
*
radeon: Silence GCC unused-but-set-variable warnings.
Vinson Lee
2015-07-23
1
-1
/
+5
*
doxygen: Link GLvector4f struct members properly, avoiding invalid XML/HTML w...
Rhys Kidd
2015-07-23
1
-1
/
+1
*
doxygen: Correct grammatical typo in math/m_vector.h
Rhys Kidd
2015-07-23
1
-1
/
+1
*
mesa: minor clean-ups in shaderapi.c
Brian Paul
2015-07-23
1
-7
/
+10
*
mesa: fix _mesa_error() compiler warnings in shaderapi.c
Brian Paul
2015-07-23
1
-33
/
+33
*
st/mesa: remove unused 'samp' function parameters
Brian Paul
2015-07-23
1
-5
/
+3
*
st/mesa: add comments on a few sampler view functions
Brian Paul
2015-07-23
1
-0
/
+10
*
mesa: do more thorough target checking in compressed_subtexture_target_check()
Brian Paul
2015-07-23
1
-26
/
+40
*
mesa: another target fix in compressed_subtexture_target_check()
Brian Paul
2015-07-23
1
-1
/
+8
*
mesa: simplify format check in compressed_subtexture_target_check()
Brian Paul
2015-07-23
1
-14
/
+10
*
mesa: initialize variables to silence compiler warnings
Brian Paul
2015-07-23
2
-3
/
+3
*
apiexec: remove leading gl from shader subroutine interfaces
Dave Airlie
2015-07-24
1
-8
/
+8
*
docs: remove expanded ARB_dsa notes
Ilia Mirkin
2015-07-23
1
-9
/
+0
*
nvc0/ir: tess factors are now sysvals, adapt codegen to expect that
Ilia Mirkin
2015-07-23
6
-11
/
+24
*
docs/GL3.txt: ARB_shader_precision
Dave Airlie
2015-07-24
1
-1
/
+1
*
i965: add support for ARB_shader_subroutine
Dave Airlie
2015-07-24
9
-4
/
+18
*
mesa: rearrange texture error checking order
Ilia Mirkin
2015-07-23
1
-13
/
+13
*
mesa: adjust error message when there's a missing teximage
Ilia Mirkin
2015-07-23
1
-2
/
+1
*
Revert "Match swrast modes more loosely."
Marek Olšák
2015-07-23
1
-58
/
+1
*
gallivm: Fix profile build.
Jose Fonseca
2015-07-23
1
-1
/
+1
*
gallium/util: Stop bundling our snprintf implementation.
Jose Fonseca
2015-07-23
3
-1485
/
+31
*
Match swrast modes more loosely.
Tom Hughes
2015-07-23
1
-1
/
+58
*
mesa: Fix error in target validation of glCompressedTex(ture)SubImage3D() calls
Eduardo Lima Mitev
2015-07-23
1
-1
/
+2
[next]