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
*
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
*
mesa: Remove rounding bias in _mesa_float_to_half()
Chad Versace
2013-01-24
1
-29
/
+37
*
mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)
Chad Versace
2013-01-24
2
-0
/
+23
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-6
/
+6
*
mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...
Ian Romanick
2013-01-23
3
-20
/
+8
*
mesa: Simplify _mesa_choose_tex_format handling of compressed formats
Ian Romanick
2013-01-23
1
-167
/
+75
*
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2013-01-23
6
-9
/
+13
*
ReadPixels: Force ALPHA to 1 while rebasing RGBA values for GL_RGB format
Carl Worth
2013-01-23
1
-0
/
+10
*
mesa/es3: Apply stricter multisample blit rules for ES3.
Ian Romanick
2013-01-22
1
-13
/
+48
[next]