i965/blorp: Expose coordinate scissoring and mirroring
[mesa.git] / src / mesa / drivers /
2014-05-12 Topi Pohjolaineni965/blorp: Expose coordinate scissoring and mirroring
2014-05-12 Topi Pohjolaineni965/gen8: Use helper variables for surface parameters
2014-05-10 Kenneth GraunkeRevert "i965: Fix depth (array slices) computation...
2014-05-09 Kenneth Graunkei965: Fix GPU hangs on Broadwell in shaders with some...
2014-05-08 Chris Forbesi965/Gen8: Set up layer constraints properly for depth...
2014-05-08 Chris Forbesi965/Gen7: Set up layer constraints properly for depth...
2014-05-08 Chris Forbesi965/Gen8: Set up layer constraints properly for render...
2014-05-08 Chris Forbesi965/Gen7: Set up layer constraints properly for render...
2014-05-08 Chris Forbesi965: Fix typo in assert message
2014-05-08 Kenneth Graunkei965: Fix depth (array slices) computation for 1D_ARRAY...
2014-05-08 Kenneth Graunkei965: Enable GL_ARB_texture_view on Broadwell.
2014-05-06 Kenneth Graunkemeta: Only clear the requested color buffers.
2014-05-06 Kenneth Graunkemeta: Add infrastructure for saving/restoring the DrawB...
2014-05-06 Kenneth Graunkemeta: Add a new MESA_META_DRAW_BUFFERS bit.
2014-05-06 Kenneth Graunkemeta: Unify the GLSL and fixed-function clear paths.
2014-05-06 Kenneth Graunkei965: Always intel_prepare_render() after invalidating...
2014-05-03 Kenneth Graunkei965: Set miptree target field when creating from a BO.
2014-05-03 Eric Anholti965: Move push constant state packets to push constant...
2014-05-03 Eric Anholti965: Merge gen8_upload_constant_state into gen7_upload...
2014-05-03 Eric Anholti965: Refactor gen7_upload_constant_state to look more...
2014-05-03 Eric Anholti965: Drop unnecessary state flag for units on NEW_BIND...
2014-05-03 Eric Anholti965/gen7+: Move sampler state packets to the stage...
2014-05-03 Eric Anholti965/gen6: Don't update unit state when samplers change.
2014-05-03 Eric Anholti965: Drop a NEW_SAMPLER annotation for use of sampler_...
2014-05-03 Eric Anholti965: Simplify sampler setup by passing the stage state.
2014-05-03 Eric Anholti965: Make batch dumping go to stderr, too.
2014-05-03 Eric Anholti965: Fix a stale comment reference
2014-05-02 Petri Latvalai965: Enable INTEL_performance_query for Gen5+.
2014-05-02 Ian Romanickmesa: Remove support for desktop OpenGL GL_EXT_separate...
2014-05-02 Ian Romanickmesa/sso: Enable GL_ARB_separate_shader_objects by...
2014-05-02 Ian Romanickmeta: Fix saving the program pipeline state
2014-05-02 Fredrik Höglundmesa: Add a texUnit parameter to dd_function_table...
2014-05-01 Eric Anholti965: Fix the file comment for intel_image.h
2014-05-01 Eric Anholti965: Rename intel_regions.h to something more appropri...
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-05-01 Eric Anholti965: Drop region usage from DRI2 winsys-allocated...
2014-05-01 Eric Anholti965: Drop a funny assert about mt pitch.
2014-05-01 Eric Anholti965: Fix intel_bufferobj_buffer range for blit drawpixels.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-05-01 Eric Anholti965: Replace the region in DRIimage with just a BO...
2014-05-01 Eric Anholti965: Make intel_set_texture_region just take a BO...
2014-05-01 Eric Anholti965: Stop making a pointless region for DRI2 to just...
2014-05-01 Eric Anholti965: Drop the global GEM name from regions.
2014-05-01 Eric Anholti965: Drop the tiling argument to intel_miptree_create_...
2014-05-01 Eric Anholti965: Drop pointless cast of texObj to intelObj.
2014-05-01 Eric Anholti965: Move intel_region_get_aligned_offset() to be...
2014-05-01 Eric Anholti965: Move intel_region_get_tile_masks() to be a miptre...
2014-05-01 Eric Anholti965: Fix another broken offset-aligned-to-tile test.
2014-05-01 Eric Anholti965: Fix offset-aligned-to-tile test in dma_buf import.
2014-05-01 Eric Anholti965: Reuse intel_miptree_get_tile_offsets().
2014-05-01 Ville Syrjäläi965: Fix format of private renderbuffers
2014-05-01 Ville Syrjäläi915: Don't advertise Z formats in TextureFormatSupport...
2014-05-01 Ville Syrjäläi915: Fix format of private renderbuffers
2014-05-01 Anuj Phogati965: Fix crash in do_blit_readpixels()
2014-05-01 José Fonsecaosmesa: Fix typo in _MaxEnabledTexImageUnit.
2014-05-01 Kenneth Graunkei965/vec4: Port untyped atomic message support to Broad...
2014-05-01 Kenneth Graunkei965/vec4: Port untyped surface reads support to Broadwell.
2014-05-01 Kenneth Graunkei965/fs: Port untyped atomic message support to Broadwell.
2014-05-01 Kenneth Graunkei965/fs: Port untyped surface read support to Broadwell.
2014-05-01 Kenneth Graunkei965/fs: Set fs_inst::header_present for untyped atomic...
2014-05-01 Kenneth Graunkei965: Disassemble atomic operations and other DP:DC1...
2014-05-01 Kenneth Graunkei965: Implement the create_raw_surface() hook on Broadwell.
2014-05-01 Kenneth Graunkei965: Drop mark_surface_used from gen8 generators.
2014-05-01 Kenneth Graunkei965/fs: Add support for fs_inst::force_writemask_all...
2014-05-01 Kenneth Graunkei965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STAT...
2014-05-01 Kenneth Graunkei965: Don't enable reset notification support on Gen4-5.
2014-04-30 Eric Anholti965: Fix state flag comments on color_buffer_write_ena...
2014-04-30 Eric Anholti965: Drop bogus state flag comment.
2014-04-30 Eric Anholti965: Track the number of samples in the drawbuffer.
2014-04-30 Eric Anholtradeon: Drop the remaining driver usage of _ReallyEnabled.
2014-04-30 Eric Anholti915: Drop use of _ReallyEnabled.
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-04-30 Eric Anholtmesa: Drop dead last_ReallyEnabled fields from drivers.
2014-04-30 Eric Anholtmesa: Drop _EnabledUnits.
2014-04-30 Eric Anholti915: Redo texture unit walking on i830.
2014-04-30 Matt Turneri965/vec4: Remove 'mul_arg' from try_emit_mad().
2014-04-30 Matt Turneri965/fs: Remove 'mul_arg' from try_emit_mad().
2014-04-29 Kenneth Graunkei965: Fix a few base addresses on Broadwell.
2014-04-28 Emil Velikovdri_util: cleanup dri extension handling
2014-04-28 Emil Velikovdri/radeon: use a const __DRIextension array
2014-04-28 Emil Velikovdrivers/dri: cleanup dri extension instantiation
2014-04-28 Jon TURNEYCheck for dladdr(), rather than assuming we have it...
2014-04-27 Chia-I Wumesa: use accessors for struct gl_debug_state
2014-04-26 Eric Anholti965: Don't bother flushing the batch if it doesn't...
2014-04-22 Kenneth Graunkei965: Make Broadwell HiZ path arrange for TC flushes.
2014-04-22 Matt Turneri965: Use uint16_t for control/src index tables.
2014-04-22 Matt Turneri965/disasm: Fix s/xoo/xor/ typo.
2014-04-22 Matt Turneri965/disasm: Remove tables with obvious mappings.
2014-04-20 Chris Forbesi965: Use ctx->Texture._MaxEnabledTexImageUnit for...
2014-04-18 Kenneth Graunkei965/fs: Implement fs_inst::force_sechalf support on...
2014-04-18 Matt Turneri965/fs: Reduce restrictions on interference in registe...
2014-04-18 Matt Turneri965/fs: Give up in interference check if we see a...
2014-04-18 Matt Turneri965/fs: Simplify interference scan in register coalescing.
2014-04-18 Matt Turneri965/fs: Unindent can_coalesce_vars().
2014-04-18 Matt Turneri965/fs: Recognize nop-MOV instructions early.
2014-04-18 Matt Turneri965/fs: Only sweep NOPs if register coalescing made...
2014-04-17 Kenneth Graunkei965: Retype pre-Gen6 varying pull load destination...
2014-04-17 Anuj Phogati965: Add glBlitFramebuffer to commands affected by...
2014-04-17 Anuj Phogati965: Fix component mask and varying_to_slot mapping...
2014-04-17 Anuj Phogati965: Fix component mask and varying_to_slot mapping...
next