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
/
drivers
/
common
/
meta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: handle 2D texture arrays in decompress_texture_image()
Brian Paul
2013-07-24
1
-2
/
+21
*
mesa: GL_ARB_shader_objects is not optional
Ian Romanick
2013-06-28
1
-12
/
+10
*
mesa: GL_EXT_framebuffer_object is not optional
Ian Romanick
2013-06-28
1
-6
/
+0
*
mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
2013-06-17
1
-3
/
+10
*
mesa: fix OES_EGL_image_external being partially allowed in the core profile
Marek Olšák
2013-06-13
1
-1
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
meta: Fix temporary image type for float depth/stencil.
Eric Anholt
2013-06-03
1
-4
/
+14
*
meta: move vertex array enables for mipmap generation
Brian Paul
2013-06-02
1
-2
/
+2
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Add performance debug for meta code.
Eric Anholt
2013-04-21
1
-3
/
+25
*
mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile
Marek Olšák
2013-04-06
1
-6
/
+12
*
meta: fix incorrect slice, r coordinate computation
Brian Paul
2013-03-21
1
-4
/
+9
*
meta: minor indentation fix
Brian Paul
2013-03-21
1
-1
/
+1
*
meta: Allocate texture before initializing texture coordinates
Anuj Phogat
2013-02-22
1
-9
/
+8
*
meta: add 'f' suffix to floats to silence some MSVC warnings
Brian Paul
2013-01-16
1
-1
/
+1
*
meta: Move loop variable declaration outside for loop.
Vinson Lee
2013-01-15
1
-1
/
+2
*
meta: Add functionality to do _mesa_meta_BlitFrameBuffer() using glsl
Anuj Phogat
2013-01-15
1
-93
/
+344
*
meta: Allow meta operations to pause/resume an active occlusion query
Carl Worth
2013-01-15
1
-1
/
+27
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
1
-2
/
+1
*
mesa/meta: Move declaration before statements.
José Fonseca
2012-12-08
1
-1
/
+2
*
meta: Use #version 300 es for _mesa_glsl_Clear's integer shaders on ES3.
Kenneth Graunke
2012-12-07
1
-17
/
+27
*
meta: Use #version 300 es in GenerateMipmap shaders on ES3.
Kenneth Graunke
2012-12-07
1
-11
/
+13
*
meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADER
Stefan Dösinger
2012-12-06
1
-0
/
+11
*
mesa: Fix GL_LUMINANCE handling for textures in glGetTexImage
Anuj Phogat
2012-11-29
1
-3
/
+14
*
Revert "meta: Don't try to glOrtho when the draw buffer isn't initialized."
Kenneth Graunke
2012-11-29
1
-5
/
+3
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-13
/
+13
*
meta: Don't try to glOrtho when the draw buffer isn't initialized.
Kenneth Graunke
2012-11-28
1
-3
/
+5
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-133
/
+133
*
meta: Remove redundant code in _mesa_meta_GenerateMipmap
Anuj Phogat
2012-11-05
1
-61
/
+4
*
meta: Make shader template literal strings be parameters to asprintf
Ian Romanick
2012-10-07
1
-25
/
+18
*
meta: Always enable GL_EXT_texture_array in mipmap shader
Ian Romanick
2012-10-07
1
-7
/
+2
*
meta: Since mipmap output type is always vec4, don't sprintf it
Ian Romanick
2012-10-07
1
-2
/
+2
*
meta: Don't use GLSL 1.30 shader on OpenGL ES 2
Ian Romanick
2012-10-07
1
-1
/
+1
*
meta: Rearrange shader creation in setup_glsl_generate_mipmap
Ian Romanick
2012-10-07
1
-42
/
+43
*
meta: Remove unsafe global mem_ctx pointer
Ian Romanick
2012-10-07
1
-1
/
+1
*
meta: Use float for temporary images, not (un)signed normalized.
Kenneth Graunke
2012-09-27
1
-4
/
+8
*
meta: Properly save/restore GL_FRAMEBUFFER_SRGB in Meta.
Paul Berry
2012-09-25
1
-27
/
+20
*
meta: Add on demand compilation of per target shader programs
Anuj Phogat
2012-09-21
1
-57
/
+84
*
meta: Don't _mesa_set_enable() invalid targets in ES 1.
Kenneth Graunke
2012-09-15
1
-8
/
+13
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove FEATURE_OES_draw_texture define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_feedback define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
meta: make mem_ctx non-global.
Dave Airlie
2012-09-15
1
-1
/
+1
*
meta: Refactor handling of GL_MULTISAMPLE.
Paul Berry
2012-09-14
1
-31
/
+2
*
_mesa_meta_GenerateMipmap: Generate separate shaders for glsl 120 / 130
Anuj Phogat
2012-09-14
1
-20
/
+58
*
_mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...
Anuj Phogat
2012-09-14
1
-6
/
+72
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-2
/
+2
*
meta: Don't save and restore fog state when there is no fog state
Ian Romanick
2012-09-03
1
-2
/
+6
[next]