mesa: Add an index parameter to _mesa_set_viewport
[mesa.git] / src / mesa / drivers / common /
2014-01-20 Ian Romanickmesa: Add an index parameter to _mesa_set_viewport
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_context::Viewport to gl_context::Viewp...
2014-01-20 Courtney Goeltzenl... mesa: Converty gl_viewport_attrib::X, ::Y, ::Width...
2014-01-20 Courtney Goeltzenl... mesa: Update gl_scissor_attrib to support ARB_viewport_...
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Scissor
2014-01-10 Paul Berryi965: Fix clears of layered framebuffers with mismatche...
2013-12-13 Courtney Goeltzenl... mesa: Add driver entry point for ARB_texture_view
2013-11-22 Vinson Leemeta: Move declaration before code.
2013-11-22 Paul Berrymeta: fix meta clear of layered framebuffers
2013-11-12 Petr Sebormeta: enable vertex attributes in the context of the...
2013-10-31 Brian Paulmeta: fix assorted MSVC int/float conversion warnings
2013-08-23 Kenneth Graunkemeta: Set correct viewport and projection in decompress...
2013-08-19 Ian Romanickmeta: Add default precision qualifier to all fragement...
2013-08-16 Anuj Phogatmeta: Fix blitting a framebuffer with renderbuffer...
2013-08-14 Ian Romanickmeta: Don't call _mesa_Ortho with width or height of 0
2013-08-02 Paul Berrymain: Allow for the possibility of GL 3.2 without ARB_g...
2013-07-24 Brian Paulmeta: handle 2D texture arrays in decompress_texture_im...
2013-06-28 Ian Romanickmesa: GL_ARB_shader_objects is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_framebuffer_object is not optional
2013-06-26 Eric Anholtmesa: Remove Driver.GetBufferSize and its callers.
2013-06-17 Eric Anholtmesa: Hide weirdness of 1D_ARRAY textures from Driver...
2013-06-13 Marek Olšákmesa: fix OES_EGL_image_external being partially allowe...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-06-03 Eric Anholtmeta: Fix temporary image type for float depth/stencil.
2013-06-03 Brian Paulmeta: move vertex array enables for mipmap generation
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-21 Eric Anholtmesa: Generalize TexStorage allocator between swrast...
2013-04-21 Eric Anholtmesa: Add performance debug for meta code.
2013-04-06 Marek Olšákmesa: allow drivers not to expose ARB_color_buffer_floa...
2013-03-29 Chris Forbesmesa: provide default implementation of QuerySamplesFor...
2013-03-21 Brian Paulmeta: fix incorrect slice, r coordinate computation
2013-03-21 Brian Paulmeta: minor indentation fix
2013-03-01 Chris Forbesmesa: implement GetMultisamplefv
2013-02-22 Anuj Phogatmeta: Allocate texture before initializing texture...
2013-02-20 Tapani Pälligles2: a stub implementation for GL_EXT_discard_framebuffer
2013-01-29 Brian Paulmesa: remove ctx->Driver.Error() hook
2013-01-22 Eric Anholtmesa: Remove the dead PrepareExecBegin() driver hook.
2013-01-17 Brian Paulmeta: add 'f' suffix to floats to silence some MSVC...
2013-01-16 Ian Romanickmesa: Add driver method to determine the possible sampl...
2013-01-16 Vinson Leemeta: Move loop variable declaration outside for loop.
2013-01-15 Anuj Phogatmeta: Add functionality to do _mesa_meta_BlitFrameBuffe...
2013-01-15 Carl Worthmeta: Allow meta operations to pause/resume an active...
2012-12-18 Paul Berrymesa: Make a function is_transform_feedback_active_and_...
2012-12-08 José Fonsecamesa/meta: Move declaration before statements.
2012-12-08 Kenneth Graunkemeta: Use #version 300 es for _mesa_glsl_Clear's intege...
2012-12-08 Kenneth Graunkemeta: Use #version 300 es in GenerateMipmap shaders...
2012-12-06 Stefan Dösingermeta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADER
2012-11-29 Anuj Phogatmesa: Fix GL_LUMINANCE handling for textures in glGetTe...
2012-11-29 Kenneth GraunkeRevert "meta: Don't try to glOrtho when the draw buffer...
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-29 Kenneth Graunkemeta: Don't try to glOrtho when the draw buffer isn...
2012-11-16 Matt TurnerRemove OpenVMS support
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-11-05 Anuj Phogatmeta: Remove redundant code in _mesa_meta_GenerateMipmap
2012-10-08 Ian Romanickmeta: Make shader template literal strings be parameter...
2012-10-08 Ian Romanickmeta: Always enable GL_EXT_texture_array in mipmap...
2012-10-08 Ian Romanickmeta: Since mipmap output type is always vec4, don...
2012-10-08 Ian Romanickmeta: Don't use GLSL 1.30 shader on OpenGL ES 2
2012-10-08 Ian Romanickmeta: Rearrange shader creation in setup_glsl_generate_...
2012-10-08 Ian Romanickmeta: Remove unsafe global mem_ctx pointer
2012-09-27 Kenneth Graunkemeta: Use float for temporary images, not (un)signed...
2012-09-25 Paul Berrymeta: Properly save/restore GL_FRAMEBUFFER_SRGB in...
2012-09-21 Anuj Phogatmeta: Add on demand compilation of per target shader...
2012-09-16 Kenneth Graunkemeta: Don't _mesa_set_enable() invalid targets in ES 1.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_transform_feedback define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_OES_draw_texture define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_feedback define.
2012-09-15 Dave Airliemeta: make mem_ctx non-global.
2012-09-14 Paul Berrymeta: Refactor handling of GL_MULTISAMPLE.
2012-09-14 Anuj Phogat_mesa_meta_GenerateMipmap: Generate separate shaders...
2012-09-14 Anuj Phogat_mesa_meta_GenerateMipmap: Support all texture targets...
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-03 Ian Romanickmeta: Don't save and restore fog state when there is...
2012-08-30 Brian Paulmeta: remove call to _meta_in_progress(), fix multisamp...
2012-08-30 Brian Paulmeta: add parenthesis to silence compiler warnings
2012-08-29 Ian Romanickmeta: Don't use deprecated keyword in 1.30 shader
2012-08-29 Ian Romanickmesa: Only FRONT_AND_BACK is allowed for PolygonMode...
2012-08-29 Paul Berrymeta: Don't stray outside the confines of the API speci...
2012-08-29 Anuj Phogatmeta: Add GLSL variant of _mesa_meta_GenerateMipmap...
2012-08-23 Ian Romanickmeta: Don't modify GL_GENERATE_MIPMAP state when it...
2012-08-16 Brian Paulmeta: remove unused variable
2012-08-15 Jordan Justenmeta: allow CopyTexSubImage on integer formats
2012-08-12 Pauli Nieminenmeta: texture rectangle textures may not have mipmaps
2012-08-12 Pauli Nieminenmeta: Use sampler object for mipmap generation
2012-08-01 Pauli Nieminenmeta: Use sampler object in framebuffer blit
2012-08-01 Pauli Nieminenmeta: Add sampler object to texture decompression
2012-07-30 Jordan Justenmeta: add support for using API_OPENGL_CORE
2012-07-27 Brian Paulmeta: fix glDrawPixels fallback test, stencil drawing
2012-07-24 Brian Paulmesa: move some format helper functions to glformats.c
2012-07-02 Paul Berrymsaa: Make meta-ops save and restore state of GL_MULTIS...
2012-07-02 Kenneth Graunkemeta: Don't alter fragment color clamp in DrawPixels().
2012-06-12 Antoine Labourmeta: Cleanup the resources we allocate.
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexSubImage1...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexImage1/2...
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-06-05 Kenneth Graunkemeta: Fix GL_RENDERBUFFER binding in decompress_texture...
next