i965/fs: Add support for translating ir_triop_fma into MAD.
[mesa.git] / src / mesa / drivers / dri / i965 /
2013-08-12 Kenneth Graunkei965/fs: Remove extraneous newline in dump_instruction...
2013-08-12 Kenneth Graunkei965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when...
2013-08-12 Kenneth Graunkei965/fs: Consider predicated SEL instructions as whole...
2013-08-12 Kenneth Graunkei965/fs: Explicitly disallow CSE on predicated instruct...
2013-08-12 Kenneth Graunkei965/fs: Log a performance warning if skipping 16-wide...
2013-08-10 Chris Forbesi965: add missing BRW_NEW_INTERPOLATION_MAP to state...
2013-08-10 Chris Forbesi965: Add a new debug mode for the VUE map
2013-08-08 Kenneth Graunkei965: Remember to call intel_prepare_render() before...
2013-08-06 Kenneth Graunkei965: Add #defines for the MI_LOAD_REGISTER_MEM command.
2013-08-06 Kenneth Graunkei965: Initialize the intel_context::bufmgr pointer...
2013-08-06 Kenneth Graunkei965: Tidy preprocessor macros for SO_PRIM_STORAGE_NEED...
2013-08-06 Kenneth Graunkei965: Tidy preprocessor macros for SO_NUM_PRIMS_WRITTEN...
2013-08-06 Kenneth Graunkei965: Don't allocate curbe buffers on Gen6+.
2013-08-04 Jordan Justenintel_fbo: remove unused intel_renderbuffer hiz functions
2013-08-04 Jordan Justeni965 clear/draw: set renderbuffer attachment as needing...
2013-08-04 Jordan Justeni965: add intel_renderbuffer_att_set_needs_depth_resolve
2013-08-04 Jordan Justeni965: add intel_miptree_set_all_slices_need_depth_resolve
2013-08-04 Jordan Justeni965 gen7: don't set FORCE_ZERO_RTAINDEX for layered...
2013-08-04 Jordan Justenhsw hiz: Remove x/y offset restriction for hiz
2013-08-04 Jordan Justengen7 depth surface: program 3DSTATE_DEPTH_BUFFER to...
2013-08-04 Jordan Justengen7 fbo: make unmatched depth/stencil configs return...
2013-08-04 Jordan Justenhsw hiz: Add new size restrictions for miplevels > 0
2013-08-04 Jordan Justengen7 blorp depth: calculate base surface width/height
2013-08-04 Jordan Justengen7 depth surface: calculate minimum array element...
2013-08-04 Jordan Justengen7 depth surface: calculate LOD being rendered to
2013-08-04 Jordan Justengen7 depth surface: calculate depth (array size) for...
2013-08-04 Jordan Justengen7 depth surface: calculate more specific surface...
2013-08-04 Jordan Justeni965: init global state first in brw_workaround_depthst...
2013-08-02 Kenneth Graunkei965: Initialize the maximum number of GS threads on...
2013-08-02 Topi Pohjolaineni965: enable image external sampling for imported dma...
2013-08-02 Topi Pohjolainenintel: restrict dma-buf-import images to external sampl...
2013-08-02 Topi Pohjolainendri: propagate extra dma_buf import attributes to the...
2013-08-02 Topi Pohjolainenintel: set dri image dimensions even when creating...
2013-08-02 Topi Pohjolainenintel: refactor planar format lookup
2013-08-02 Topi Pohjolainenintel: do not create renderbuffers out of planar images
2013-08-02 Topi Pohjolainenintel: allow packed prime buffers to be treated normally
2013-08-02 Paul Berrymesa: Refactor copying of linked program data.
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-08-02 Paul Berryglsl: Change do_set_program_inouts' is_fragment_shader...
2013-08-01 Kenneth Graunkei965: Delete the BATCH_LOCALS macro.
2013-08-01 Chris Forbesi965 Gen4/5: clip: Don't mangle flat varyings
2013-08-01 Chris Forbesi965 Gen4/5: clip: Add support for noperspective varyings
2013-08-01 Chris Forbesi965 Gen4/5: clip: correctly handle flat varyings
2013-08-01 Chris Forbesi965 Gen4/5: Generalize SF interpolation setup for...
2013-08-01 Chris Forbesi965: Add helper functions for interpolation map
2013-08-01 Chris Forbesi965 Gen4/5: Introduce 'interpolation map' alongside...
2013-07-31 Chris Forbesi965/vs: Put lod parameter in the correct place for...
2013-07-31 Chris Forbesi965/vs: set up sampler state pointer for Gen4/5.
2013-07-30 Marek Olšákmesa: default DEPTH_TEXTURE_MODE should be RED in the...
2013-07-29 Kenneth Graunkei965: Don't create a swrast context on ES2+.
2013-07-26 Chris Forbesi965/vs: Fix flaky texture swizzling
2013-07-25 Kenneth GraunkeRevert "i965: Delete pre-DRI2.3 viewport hacks."
2013-07-25 Paul Berryi965: Initialize inout_offset parameter to brw_search_c...
2013-07-18 Kenneth Graunkei965: Enable the GL_ARB_shading_language_420pack extens...
2013-07-18 Kenneth Graunkei965: Combine URB code emission into a single group.
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS for depth, hiz, and stencil
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of SURFACE_STAT
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
2013-07-18 Kenneth Graunkei965: Add #defines for Memory Object Control State...
2013-07-18 Kenneth Graunkei965: Add MOCS shift and mask for SURFACE_STATE entries.
2013-07-16 Chris Forbesi965/Gen4: Zero extra coordinates for ir_tex
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS...
2013-07-16 Kenneth Graunkei965: Refer people to brw_tex_layout.c rather than...
2013-07-16 Kenneth Graunkei965: Remove old BSpec reference from BLORP's 3DSTATE_W...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for 3DSTATE_URB_* programming.
2013-07-16 Kenneth Graunkei965: Update workaround flush comments for Gen6 3DSTATE_VS.
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for VS PIPE_CONTROL workar...
2013-07-16 Kenneth Graunkei965: Cite the Sandybridge PRM for Gen7 stencil pitch...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for multisample surface...
2013-07-16 Kenneth Graunkei965: Delete "the data cache is the sampler cache"...
2013-07-16 Kenneth Graunkei965: Cite the 965 PRM for "the data cache is the sampl...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for DP message descriptor...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for why the fake MRF range...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for SFID enum values.
2013-07-14 Chris Forbesi965: Gen4/5: use IEEE floating point mode for GLSL...
2013-07-14 Chris Forbesi965/vs: Gen4/5: enable front colors if back colors...
2013-07-11 Anuj Phogati965/blorp: Fix clear rectangle alignment in fast color...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::has_llc to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move must_use/has_separate_stencil fields to...
2013-07-09 Kenneth Graunkei965: Move intel_context::has_hiz to brw_context.
2013-07-09 Kenneth Graunkei965: Free brw, not intel.
2013-07-09 Kenneth Graunkei965: Shorten context base class dereference chains.
2013-07-09 Kenneth Graunkei965: Move intel_context::has_swizzling to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::intelScreen to brw_context.
2013-07-09 Kenneth Graunkei965: Delete unused intel_context::driFd field.
2013-07-09 Kenneth Graunkei965: Store brw_context as the DRI driver private,...
2013-07-09 Kenneth Graunkei965: Move intel_context::driContext to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::NewGLState to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::upload to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::max_gtt_map_object_size to...
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::no_batch_wrap to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context's framerate throttling fields...
2013-07-09 Kenneth Graunkei965: Move intel_context::stats_wm to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::hw_ctx to brw_context.
next