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
*
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
*
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
2015-01-08
4
-85
/
+84
*
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...
Laura Ekstrand
2015-01-08
5
-19
/
+21
*
i965: blit_texture_to_pbo() now accepts TEXTURE_CUBE_MAP.
Laura Ekstrand
2015-01-08
1
-0
/
+1
*
main: Added utility function _mesa_lookup_texture_err().
Laura Ekstrand
2015-01-08
2
-0
/
+19
*
glapi: Added ARB_direct_state_access.xml file.
Laura Ekstrand
2015-01-08
1
-0
/
+1
*
mesa: Address `assignment makes integer from pointer without a cast` gcc warn...
José Fonseca
2015-01-08
1
-2
/
+2
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
5
-11
/
+54
*
i965/skl: Report more accurate number of samples for format
Kristian Høgsberg
2015-01-07
1
-0
/
+2
*
mesa: Don't use _mesa_generic_nop on Windows.
José Fonseca
2015-01-07
1
-0
/
+9
*
st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX
Marek Olšák
2015-01-07
1
-1
/
+2
*
vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
Marek Olšák
2015-01-07
1
-1
/
+2
*
mesa: create, use new _mesa_texture_base_format() function
Brian Paul
2015-01-05
6
-9
/
+23
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
12
-34
/
+30
*
swrast: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
6
-42
/
+47
*
st/mesa: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
5
-5
/
+14
*
mesa: add _mesa_base_tex_image() helper function
Brian Paul
2015-01-05
1
-0
/
+10
*
mesa: simplify a conditional in detach_shader()
Brian Paul
2015-01-05
1
-3
/
+1
*
mesa: minor whitespace fixes in shaderapi.c
Brian Paul
2015-01-05
1
-12
/
+13
*
mesa: make _mesa_reference_shader_program() an inline function
Brian Paul
2015-01-05
2
-4
/
+15
[next]