summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Move has_hiz from the slice to the level.Eric Anholt2014-05-121-1/+1
* i965: Fix typo in assert messageChris Forbes2014-05-091-1/+1
* i965: Rename intel_regions.h to something more appropriate now.Eric Anholt2014-05-011-1/+1
* i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt2014-05-011-6/+6
* i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt2014-05-011-2/+1
* i965: Fix format of private renderbuffersVille Syrjälä2014-05-011-19/+33
* i965: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat2014-04-171-0/+8
* i965: Add layer_count to intel_renderbufferChris Forbes2014-04-101-0/+10
* i965: Pull out layer_multiplier in intel_update_renderbuffer_wrapperChris Forbes2014-04-101-2/+5
* i965: Add `layered` parameter to intel_update_renderbuffer_wrapperChris Forbes2014-04-101-3/+4
* i965: Adjust renderbuffer wrapper to account for MinLevel/MinLayerChris Forbes2014-04-101-0/+4
* i965: Fix render-to-texture in non-FinishRenderTexture cases.Eric Anholt2014-03-061-19/+41
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-181-12/+86
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-1/+1
* i965: Remove redundant check in blitter-based glBlitFramebuffer().Eric Anholt2014-02-071-10/+0
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-2/+2
* 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
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-5/+5
* mesa: initialize gl_renderbuffer::Depth in coreMarek Olšák2013-11-231-2/+0
* i965: Share code between intel_quantize_num_samples and clamp_max_samplesChad Versace2013-11-221-18/+10
* i965: Replace some intel_screen fields with brw_device_info references.Kenneth Graunke2013-10-131-1/+1
* i965: Remember to call intel_prepare_render() before blitting.Kenneth Graunke2013-08-081-0/+5
* intel_fbo: remove unused intel_renderbuffer hiz functionsJordan Justen2013-08-041-20/+0
* i965: add intel_renderbuffer_att_set_needs_depth_resolveJordan Justen2013-08-041-0/+15
* gen7 fbo: make unmatched depth/stencil configs return unsupportedJordan Justen2013-08-041-0/+16
* intel: restrict dma-buf-import images to external sampling onlyTopi Pohjolainen2013-08-021-0/+7
* intel: do not create renderbuffers out of planar imagesTopi Pohjolainen2013-08-021-0/+7
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-2/+1
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-091-1/+0
* i965: Move must_use/has_separate_stencil fields to brw_context.Kenneth Graunke2013-07-091-3/+3
* i965: Shorten context base class dereference chains.Kenneth Graunke2013-07-091-13/+13
* i965: Move intel_context::intelScreen to brw_context.Kenneth Graunke2013-07-091-3/+2
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-1/+0
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-30/+34
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+0
* i965: Remove render_target_supported from the vtable.Kenneth Graunke2013-07-031-1/+1
* i965: Move is_hiz_depth_format out of the vtable.Kenneth Graunke2013-07-031-3/+2
* i965: Remove some dead code.Kenneth Graunke2013-07-031-16/+0
* i965: Drop code for calling the empty brw_update_draw_buffers() hook.Eric Anholt2013-06-281-36/+0
* i965: Drop #ifdef I915 code.Eric Anholt2013-06-281-4/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+949
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-0/+1