aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-1/+1
* i965: Consolidate certain miptree params to flagsBen Widawsky2015-06-121-3/+2
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-4/+4
* i965: Lift some restrictions on dma_buf EGLImagesChad Versace2015-04-131-7/+0
* i965: Disable aux buffers for EGLImage-backed miptreesChad Versace2015-04-131-1/+7
* i965: Change intel_miptree_create_for_bo() signatureChad Versace2015-04-131-1/+2
* i965: Refactor brw_is_hiz_depth_format()Chad Versace2015-04-131-2/+2
* i965/hiz: Start to separate miptree out from hiz buffersJordan Justen2015-03-091-2/+2
* i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.Kenneth Graunke2015-03-051-1/+49
* intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2015-03-031-1/+1
* i965: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* i965: Prefer Meta over the BLT for BlitFramebuffer.Kenneth Graunke2015-02-171-7/+7
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-9/+11
* i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand2015-01-221-0/+1
* util/hash_set: Rework the API to know about hashingJason Ekstrand2015-01-151-3/+4
* util: Move main/set to util/hash_setJason Ekstrand2015-01-151-1/+1
* i965: Fix intel_miptree_map() signature to be more 64-bit safeChad Versace2014-12-221-2/+2
* mesa: Add a source parameter to _mesa_gl_debug.Matt Turner2014-12-051-0/+1
* i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen2014-08-151-1/+2
* i965/gen6 fbo: make unmatched depth/stencil configs return unsupportedJordan Justen2014-08-151-3/+3
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-1/+1
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-4/+10
* i965/fbo: Only try stencil meta blits on gen >= 8Topi Pohjolainen2014-05-191-2/+4
* i965/fb: Use meta path for stencil blitsTopi Pohjolainen2014-05-151-0/+9
* 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