summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
AgeCommit message (Expand)AuthorFilesLines
2013-07-24meta: handle 2D texture arrays in decompress_texture_image()Brian Paul1-2/+21
2013-06-28mesa: GL_ARB_shader_objects is not optionalIan Romanick1-12/+10
2013-06-28mesa: GL_EXT_framebuffer_object is not optionalIan Romanick1-6/+0
2013-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt1-1/+0
2013-06-17mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt2-4/+11
2013-06-13mesa: fix OES_EGL_image_external being partially allowed in the core profileMarek Olšák1-1/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller4-4/+0
2013-06-03meta: Fix temporary image type for float depth/stencil.Eric Anholt1-4/+14
2013-06-02meta: move vertex array enables for mipmap generationBrian Paul1-2/+2
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke4-12/+16
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke4-4/+4
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke4-4/+4
2013-04-21mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt1-1/+2
2013-04-21mesa: Add performance debug for meta code.Eric Anholt1-3/+25
2013-04-06mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák1-6/+12
2013-03-29mesa: provide default implementation of QuerySamplesForFormatChris Forbes1-1/+2
2013-03-21meta: fix incorrect slice, r coordinate computationBrian Paul1-4/+9
2013-03-21meta: minor indentation fixBrian Paul1-1/+1
2013-03-02mesa: implement GetMultisamplefvChris Forbes1-0/+3
2013-02-22meta: Allocate texture before initializing texture coordinatesAnuj Phogat1-9/+8
2013-02-20gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli1-0/+1
2013-01-29mesa: remove ctx->Driver.Error() hookBrian Paul1-1/+0
2013-01-21mesa: Remove the dead PrepareExecBegin() driver hook.Eric Anholt1-1/+0
2013-01-16meta: add 'f' suffix to floats to silence some MSVC warningsBrian Paul1-1/+1
2013-01-15mesa: Add driver method to determine the possible sample countsIan Romanick1-0/+1
2013-01-15meta: Move loop variable declaration outside for loop.Vinson Lee1-1/+2
2013-01-15meta: Add functionality to do _mesa_meta_BlitFrameBuffer() using glslAnuj Phogat1-93/+344
2013-01-15meta: Allow meta operations to pause/resume an active occlusion queryCarl Worth2-1/+28
2012-12-18mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry1-2/+1
2012-12-08mesa/meta: Move declaration before statements.José Fonseca1-1/+2
2012-12-07meta: Use #version 300 es for _mesa_glsl_Clear's integer shaders on ES3.Kenneth Graunke1-17/+27
2012-12-07meta: Use #version 300 es in GenerateMipmap shaders on ES3.Kenneth Graunke1-11/+13
2012-12-06meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADERStefan Dösinger1-0/+11
2012-11-29mesa: Fix GL_LUMINANCE handling for textures in glGetTexImageAnuj Phogat1-3/+14
2012-11-29Revert "meta: Don't try to glOrtho when the draw buffer isn't initialized."Kenneth Graunke1-5/+3
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-13/+13
2012-11-28meta: Don't try to glOrtho when the draw buffer isn't initialized.Kenneth Graunke1-3/+5
2012-11-16Remove OpenVMS supportMatt Turner1-42/+0
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-133/+133
2012-11-05meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat1-61/+4
2012-10-07meta: Make shader template literal strings be parameters to asprintfIan Romanick1-25/+18
2012-10-07meta: Always enable GL_EXT_texture_array in mipmap shaderIan Romanick1-7/+2
2012-10-07meta: Since mipmap output type is always vec4, don't sprintf itIan Romanick1-2/+2
2012-10-07meta: Don't use GLSL 1.30 shader on OpenGL ES 2Ian Romanick1-1/+1
2012-10-07meta: Rearrange shader creation in setup_glsl_generate_mipmapIan Romanick1-42/+43
2012-10-07meta: Remove unsafe global mem_ctx pointerIan Romanick1-1/+1
2012-09-27meta: Use float for temporary images, not (un)signed normalized.Kenneth Graunke1-4/+8
2012-09-25meta: Properly save/restore GL_FRAMEBUFFER_SRGB in Meta.Paul Berry2-27/+21
2012-09-21meta: Add on demand compilation of per target shader programsAnuj Phogat1-57/+84
2012-09-15meta: Don't _mesa_set_enable() invalid targets in ES 1.Kenneth Graunke1-8/+13