st/mesa: don't do srgb->linear conversion in decompress_with_blit
[mesa.git] / src / mesa / drivers / common /
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'
2011-07-28 Brian Paulmesa: fix format selection for meta CopyTexSubImage()
2011-07-25 Eric Anholtmeta: Also save/restore clip planes for GLSL.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Eric Anholtmeta: Add a GLSL-based _mesa_meta_Clear() variant.
2011-07-20 Brian Paulmeta: remove _mesa_meta_CopyTexImage1D/2D()
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-13 Eric Anholtmeta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMI...
2011-06-13 Brian Paulmesa: move texrender.c to swrast
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-05 Eric Anholtmeta: Don't do sRGB encode for framebuffer blits on...
2011-06-05 Eric Anholtmeta: Don't do srgb to linear decode when blitting...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholtmeta: Don't ask for floating point textures if not...
2011-04-23 Eric Anholtintel: Add support for ARB_sampler_objects.
2011-04-23 Eric Anholtmeta: Don't do conditional rendering on GenerateMipmaps...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-20 Eric Anholtmeta: Add support for ARB_color_buffer_float to _mesa_m...
2011-04-20 Eric Anholtmeta: Add support for ARB_color_buffer_float to _mesa_m...
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-15 Marek Olšákmesa: add NV_texture_barrier
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-25 Brian Paulmesa: plug in fallback function for ctx->Driver.Validat...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-16 Brian Paulmesa: begin implementation of GL_ARB_draw_buffers_blend
next