gallium: always save and restore vertex buffers using cso_cache
[mesa.git] / src / mesa / main /
2011-02-14 Marek Olšákvbo: bind arrays only when necessary
2011-02-11 Brian Paulmesa: remove some unused gl_shader fields
2011-02-09 Brian Paulmesa: remove unused BITFIELD64 macros
2011-02-09 Brian Paulmesa: remove _mesa_create_context_for_api()
2011-02-09 Brian Paulmesa: remove _mesa_initialize_context_for_api()
2011-02-09 Brian Paulmesa: add/update VERBOSE_API logging
2011-02-05 Dave Airliemesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
2011-02-04 Ian Romanickmesa: Fix error checks in GetVertexAttrib functions
2011-02-01 Ian Romanickmesa: glGetUniform only returns a single element of...
2011-01-31 Ian Romanickmesa: Initial size for secondary color array is 3
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-29 Brian Paulmesa: fix typo, wrap long line
2011-01-28 Chad Versacemesa: Fix available APIs for AMD_conservative_depth
2011-01-27 Zack Rusinmesa: fix compilation
2011-01-27 Chad Versacemesa: Allow extensions in MESA_EXTENSION_OVERRIDE to...
2011-01-27 Chad Versacemesa: Simplify logic in get_extension_override()
2011-01-27 Chad Versacemesa: Propagate gl_FragDepth layout from GLSL IR to...
2011-01-27 Chad Versacemesa: Add AMD_conservative_depth to extension list
2011-01-26 Kristian Høgsbergmesa: Support internalFormat=GL_BGRA for DRI drivers
2011-01-26 Brian Paulmesa: fix MESA/EXT typo
2011-01-26 Brian Paulmesa: remove isProxy local var
2011-01-26 Brian Paulmesa: use texFormat local var in more places
2011-01-26 Brian Paulmesa: consolidate error handling code in _mesa_GetTexLe...
2011-01-26 Brian Paulmesa: consolidate error handling in set_tex_parameteri()
2011-01-26 Brian Paulmesa: add checks for GL_EXT_texture_array
2011-01-25 Brian Paulmesa: add red, red/green formats in _mesa_base_fbo_format()
2011-01-25 Brian Paulmesa: plug in fallback function for ctx->Driver.Validat...
2011-01-25 Brian Paulmesa: new cases in _mesa_base_fbo_format()
2011-01-25 Brian PaulRevert "mesa: Simplify _mesa_base_fbo_format by making...
2011-01-24 Benjamin Franzkemesa/es: require internalFormat==format in TexImage2D
2011-01-24 Benjamin Franzkemesa: allow internalFormat=GL_BGRA_EXT in TexImage2D
2011-01-23 Marek Olšákmesa: add ARB_framebuffer_sRGB as alias of the EXT...
2011-01-23 Marek Olšákmesa: return GL_LINEAR for ..COLOR_ENCODING if framebuf...
2011-01-23 Brian Paulmesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines
2011-01-23 Brian Paulmesa: smarter glTexParameter state invalidation
2011-01-21 Dave Airliemesa: EXT_framebuffer_sRGB interface additions.
2011-01-20 Ian Romanickmesa: Set correct values for range/precision of shader...
2011-01-20 Ian Romanickmesa: Connect glGetShaderPrecisionFormat into the dispa...
2011-01-20 Ian RomanickFix the build from 887d2b64
2011-01-20 Brian Paulmesa: clean-up _mesa_lookup_prim_by_nr()
2011-01-20 Brian Paulmesa: move extra prim mode #defines
2011-01-20 Brian Paulmesa: minor formatting fixes
2011-01-20 Brian Paulmesa: document sRGBDecode field
2011-01-19 Brian Paulmesa: implement glGetShaderPrecisionFormat()
2011-01-17 Brian Paulmesa: s/primcount/numInstances/
2011-01-16 Brian Paulmesa: minor tweaks in _mesa_set_fetch_functions()
2011-01-16 Brian Paulmesa: add comment for _mesa_get_srgb_format_linear()
2011-01-16 Brian Paulmesa: move declarations before code
2011-01-16 Dave Airliemesa/swrast: implement EXT_texture_sRGB_decode
2011-01-16 Brian Paulmesa: implement glGet queries for GL_ARB_draw_buffers_blend
2011-01-16 Brian Paulmesa: display list support for GL_ARB_draw_buffers_blen...
2011-01-16 Brian Paulmesa: plug in GL_ARB_draw_buffers_blend functions
2011-01-16 Brian Paulglapi: regenerated files
2011-01-16 Brian Paulmesa: begin implementation of GL_ARB_draw_buffers_blend
2011-01-16 Brian Paulmesa: support for GL_ARB_instanced_arrays
2011-01-16 Brian Paulglapi: regenerated files
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Chia-I Wumesa: Add glDepthRangef and glClearDepthf to APIspec...
2011-01-15 Eric Anholtmesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_co...
2011-01-15 Eric Anholtmesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
2011-01-15 Eric Anholtmesa: Add support for glDepthRangef and glClearDepthf.
2011-01-14 Eric Anholtmesa: Add actual support for glReleaseShaderCompiler...
2011-01-14 Eric Anholtmesa: Add extension enable bit for GL_ARB_ES2_compatibi...
2011-01-14 Eric Anholtglapi: Regenerate for GL_ARB_ES2_compatibility.
2011-01-14 Eric Anholtmesa: Simplify _mesa_base_fbo_format by making it excep...
2011-01-14 Kristian Høgsberggles2: Also support GL_BGRA_EXT for glTexSubImage2d
2011-01-14 Dave Airliesrgb: fix fbo base format picking.
2011-01-14 Chad Versacemesa: Change OES_standard_derivatives to be stand-alone...
2011-01-13 Vinson Leemesa: Add missing break statement in SARGB8 case.
2011-01-13 Dave Airliemesa/srgb: handle SARGB8 case in the sw fbo renderer.
2011-01-13 Dave Airliemesa/fbo: prevent assert trigger on i965 with piglit...
2011-01-13 Vinson Leemesa: Move loop variable declarations outside for loop...
2011-01-13 Brian Paulmesa: check for dummy renderbuffer in _mesa_Framebuffer...
2011-01-13 Brian Paulmesa: don't assert in GetIntegerIndexed, etc
2011-01-13 Brian Paulmesa: fix num_draw_buffers==0 in fixed-function fragmen...
2011-01-13 Vinson Leemesa: Move declaration before code in extensions.c.
2011-01-12 Chad Versacemesa: Change OES_point_sprite to depend on ARB_point_sprite
2011-01-12 Chad Versacemesa: Change dependencies of some OES extension strings
2011-01-12 Chad Versacemesa: Add/remove extensions in extension string
2011-01-12 Chad Versacemesa: Refactor handling of extension strings
2011-01-11 Brian Paulmesa: include teximage.h to silence warning
2011-01-11 Brian Paulmesa: do a debug check of _mesa_format_to_type_and_comps()
2011-01-11 Brian Paulmesa: fix a few format table mistakes, assertions
2011-01-10 Dave Airliemesa/swrast: handle sRGB FBOs correctly (v2)
2011-01-08 Vinson Leemesa: Clean up header file inclusion in cpuinfo.c.
2011-01-07 Jian Zhaomesa: fix an error in uniform arrays in row calculating.
2011-01-07 Vinson Leemesa: Directly include mfeatures.h in files that perfor...
2011-01-06 Vinson Leemesa: Clean up header file inclusion in version.c.
2011-01-06 Vinson Leemesa: bump version to 7.11
2011-01-06 Vinson Leemesa: Include mtypes.h in files that use gl_context...
2011-01-05 Eric Anholtmesa: Consider textures incomplete when maxlevel <...
2011-01-04 Eric Anholtmesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.
2011-01-04 Eric Anholtintel: Merge our choosetexformat fallbacks into core.
2011-01-04 Eric Anholtmesa: Make _mesa_choose_tex_format() choose formats...
2011-01-04 Marek Olšákmesa: preserve 10 bits of precision in the texstore...
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Vinson Leemesa: Include mtypes.h in renderbuffer.h.
2011-01-04 Brian Paulmesa: fix AL44 texture fetch function nybble -> float...
2011-01-03 Eric Anholtmesa: Also report the number of renderbuffer alpha...
2011-01-03 Eric Anholtmesa: Also report renderbuffer red/green size for GL_RE...
next