i965: Simplify sampler setup by passing the stage state.
[mesa.git] / src / mesa / drivers / dri /
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 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 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...
2014-04-17 Anuj Phogati965: Put an assertion to check valid varying_to_slot...
2014-04-17 Matt Turneri965: Don't make instructions with a null dest a barrie...
2014-04-17 Juha-Pekka Heikkilai965/fs: Change fs_visitor::emit_lrp to use MAC for...
2014-04-17 Juha-Pekka Heikkilai965/fs: Add support for the MAC instruction.
2014-04-17 Juha-Pekka Heikkilai965/vec4: Change vec4_visitor::emit_lrp to use MAC...
2014-04-17 Juha-Pekka Heikkilai965/vec4: Add support for the MAC instruction.
2014-04-17 Juha-Pekka Heikkilai965: Add writes_accumulator flag
2014-04-17 Juha-Pekka Heikkilai965: Add is_accumulator() function.
2014-04-17 Matt Turneri965: Add reads_accumulator_implicitly() function.
2014-04-16 Matt TurnerRevert "i965/fs: Only sweep NOPs if register coalescing...
2014-04-15 Matt Turneri965/fs: Only sweep NOPs if register coalescing made...
2014-04-15 Eric Anholti965: Fix buffer overruns in MSAA MCS buffer clearing.
2014-04-15 Mike Stroyani965: Avoid dependency hints on math opcodes
2014-04-15 Matt Turneri965: Expand INTEL_DEBUG to uint64_t.
2014-04-15 Matt Turnerdri: Expand driParseDebugString return value to uint64_t.
2014-04-15 Matt Turneri965/fs: Remove dead_code_eliminate_local().
2014-04-15 Matt Turneri965/fs: Clear variable from live-set if it's completel...
2014-04-15 Matt Turneri965/fs: Reimplement dead_code_elimination().
2014-04-15 Matt Turneri965/vec4: Let DCE eliminate dead writes in other basic...
2014-04-15 Matt Turneri965/gs: Add dummy source to prepare_channel_masks...
2014-04-15 Kenneth Graunkei965: Disable Z16 in all APIs.
2014-04-15 Kenneth Graunkei965: Update comments about Z16 being slow.
2014-04-14 Jordan Justeni965/gen8: add debug code to show FS disasm with jump...
2014-04-13 Iago Toral Quirogai965: glClearBuffer() should only clear a single buffer.
2014-04-12 Chris Forbesi965: Add comment to explain the weird-looking shadow...
2014-04-12 Kenneth Graunkeglsl: Drop do_common_optimization's max_unroll_iteratio...
2014-04-12 Kenneth Graunkei965: Use EmitNoIndirect flags in lower_variable_index_...
next