summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick2015-10-061-14/+0
* i915: Remember to call intel_prepare_render() before blittingVille Syrjälä2015-09-301-0/+5
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-1/+1
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-141-4/+4
* intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2015-03-031-2/+1
* i915: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-6/+8
* mesa: Add a source parameter to _mesa_gl_debug.Matt Turner2014-12-051-0/+1
* i915: Accept GL_DEPTH_STENCIL GL_DEPTH_COMPONENT formats for renderbuffersVille Syrjälä2014-11-131-0/+9
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-4/+4
* i915: Fix format of private renderbuffersVille Syrjälä2014-05-011-16/+30
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-1/+1
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-1/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-4/+4
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: initialize gl_renderbuffer::Depth in coreMarek Olšák2013-11-231-2/+0
* i915: Remove miscellanous uncalled gen4 code from formerly shared files.Eric Anholt2013-06-281-27/+0
* i915: Remove separate stencil code.Eric Anholt2013-06-281-29/+10
* i915: Remove the I915 macro from the formerly shared code.Eric Anholt2013-06-281-12/+0
* i915: Remove all the MSAA support code.Eric Anholt2013-06-281-63/+5
* i915: Remove all the HiZ code from i915.Eric Anholt2013-06-281-76/+0
* i915: Fork the shared code from i965.Eric Anholt2013-06-261-1/+949
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-687/+1
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+687