i965/blorp: Set full resolve for lossless compressed
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp.h
2016-05-12 Topi Pohjolaineni965/blorp: Set full resolve for lossless compressed
2016-04-26 Jason Ekstrandi965/blorp: Make all of brw_blorp.h accessible to C
2016-04-26 Jason Ekstrandi965/blorp: Turn brw_blorp_params into a C-style struct
2016-04-26 Jason Ekstrandi965/blorp: Turn coord_transform into a C-style struct
2016-04-26 Jason Ekstrandi965/blorp: Turn blorp_surface_info into a C-style...
2016-04-26 Jason Ekstrandi965/blorp: Roll mip_info into surface_info
2016-04-26 Jason Ekstrandi965/blorp: Get rid of the blorp_blit_params class
2016-04-26 Jason Ekstrandi965/blorp: Remove the hiz params class
2016-04-26 Jason Ekstrandi965/blorp: Remove the arguments to brw_blorp_params()
2016-04-26 Jason Ekstrandi965/blorp: Refactor to get rid of the get_wm_prog...
2016-04-23 Topi Pohjolaineni965/blorp/gen6: Use normal base state address setup
2016-04-21 Topi Pohjolaineni965/blorp: Re-introduce clear programs
2016-04-21 Topi Pohjolaineni965/blorp: Switch the order of render and texture...
2016-04-21 Topi Pohjolaineni965/blorp: Add support for disabling color blending
2016-04-21 Topi Pohjolaineni965/blorp: Add support for setting fast clear operation
2016-04-21 Topi Pohjolaineni965/blorp: Add support for sampling 3D textures
2016-04-21 Topi Pohjolaineni965/blorp: Add support for source swizzle
2016-04-21 Topi Pohjolaineni965/blorp: Pipeline upload support for gen8
2016-04-21 Topi Pohjolaineni965/blorp/gen7: Expose state setup applicable to gen8
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-21 Kenneth Graunkei965/blorp: Refactor sRGB encoding/decoding.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Remove useless gen6_blorp.h/gen7_blorp.h headers.
2015-04-29 Topi Pohjolaineni965/blorp: Add support for layered rendering
2015-04-29 Topi Pohjolaineni965/blorp: Allow blend state to be set for multiple...
2015-04-29 Topi Pohjolaineni965/blorp: Prepare for attributes other than render...
2015-04-29 Topi Pohjolaineni965/blorp: Remove unused arguments
2015-04-29 Topi Pohjolaineni965/blorp: Allow caller to provide sampler settings
2015-04-29 Topi Pohjolaineni965/blorp: Remove constant parameter
2014-09-05 Jason Ekstrandi965/blorp: Pass image formats seperately from the...
2014-08-16 Jordan Justeni965: Change mipmap array_spacing_lod0 to array_layout...
2014-08-15 Kristian Høgsbergi965: Implement fast color clears using meta operations
2014-08-02 Kenneth Graunkei965: Make BLORP use brw_emit_sampler_state().
2014-07-06 Matt Turneri965: Use enum brw_reg_type for register types.
2014-04-13 Iago Toral Quirogai965: glClearBuffer() should only clear a single buffer.
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2013-12-09 Paul Berryi965/blorp: Get rid of redundant num_samples blorp...
2013-12-09 Paul Berryi965: Document conventions for counting layers in 2D...
2013-11-07 Eric Anholti965: Avoid flushing the batch for every blorp op.
2013-10-09 Kenneth Graunkei965/blorp: Add an is_render_target parameter to surfac...
2013-08-16 Anuj Phogati965/blorp: Add support for single sample scaled blit...
2013-08-16 Anuj Phogati965/blorp: Use more appropriate variable names
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-01 Anuj Phogati965/blorp: Add bilinear filtering of samples for multi...
2013-06-12 Paul Berryi965/blorp: Write blorp code to do render target resolves.
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-05-30 Anuj Phogatintel: Add multisample scaled blitting in blorp engine
2013-05-30 Anuj Phogatintel: Change the register type from UW to UD in blorp...
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-10 Chad Versacei965/blorp: Add fields brw_blorp_mip_info::level,layer
2012-10-16 Eric Anholti965: Share the draw x/y offset masking code between...
2012-09-12 Paul Berryi965/blorp: Account for offsets when emitting SURFACE_S...
2012-09-12 Paul Berryi965/blorp: Thread level and layer through brw_blorp_bl...
2012-09-12 Paul Berryi965/blorp: store x and y offsets in brw_blorp_mip_info.
2012-09-12 Paul Berryi965/blorp: store surface width/height in brw_blorp_mip...
2012-09-05 Paul Berryi965/blorp: Fix incorrect indentation.
2012-08-07 Chad Versacei965: Add function brw_blorp_blit_miptrees
2012-07-20 Paul Berryi965/blorp: Fix integer downsampling on Gen7.
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-07-11 Paul Berryi965/msaa: Move {rt,tex}_interleaved into blorp program...
2012-06-07 Paul Berryi965/blorp: Implement logic for additional buffer formats.
2012-06-07 Paul Berryi965/blorp: De-virtualize brw_blorp_{mip,surface}_info...
2012-06-07 Paul Berryi965/blorp: Refactor surface format determination.
2012-05-25 Paul Berryi965/msaa: Modify blorp code to account for Gen7 MSAA...
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-25 Paul Berryi965/blorp: Factor gen6_blorp_emit_batch_head into...
2012-05-25 Paul Berryi965/blorp: Use MSDISPMODE_PERSAMPLE rendering when...
2012-05-23 Eric Anholti965: Add an interface for doing hiz ops from C code.
2012-05-15 Paul Berryi965/blorp: Move exec() out of brw_blorp_params.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-15 Paul Berryi965: split gen{6,7}_blorp_exec functions into manageab...
2012-05-15 Paul Berryi965: Parameterize HiZ code to prepare for adding blitting.