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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix incorrect assertion in init_teximage_fields_ms
Iago Toral Quiroga
2015-01-12
1
-1
/
+1
*
mesa: Fix get_texbuffer_format().
Samuel Iglesias Gonsalvez
2015-01-12
1
-2
/
+2
*
mesa: Fix A1R5G5B5 packing/unpacking
Jason Ekstrand
2015-01-12
4
-19
/
+11
*
mesa/colormac: Remove an unused macro
Jason Ekstrand
2015-01-12
1
-3
/
+0
*
mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM
Jason Ekstrand
2015-01-12
6
-27
/
+18
*
mesa: Fix clamping to -1.0 in snorm_to_float
Jason Ekstrand
2015-01-12
1
-1
/
+1
*
i965: Respect the no_8 flag on Gen6, not just Gen7+.
Kenneth Graunke
2015-01-12
1
-2
/
+2
*
mesa: Always generate GL_INVALID_OPERATION in _mesa_GetProgramBinary
Ian Romanick
2015-01-12
1
-0
/
+2
*
mesa: Ensure that length is set to zero in _mesa_GetProgramBinary
Ian Romanick
2015-01-12
1
-6
/
+20
*
mesa: Add missing error checks in _mesa_ProgramBinary
Ian Romanick
2015-01-12
1
-2
/
+25
*
state_tracker: Fix assertion failures in conditional block movs.
Eric Anholt
2015-01-10
1
-31
/
+26
*
i965: Consider SEL.{GE,L} to be commutative operations.
Matt Turner
2015-01-08
2
-10
/
+27
*
i965/cfg: Fix end_ip of last basic block.
Matt Turner
2015-01-08
1
-1
/
+1
*
mesa: compute row stride outside of loop and fix MSVC compilation error
Brian Paul
2015-01-08
1
-2
/
+4
*
mesa: fix MSVC compilation errors
Brian Paul
2015-01-08
1
-5
/
+5
*
main: Checking for cube completeness in TextureSubImage.
Laura Ekstrand
2015-01-08
1
-13
/
+35
*
main: Checking for cube completeness in GetTextureImage.
Laura Ekstrand
2015-01-08
1
-12
/
+35
*
main: Added _mesa_cube_level_complete to check for the completeness of an arb...
Laura Ekstrand
2015-01-08
2
-9
/
+18
*
main: glDeleteTextures now throws GL_INVALID_VALUE if n is negative.
Laura Ekstrand
2015-01-08
1
-0
/
+5
*
main: Refactor in teximage.c to handle NULL from _mesa_get_current_tex_object.
Laura Ekstrand
2015-01-08
1
-0
/
+22
*
main: Added entry point for glTextureBuffer.
Laura Ekstrand
2015-01-08
3
-16
/
+86
*
main: Fix texObj->Immutable flag update in _mesa_texture_image_multisample.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Added entry points for glTextureStorage[23]DMultisample.
Laura Ekstrand
2015-01-08
3
-28
/
+118
*
main: Added entry point for glGenerateTextureMipmap.
Laura Ekstrand
2015-01-08
3
-20
/
+58
*
main: Added entry points for glCompressedTextureSubImage*D.
Laura Ekstrand
2015-01-08
3
-52
/
+220
*
main: Added entry point for glGetCompressedTextureImage.
Laura Ekstrand
2015-01-08
3
-45
/
+134
*
main: Added entry point for glGetTextureImage.
Laura Ekstrand
2015-01-08
3
-66
/
+240
*
main: Nameless texture creation and deletion. Does not affect normal creation...
Laura Ekstrand
2015-01-08
2
-0
/
+69
*
main: Added entry points for CopyTextureSubImage*D.
Laura Ekstrand
2015-01-08
3
-48
/
+151
*
main: Fixed some comments in texparam.c
Laura Ekstrand
2015-01-08
1
-2
/
+2
*
main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.
Laura Ekstrand
2015-01-08
3
-34
/
+123
*
main: Added entry point for glGetTextureParameterfv.
Laura Ekstrand
2015-01-08
3
-12
/
+46
*
main: Added entry points for glGetTextureLevelParameteriv, fv.
Laura Ekstrand
2015-01-08
3
-32
/
+117
*
main: legal_get_tex_level_parameter_target now handles GL_TEXTURE_CUBE_MAP.
Laura Ekstrand
2015-01-08
1
-2
/
+13
*
main: Added entry points for glTextureParameteriv, Iiv, Iuiv.
Laura Ekstrand
2015-01-08
3
-34
/
+138
*
main: Added entry point for glTextureParameteri.
Laura Ekstrand
2015-01-08
2
-11
/
+52
*
main: Added entry point for glTextureParameterfv.
Laura Ekstrand
2015-01-08
3
-13
/
+47
*
main: Added entry point for glTextureParameterf.
Laura Ekstrand
2015-01-08
3
-10
/
+60
*
main: Added get_texobj_by_name in texparam.c.
Laura Ekstrand
2015-01-08
1
-13
/
+51
*
main: set_tex_parameterf now handles errors according to the OpenGL 4.5 Speci...
Laura Ekstrand
2015-01-08
1
-17
/
+20
*
main: set_tex_parameteri now handles errors according to the OpenGL 4.5 Speci...
Laura Ekstrand
2015-01-08
1
-28
/
+42
*
main: Added entry point for BindTextureUnit.
Laura Ekstrand
2015-01-08
5
-5
/
+150
*
main: Corrected comment on _mesa_is_zero_size_texture.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Added entry points for glTextureSubImage*D.
Laura Ekstrand
2015-01-08
3
-81
/
+284
*
main: Added entry points for glTextureStorage*D.
Laura Ekstrand
2015-01-08
3
-51
/
+189
*
main: Added entry point for glCreateTextures.
Laura Ekstrand
2015-01-08
3
-26
/
+90
*
main: Removed trailing whitespaces in texture code.
Laura Ekstrand
2015-01-08
2
-28
/
+28
*
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
2015-01-08
4
-8
/
+8
*
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
Laura Ekstrand
2015-01-08
4
-12
/
+12
*
main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.
Laura Ekstrand
2015-01-08
4
-10
/
+10
[next]