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: 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
*
mesa/es3: Disallow FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE query of DEPTH_STENC...
Ian Romanick
2013-01-22
1
-0
/
+16
*
mesa: Don't allow blits to / from the same buffer in OpenGL ES 3.0
Ian Romanick
2013-01-22
1
-0
/
+31
*
mesa: Remove exec thunks from the dlist.c module.
Eric Anholt
2013-01-21
1
-870
/
+0
*
mesa: Initially populate the display list with the exec list.
Eric Anholt
2013-01-21
11
-284
/
+8
*
mesa: Delay display list save dispatch setup until Exec is set up.
Eric Anholt
2013-01-21
3
-11
/
+8
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
3
-1
/
+10
*
mesa: Remove the size argument from _mesa_alloc_dispatch_table().
Eric Anholt
2013-01-21
3
-8
/
+5
*
mesa: Remove two of the now unused ASSERT_OUTSIDE_BEGIN_END macros.
Eric Anholt
2013-01-21
1
-25
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
52
-349
/
+92
*
mesa: Install a minimal dispatch table during glBegin()/glEnd().
Eric Anholt
2013-01-21
3
-19
/
+116
*
mesa: Remove the dead PrepareExecBegin() driver hook.
Eric Anholt
2013-01-21
1
-8
/
+0
[next]