intel/blorp: Take a destination swizzle in blorp_blit
[mesa.git] / src / mesa / drivers / dri / i965 /
2016-09-13 Jason Ekstrandintel/blorp: Take a destination swizzle in blorp_blit
2016-09-13 Jason Ekstrandintel/blorp: Take an isl_swizzle instead of a SWIZZLE
2016-09-13 Jason Ekstrandintel/isl: Add an isl_swizzle structure and use it...
2016-09-12 Jason EkstrandRevert "i965: Drop the maximum 3D texture size to 512...
2016-09-12 Alejandro Piñeiroi965: check for GL_TEXTURE_EXTERNAL_OES at miptree_crea...
2016-09-12 Topi Pohjolaineni965/rbc: Clarify rational given for shader image resolves
2016-09-12 Topi Pohjolaineni965/blorp: Use hw generetad primitive copies for layer...
2016-09-12 Topi Pohjolaineni965/blorp: Sanity check all layers before actual clear
2016-09-12 Topi Pohjolainenintel/blorp: Add plumbing for setting color clear layer...
2016-09-12 Topi Pohjolaineni965/rbc: Allocate mcs directly
2016-09-12 Topi Pohjolaineni965: Add sanity check for non-compressible texture...
2016-09-12 Topi Pohjolaineni965/rbc: Consult rb settings for texture surface setup
2016-09-12 Topi Pohjolaineni965: Track non-compressible sampling of renderbuffers
2016-09-12 Topi Pohjolaineni965: Replace boolean rb surface state setup argument...
2016-09-12 Topi Pohjolaineni965/rbc: Allow integer formats as advertised in isl_fo...
2016-09-12 Alejandro Piñeiroi965: remove unused variable at intel_miptree_create_fo...
2016-09-10 Antia Puentesi965: Fix calculation of the image height at start...
2016-09-09 Tapani Pälliandroid: depend on libmesa_genxml from i965 Android...
2016-09-09 Tapani Pällii965: release GLSL IR in LinkShader after it's not...
2016-09-09 Jason Ekstrandi965/fs: Fail the shader compile instead of asserting...
2016-09-03 Jason Ekstrandintel: Pull the guts of gen7_l3_state.c into a shared...
2016-09-03 Jason Ekstrandintel: Rename brw_get_device_name/info to gen_get_devic...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-09-03 Jason Ekstrandintel: Add a new "common" library for more code sharing
2016-09-01 Jordan Justeni965: fix noop_scissor range issue on width/height
2016-08-31 Matt Turneri965: Pass start_offset to brw_set_uip_jip().
2016-08-31 Kenneth Graunkei965: Merge gen7_clip_state atom into gen6_clip_state...
2016-08-31 Kenneth Graunkei965: Use gs_prog_data in is_drawing_points/lines().
2016-08-31 Kenneth Graunkei965: Fix missing dirty bits related to is_drawing_poin...
2016-08-31 Ilia Mirkini965: enable OES_primitive_bounding_box with the no...
2016-08-30 Francisco Jerezi965/fs: Assert that the number of color targets is...
2016-08-30 Ian Romanickglsl: Generate ir_expression_operation.h from Python
2016-08-29 Jason Ekstrandintel/blorp: Add a format parameter to blorp_fast_clear
2016-08-29 Jason Ekstrandi965: Move blorp into src/intel/blorp
2016-08-29 Jason Ekstrandi965/blorp: Remove the remaining brw prefixes from...
2016-08-29 Jason Ekstrandi965/blorp: Use isl_format_get_depth_format for setting...
2016-08-29 Jason Ekstrandi965: Move the type_size function declartaions to brw_nir.h
2016-08-29 Jason Ekstrandi965: Move get_fast_clear_rect to blorp_clear.c
2016-08-29 Jason Ekstrandi965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve
2016-08-29 Jason Ekstrandi965/blorp: Get rid of most brw and mesa includes
2016-08-29 Jason Ekstrandi965: Move the hiz_op enum to blorp
2016-08-29 Jason Ekstrandi965/blorp: Add a fast_clear_op enum
2016-08-29 Jason Ekstrandi965/blorp: Make blorp_addres::buffer a void*
2016-08-29 Jason Ekstrandi965/blorp: Get rid of brw_context
2016-08-29 Jason Ekstrandi965/blorp: Take a blorp_context in compile_nir_shader
2016-08-29 Jason Ekstrandi965/meta_util: Take an isl_device in get_fast_clear_rect
2016-08-29 Jason Ekstrandi965/blorp: Add an "exec" function pointer to blorp_context
2016-08-29 Jason Ekstrandi965/blorp: Remove some i965-isms from genX_blorp_exec.h
2016-08-29 Jason Ekstrandi965/blorp: Move the guts of brw_blorp_exec into genX_b...
2016-08-29 Jason Ekstrandi965/blorp: Pull the guts of blorp_exec into a driver...
2016-08-29 Jason Ekstrandi965/blorp/exec: Refactor to use a new blorp_batch...
2016-08-29 Jason Ekstrandi965/blorp: Add a helper for allocating binding tables...
2016-08-29 Jason Ekstrandi965/blorp: Use BT_INDEX enums for setting up the bindi...
2016-08-29 Jason Ekstrandi965/blorp: Shorten binding table index enum names
2016-08-29 Jason Ekstrandi965/blorp/genX: Add a blorp_surface_reloc helper
2016-08-29 Jason Ekstrandi965/blorp: Use blorp_address in brw_blorp_surface...
2016-08-29 Jason Ekstrandi965/blorp: Pull emit_surface_state into genX_blorp_exec.c
2016-08-29 Jason Ekstrandi965/blorp: Add driver mocs settings to the context
2016-08-29 Jason Ekstrandi965/blorp/genX: Move emit_urb_config into another...
2016-08-29 Jason Ekstrandi965/blorp: Use gen6_upload_urb
2016-08-29 Jason Ekstrandi965/gen6: Refactor gen6_upload_urb
2016-08-29 Jason Ekstrandi965/blorp/genX: Pull emit_3dstate_multisample into...
2016-08-29 Jason Ekstrandi965/blorp/genX: Add helpers for allocating various...
2016-08-29 Jason Ekstrandi965/blorp: Expose the shader cache through function...
2016-08-29 Jason Ekstrandi965/blorp: Add a blorp_context struct and init/finish...
2016-08-29 Jordan Justeni965/hsw: Enable ARB_ES3_1_compatibility extension
2016-08-29 Iago Toral Quirogai965/vec4: remove the generator hack for dual instanced GS
2016-08-29 Ilia Mirkinmesa: remove OES_shader_io_blocks enable
2016-08-26 Ian Romanicki965: Enable OES_texture_cube_map_array on Gen8+
2016-08-26 Ian Romanicki965: Enable GL_OES_geometry_shader on Gen8+
2016-08-26 Jordan Justeni965: Enable OpenGLES 3.1 for Haswell
2016-08-26 Jordan Justeni965: Enable ARB_texture_stencil8 for Haswell
2016-08-26 Jordan Justeni965: Enable ARB_stencil_texturing for Haswell
2016-08-26 Jordan Justeni965/gen7: Use R8_UINT stencil copy when sampling the...
2016-08-26 Jordan Justeni965/gen7: Copy stencil when sampling the stencil texture
2016-08-26 Jordan Justeni965: Add function to copy a stencil miptree to an...
2016-08-26 Jordan Justeni965: Track that the stencil data was updated when...
2016-08-26 Jordan Justeni965: Track that the stencil data was updated when...
2016-08-26 Jordan Justeni965: Track that the stencil data was updated when...
2016-08-26 Jordan Justeni965/gen7: Add R8_UINT stencil miptree copy for sampling
2016-08-26 Jordan Justeni965: Fix assert with multisampling and cubemaps
2016-08-26 Jordan Justeni965/hsw: Adjust uploading default color for stencil...
2016-08-26 Jordan Justeni965/hsw: Don't advertise more than 64 threads for...
2016-08-26 Chris Wilsoni965: Embrace "unlimited" GTT mmap support
2016-08-26 Kenneth Graunkei965: Implement GL_KHR_blend_equation_advanced_coherent...
2016-08-26 Kenneth Graunkei965: Enable GL_KHR_blend_equation_advanced on G45...
2016-08-26 Kenneth Graunkei965: Disable hardware blending if advanced blending...
2016-08-26 Kenneth Graunkei965: Safely iterate the predecessors of the end block.
2016-08-26 Kenneth Graunkenir: Use nir_shader_get_entrypoint in TCS quad workarou...
2016-08-26 Kenneth Graunkenir: Change nir_shader_get_entrypoint to return an...
2016-08-26 Francisco Jerezi965: Expose shader framebuffer fetch extensions on...
2016-08-26 Francisco Jerezi965/fs: Hook up coherent framebuffer reads to the...
2016-08-26 Francisco Jerezi965/fs: Remove special casing of framebuffer writes...
2016-08-26 Francisco Jerezi965/fs: Don't CSE render target messages with differen...
2016-08-26 Francisco Jerezi965/fs: Define logical framebuffer read opcode and...
2016-08-26 Francisco Jerezi965/fs: Define framebuffer read virtual opcode.
2016-08-26 Francisco Jerezi965/disasm: Fix RC message type strings on Gen7+.
2016-08-26 Francisco Jerezi965/eu: Add codegen support for the Gen9+ render targe...
2016-08-26 Francisco Jerezi965/eu: Take into account the target cache argument...
2016-08-26 Francisco Jerezi965: Flip the non-coherent framebuffer fetch extension...
next