intel/i965: Disable SampleAlphaToOne if dual source blending enabled
[mesa.git] / src / mesa / drivers / common /
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...
2012-05-30 Oliver McFaddenmesa: don't compile integer clear shaders for unsupport...
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearColor() hook
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearDepth(), ClearStencil...
2012-03-05 Benjamin Franzkemeta: Fix compilation without FEATURE_EXT_transform_fee...
2012-03-05 Benjamin Franzkemeta: Fix compilation without FEATURE_feedback
2012-02-15 Anuj Phogatmeta: Avoid FBO resizing/reallocating in decompress_tex...
2012-02-13 Anuj Phogatmeta: Add pixel store/pack operations in decompress_tex...
2012-02-10 Brian Paulmeta: replace abort() with _mesa_problem()
2012-01-25 Eric Anholtmeta: Detect currently-unsupported integer CopyTexSubIm...
2012-01-24 Brian Paulmesa: remove ctx->Driver.Map/UnmapTexture() hooks
2012-01-23 Ian Romanickmeta: Fallback for glBlitFramebuffer from a multisample...
2012-01-12 Eric Anholtmeta: Add GL_RED/GL_RG support to meta CopyTexImage.
2012-01-12 Brian Paulmeta: fix incorrect argument order in setup_texture_coo...
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-07 Brian Paulmeta: add some 'f' suffixes to silence MSVC warnings
2011-12-30 Brian Paulmesa: simplify Driver.TexSubImage() parameters
2011-12-27 Chad Versacemeta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()
2011-12-23 Paul Berrymesa: Pause transform feedback during meta ops.
2011-12-23 Paul Berrymesa: Save and restore GL_RASTERIZER_DISCARD state...
2011-12-20 Paul Berrymesa: Add a function to query whether a meta-op is...
2011-12-16 Brian Paulmeta: use _mesa_prepare_mipmap_level() in the mipmap...
2011-12-08 Brian Paulmesa/drivers: use new swrast renderbuffer functions
2011-12-08 Brian Paulmesa: rewrite accum buffer support
2011-12-08 Brian Paulmesa: remove the ctx->Driver.IsTextureResident() hook
2011-12-08 Brian Paulmesa: remove TextureMemCpy driver hook
2011-11-15 Brian Paulmesa: use _mesa_readpixels() as default driver hook
2011-11-14 Eric Anholtmeta: Fix restoring of fixed function texture enables.
2011-11-14 Eric Anholtmeta: Don't forget to flag state when restoring texobjects.
2011-11-09 Eric Anholtmeta: Add support for glClear() to integer color buffers.
2011-11-01 Eric AnholtAdd MapRenderbuffer implementations for software drivers.
2011-10-31 Brian Paulswrast: implement GL_ARB_texture_storage
2011-10-30 Chia-I Wumeta: add _mesa_meta_DrawTex()
2011-10-18 Chad Versacemesa: Add dd_function_table::PrepareExecBegin
2011-10-18 Chad Versacemeta: Bump MAX_META_OPS_DEPTH from 2 to 8
2011-10-18 Chad Versacemeta: Add flag MESA_META_SELECT_FEEDBACK
2011-10-18 Neil Robertsmeta: Fix saving the active program
2011-10-13 Brian Paulmeta: fix redBits size test in get_temp_image_type()
2011-10-06 Kenneth Graunkemeta: Don't enable TEXTURE_RECTANGLE when it's unsupported.
2011-09-30 Chad Versacemesa: Remove unused tnl items from dd_functions
2011-09-30 Brian Paulmeta: fix GetTexImage() for luminance, l/a, intensity...
2011-09-30 Brian Paulmesa: simplify parameters to GetTexImage() driver hook
2011-09-23 Chad Versacemesa: Add missing includes to meta.h
2011-09-21 Eric Anholtmeta: Don't hang on to program refcounts after metaops...
2011-09-21 Brian Paulmeta: use _mesa_set_enable() in more places
2011-09-21 Brian Paulmeta: use _mesa_set_enable(), fix decompress_texture_im...
2011-09-21 Brian Paulmeta: fix broken sRGB mipmap generation
2011-09-17 Brian Paulmesa: plug in swrast texture image alloc/free functions
2011-09-17 Brian Paulswrast: plug in _swrast_new/delete_texture_image()...
2011-09-17 Brian Paulmesa: add new DeleteTextureImage() driver hook
2011-09-17 Brian Paulmeta: fix/add checks for GL_EXT_framebuffer_sRGB
2011-09-14 Dave Airliemesa: introduce a clear color union to be used for...
2011-09-09 Brian Paulmeta: added _mesa_meta_GetTexImage()
2011-09-09 Brian Paulmeta: move texcoord setup into setup_texture_coords()
2011-09-06 Ian Romanickmesa: Remove dd_function_table::CopyColorTable, ::CopyC...
2011-08-29 Brian Paulswrast: Add implementation of MapTextureImage/UnmapText...
2011-08-29 Eric Anholtmesa: Rename FreeTexImageData to FreeTextureImageBuffer.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-19 Brian Paulmeta: use fallback mipmap generation for 1D/2D texture...
2011-08-19 Chad Versacemesa: Declare _mesa_meta_begin()/end() as public
2011-08-11 Brian Paulmesa: fix initialization of GL_FOG_MODE in _mesa_init_d...
2011-08-11 Brian Paulmesa: fix ColorMask array index in _mesa_init_driver_st...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
next