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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: add ARB_texture_multisample enums to table
Chris Forbes
2013-03-02
1
-0
/
+21
*
mesa: add texobj support for ARB_texture_multisample
Chris Forbes
2013-03-02
10
-22
/
+163
*
glapi: add ARB_texture_multisample
Chris Forbes
2013-03-02
5
-4
/
+57
*
mesa version: add _mesa_get_gl_version_override
Jordan Justen
2013-02-28
2
-27
/
+70
*
attrib: push/pop FRAGMENT_PROGRAM_ARB state
Jordan Justen
2013-02-28
1
-0
/
+12
*
texobj: add verbose api trace messages to several routines
Jordan Justen
2013-02-27
1
-0
/
+21
*
mesa/es: NULL check in EGLImageTargetTexture2DOES
Tapani Pälli
2013-02-25
1
-0
/
+6
*
mesa: add missing case in _mesa_GetTexParameterfv()
Tapani Pälli
2013-02-25
1
-0
/
+6
*
mesa: Fix setup of ctx->Point.PointSprite for GLES2.
Eric Anholt
2013-02-22
2
-2
/
+2
*
mesa: Don't install glEvalMesh in the beginend dispatch table
Ian Romanick
2013-02-20
3
-9
/
+16
*
gles2: a stub implementation for GL_EXT_discard_framebuffer
Tapani Pälli
2013-02-20
5
-1
/
+63
*
st/mesa: simplify and improve CopyTexSubImage
Marek Olšák
2013-02-18
2
-16
/
+25
*
st/mesa: implement blit-based TexImage and TexSubImage
Marek Olšák
2013-02-18
2
-2
/
+23
*
mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV name
Matt Turner
2013-02-15
1
-1
/
+1
*
shaderapi: Fix AttachShader error
bma
2013-02-13
1
-0
/
+14
*
CopyTexImage: Don't check sRGB vs LINEAR for desktop GL
Jordan Justen
2013-02-12
1
-18
/
+10
*
mesa: fix GetTexImage if mesa format and internal format don't match
Marek Olšák
2013-02-11
2
-0
/
+71
*
mesa: don't use memcpy fast path for GetTexImage if base format is different
Marek Olšák
2013-02-11
1
-4
/
+6
*
mesa: don't use _mesa_base_tex_format for format parameter of GetTexImage
Marek Olšák
2013-02-11
1
-1
/
+36
*
mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_type
Marek Olšák
2013-02-11
1
-25
/
+17
*
mesa: remove per-format memcpy codepaths from texstore functions
Marek Olšák
2013-02-11
1
-590
/
+64
*
mesa: implement common texstore memcpy function for all formats
Marek Olšák
2013-02-11
1
-0
/
+60
*
mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-1
/
+2
*
mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-4
/
+26
*
mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-6
/
+61
*
mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-1
/
+6
*
mesa: fill in SRGB cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-5
/
+5
*
Consolidate some redundant definitions of ARRAY_SIZE() macro.
Paul Berry
2013-02-08
3
-4
/
+5
*
mesa: Don't check (offset + size <= bufObj->Size) in BindBufferRange.
Paul Berry
2013-02-07
1
-7
/
+0
*
mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3
Matt Turner
2013-02-07
1
-3
/
+1
*
mesa: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
5
-47
/
+869
*
mesa: Put extern "C" guards in renderbuffer.h.
Kenneth Graunke
2013-02-06
1
-1
/
+7
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
7
-28
/
+28
*
mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.
Paul Berry
2013-02-04
2
-61
/
+28
*
mesa: don't use format chooser code for glCompressedTexImage
Brian Paul
2013-02-04
1
-2
/
+12
*
mesa: don't expose IBM_rasterpos_clip in a core context
Marek Olšák
2013-02-01
1
-1
/
+1
*
mesa: bump version to 9.2 (devel)
Andreas Boll
2013-01-31
1
-2
/
+2
*
Revert "mesa: Return INVALID_OPERATION when type is known but not allowed"
Matt Turner
2013-01-30
1
-11
/
+1
*
mesa: Add TexBufferRange to dispatch_sanity.
Kenneth Graunke
2013-01-30
1
-1
/
+1
*
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
8
-17
/
+103
*
mesa: remove ctx->Driver.Error() hook
Brian Paul
2013-01-29
2
-11
/
+0
*
mesa: fix comment typo: s/formaat/format/
Brian Paul
2013-01-29
1
-1
/
+1
*
mesa: don't enable GL_EXT_framebuffer_multisample for software drivers
Brian Paul
2013-01-29
1
-1
/
+0
*
Remove APIspec.dtd
Matt Turner
2013-01-28
1
-52
/
+0
*
mesa: add casts in _mesa_GetTexParameterfv() to silence warnings
Brian Paul
2013-01-25
1
-4
/
+4
*
glsl: Add infrastructure for ARB_shading_language_packing
Matt Turner
2013-01-25
2
-0
/
+2
*
mesa: Print more informative debug for _mesa_do_init_remap_table().
Eric Anholt
2013-01-25
1
-2
/
+4
*
glsl: Add gl_uniform_buffer_variable::IndexName field
Ian Romanick
2013-01-25
2
-1
/
+14
*
mesa: Track the packing mode of a UBO in gl_uniform_buffer
Ian Romanick
2013-01-25
1
-0
/
+14
*
mesa/es3: Enable ES 3.0 API and shading language version
Ian Romanick
2013-01-25
2
-2
/
+27
[next]