mesa: Copy linked program data for GS.
[mesa.git] / src / mesa / main / mtypes.h
2013-08-02 Paul Berrymesa: Copy linked program data for GS.
2013-08-02 Paul Berrymesa: Refactor copying of linked program data.
2013-08-02 Bryan Cainglsl: support compilation of geometry shaders
2013-08-01 Corey RichardsonDe-tab and align comments in gl_texture_object
2013-07-30 Marek Olšákmesa,glsl,st/dri: add a new driconf option force_glsl_v...
2013-07-30 Marek Olšákmesa: add MESA_GLSL debug flag to dump shaders on compi...
2013-07-18 Vinson Leemesa: Remove commas at end of enumerator lists.
2013-07-12 Brian Paulmesa: update glext.h to version 20130708
2013-07-12 Brian Paulmesa: whitespace, formatting, 80-column wrapping
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
2013-07-02 Marek Olšákmesa: renumber shader indices according to their placem...
2013-06-28 Ian Romanickmesa: GL_EXT_shadow_funcs is not optional with GL_ARB_s...
2013-06-28 Ian Romanickmesa: GL_ARB_texture_storage_multisample is not optiona...
2013-06-28 Ian Romanickmesa: GL_ARB_texture_storage is not optional
2013-06-28 Ian Romanickmesa: GL_ARB_shading_language_100 is not optional
2013-06-28 Ian Romanickmesa: GL_ARB_shader_objects is not optional
2013-06-28 Ian Romanickmesa: GL_NV_blend_square is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_fog_coord is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_secondary_color is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_framebuffer_object is not optional
2013-06-28 Ian Romanickmesa: Remove GL_MESA_resize_buffers
2013-06-28 Ian Romanickmesa: Remove GL_EXT_clip_volume_hint
2013-06-26 Eric Anholtmesa: Remove the Initialized field from framebuffers.
2013-06-14 Todd Previtemesa: Add infrastructure for ARB_shading_language_420pack.
2013-06-12 Ian Romanickglsl: Add gl_shader_program::UniformLocationBaseScale
2013-06-06 Eric Anholtglsl: Fix uniform buffer object counting.
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-30 Anuj Phogatmesa: Implement ext_framebuffer_multisample_blit_scaled...
2013-05-29 Kenneth Graunkemesa: Delete the ctx->Array._RestartIndex derived state.
2013-05-28 Marek Olšákmesa: fix GLSL program objects with more than 16 sample...
2013-05-28 Marek Olšákmesa: declare UniformBufferBindings as an array with...
2013-05-17 Eric Anholtmesa: Track the TexImage being rendered to in the gl_re...
2013-05-17 Eric Anholtmesa: Make gl_renderbuffers backed by EGL images use...
2013-05-13 Jordan Justenextensions: add AMD_vertex_shader_layer
2013-05-12 Kenneth Graunkemesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-05-11 Marek Olšákmesa: remove unused gl_array_object::NewArray
2013-05-11 Marek Olšákmesa: remove unused gl_constants::MaxColorTableSize
2013-05-11 Marek Olšákmesa: unify MaxVertexVaryingComponents and MaxGeometryV...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-06 Matt Turnermesa: Add infrastructure for ARB_gpu_shader5.
2013-05-02 Brian Paulmesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant
2013-05-02 Brian Paulmesa: adjust PRIM_x constants for geometry shaders
2013-05-01 Jordan Justenmesa: add Layered field to framebuffers
2013-05-01 Jordan Justenmesa: add renderbuffer attachment Layered field
2013-05-01 Jordan Justenmesa: add renderbuffer Depth field
2013-04-25 Chris Forbesmesa: fix bogus comment about PrimitiveRestart fields
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-24 Marek Olšákmesa: remove _NEW_PACKUNPACK
2013-04-24 Marek Olšákmesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
2013-04-24 Marek Olšákmesa,i965: use NewDriverState to communicate TFB state...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-17 Brian Paulmesa: remove gl_context::_TriangleCaps
2013-04-17 Brian Paulmesa: remove DD_TRI_LIGHT_TWOSIDE flag
2013-04-17 Brian Paulmesa: remove DD_TRI_UNFILLED flag
2013-04-17 Brian Paulmesa: remove DD_TRI_SMOOTH flag
2013-04-17 Brian Paulmesa: remove DD_TRI_STIPPLE flag
2013-04-17 Brian Paulmesa: remove DD_TRI_OFFSET flag
2013-04-17 Brian Paulmesa: remove DD_POINT_ATTEN flag
2013-04-17 Brian Paulmesa: remove DD_POINT_SMOOTH flag
2013-04-17 Brian Paulmesa: remove DD_LINE_STIPPLE flag
2013-04-17 Brian Paulmesa: remove DD_SEPARATE_SPECULAR flag
2013-04-17 Brian Paulmesa: remove unused DD_LINE_SMOOTH flag
2013-04-09 Paul Berryglsl: Fix ir_print_visitor's handling of interpolation...
2013-04-06 Marek Olšákmesa: don't set _ClampFragmentColor to TRUE if it has...
2013-04-06 Marek Olšákmesa: refactor clamping controls, get rid of _ClampRead...
2013-04-04 Kenneth Graunkemesa: Add new ctx->Stencil._WriteEnabled derived state...
2013-03-31 Chris Forbesmesa: add enable bit for ARB_texture_storage_multisample
2013-03-31 Kenneth Graunkemesa: Delete VERT_ATTRIB_GENERIC_NV and VERT_BIT_GENERI...
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-21 Matt Turnermesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
2013-03-19 Christian Königglsl_to_tgsi: allocate arrays separately v2
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul BerryGet rid of _mesa_frag_attrib_to_vert_result().
2013-03-15 Paul BerryGet rid of _mesa_vert_result_to_frag_attrib().
2013-03-15 Paul Berrymtypes.h: Modify gl_frag_attrib to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_geom_result enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_geom_result to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_geom_attrib enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_geom_attrib to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_vert_result to refer to new gl_vary...
2013-03-15 Paul Berrymtypes.h: Add new gl_varying_slot enum, and bitfield...
2013-03-05 Eric Anholtmesa: Remove the special enum for _mesa_error debug...
2013-03-05 Eric Anholtmesa: Remove the enum for the oom-within-debug-output...
2013-03-05 Eric Anholtmesa: Remove now-unused gl_winsys_error and gl_shader_e...
2013-03-05 Eric Anholtmesa: Merge handling of application-provided and built...
2013-03-05 Eric Anholtmesa: Move debug type/severity enums to mesa core.
2013-03-01 Chris Forbesmesa: implement sample mask
2013-03-01 Chris Forbesmesa: add new max sample count state
2013-03-01 Chris Forbesmesa: add texobj support for ARB_texture_multisample
2013-01-30 Christoph Bumillermesa: implement GL_ARB_texture_buffer_range
2013-01-25 Matt Turnerglsl: Add infrastructure for ARB_shading_language_packing
2013-01-25 Ian Romanickglsl: Add gl_uniform_buffer_variable::IndexName field
2013-01-25 Ian Romanickmesa: Track the packing mode of a UBO in gl_uniform_buffer
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-22 Eric Anholtmesa: Install a minimal dispatch table during glBegin...
2013-01-21 Ian Romanickmesa: Add extension bit tracking for GL_OES_depth_textu...
next