i965/fs: Split the BRW native code emit to brw_fs_emit.cpp
[mesa.git] / src / mesa / drivers /
2011-05-27 Eric Anholti965/fs: Split the BRW native code emit to brw_fs_emit.cpp
2011-05-27 Eric Anholti965: Move a couple of GLSL IR -> BRW helper functions...
2011-05-27 Eric Anholti965: Move non-FS-specific shader support to brw_shader...
2011-05-27 Eric Anholti965: Avoid generating MOVs for assignments of expressions.
2011-05-27 Eric Anholti965/fs: Move the computation of register block count...
2011-05-27 Eric Anholti965/fs: Track fixed GRF regs separate from allocated...
2011-05-27 Eric Anholti965/fs: Add a helper function for add_dep(before,...
2011-05-26 Eric Anholti965: Pack the lookup and line_aa bits into the first...
2011-05-26 Eric Anholti965: Remove dead shadowtex_mask entry in the WM key.
2011-05-26 Eric Anholti965: Remove linear_color for GL_PERSPECTIVE_CORRECTION...
2011-05-26 Eric Anholtintel: Drop doubly irrelevant code in intelReadBuffers.
2011-05-25 Eric Anholti965: Warnings cleanup.
2011-05-25 Eric Anholti965: Fix assertion failures in unused brw_reg setup...
2011-05-25 Chad Versaceintel: Change FBO validation criteria to accomodate...
2011-05-25 Chad Versaceintel: Fix intel_draw_buffer() to accomodate hiz and...
2011-05-25 Chad Versaceintel: Add hiz_region to intel_mipmap_tree
2011-05-25 Chad Versaceintel: Refactor the wrapping of textures with renderbuffers
2011-05-25 Chad Versaceintel: Add hiz_region to intel_renderbuffer
2011-05-25 Chad Versaceintel: Add is_hiz_depth_format() to intel_contex.vtbl
2011-05-25 Chad Versaceintel: Allocate region for separate stencil buffer
2011-05-25 Chad Versaceintel: Change supported texture formats for separate...
2011-05-25 Chad Versaceintel: Add flags to intel_context for hiz and separate...
2011-05-22 Kenneth Graunkei965/gen7: Fix miptree layout for cube surfaces.
2011-05-22 Kenneth Graunkei965: Remove comments about pre-965 hardware.
2011-05-20 Kenneth Graunkei965: Fix sampling on Ivybridge after headerless change.
2011-05-20 Kenneth Graunkei965: Remove "TXD" from justification of sampler messag...
2011-05-20 Kenneth Graunkei965/gen7: Add support for rendering to depthbuffer...
2011-05-20 Brian Paulr300: move declaration before code
2011-05-18 Eric Anholti965: Add support for rendering to depthbuffer mipmap...
2011-05-18 Eric Anholti965: Stop caching the combined depth/stencil region...
2011-05-18 Eric Anholti965/gen6: Add support for point min/max size from...
2011-05-18 Eric Anholti965/fs: Don't emit a header on gen5+ sample messages...
2011-05-18 Eric Anholti965/fs: Fix GPU hang on texture2d-bias on pre-Ironlake.
2011-05-18 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
2011-05-18 Eric Anholti965/fs: Drop the viewport index/rtai clearing in gen6...
2011-05-18 Eric Anholti965/fs: Add support for "if" statements in 16-wide...
2011-05-18 Eric Anholti965/fs: Fix discard and alpha test in 16-wide.
2011-05-18 Eric Anholti965/gen6: Fix blending state when no color buffer...
2011-05-18 Eric Anholti965/fs: Cut an instruction and a temporary from gen6...
2011-05-18 Eric Anholti965/fs: Fix compiler warnings about dead code from...
2011-05-18 Kenneth Graunkei965: Rename IS_GT1 and IS_GT2 to IS_SNB_GT1 and IS_SNB...
2011-05-18 Eric Anholti965: Instead of fallback on missing region, just bind...
2011-05-18 Kenneth Graunkei965: Updated fixed-point sizes in Ivybridge SAMPLER_STATE.
2011-05-18 Kenneth Graunkei965: Ivybridge uses the Gen4 SAMPLER_BORDER_COLOR_STATE.
2011-05-18 Kenneth Graunkeintel: Recognize new Ivybridge PCI IDs.
2011-05-18 Kenneth Graunkei965: Disable register spilling on Ivybridge for now.
2011-05-18 Kenneth Graunkei965: Fix RNDZ and RNDE on Sandybridge and Ivybridge.
2011-05-18 Kenneth Graunkei965: Fix data port reads on Ivybridge.
2011-05-18 Kenneth Graunkei965: Avoid register coalescing away MATH workarounds...
2011-05-18 Kenneth Graunkei965: Make the CONT instruction point to the WHILE...
2011-05-18 Kenneth Graunkei965: Add support for loops on Ivybridge.
2011-05-18 Kenneth Graunkei965: Add support for IF/ELSE/ENDIF control flow on...
2011-05-18 Kenneth Graunkei965: Add support for Ivybridge texturing messages.
2011-05-18 Kenneth Graunkei965: Fix sampler message descriptor on Ivybridge.
2011-05-18 Kenneth Graunkei965: Fix SAMPLER_STATE on Ivybridge.
2011-05-18 Kenneth Graunkei965: Mark some brw_wm_sampler_state.c helper functions...
2011-05-18 Kenneth Graunkei965: Update SURFACE_STATE for Ivybridge.
2011-05-18 Kenneth Graunkei965: Mark a few more brw_wm_surface_state functions...
2011-05-18 Kenneth Graunkei965: Change brw_format_for_mesa_format to a non-static...
2011-05-18 Kenneth Graunkei965: Set Address Modify Enable in VERTEX_BUFFER on...
2011-05-18 Kenneth Graunkei965: Enable channel masks in Ivybridge's URB_WRITE_HWO...
2011-05-18 Kenneth Graunkei965: Fix the URB write message descriptor on Ivybridge.
2011-05-18 Kenneth Graunkei965: Fix render target writes on Ivybridge.
2011-05-18 Kenneth Graunkei965: Mad hacks to avoid using MRFs on Ivybridge.
2011-05-18 Kenneth Graunkei965: Emit 3DPRIMITIVE Ivybridge-style.
2011-05-18 Kenneth Graunkei965: Don't use the GS for breaking down quads on Ivybr...
2011-05-18 Kenneth Graunkei965: Emit extra 0's in 3DSTATE_MULTISAMPLE on Ivybridge.
2011-05-18 Kenneth Graunkei965: Add depth buffer support on Ivybridge.
2011-05-18 Kenneth Graunkei965: Upload sampler state pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Disable binding table pointers for unused pipelin...
2011-05-18 Kenneth Graunkei965: Upload binding table pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Split BRW_NEW_BINDING_TABLE dirty bit into one...
2011-05-18 Kenneth Graunkei965: Explicitly disable unused pipeline stages on...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge VS state.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge Viewport state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge Clip state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge CC state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge WM/PS state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge SF/SBE state setup.
2011-05-18 Kenneth Graunkei965: Make gen6_sf_state.c's get_attr_override non...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge URB space partitioning, includi...
2011-05-18 Kenneth Graunkei965: Set maximum number of threads for Ivybridge.
2011-05-18 Kenneth Graunkei965: Split out tracked state atoms for Ivybridge.
2011-05-18 Kenneth Graunkeintel: Initial IS_GEN7 plumbing.
2011-05-18 Kenneth Graunkei965: Rename max_vs_handles to max_vs_entries for consi...
2011-05-18 Kenneth Graunkei965: Convert BRW_NEW_* dirty bits to use an enum.
2011-05-18 Kenneth Graunkei965: Rework IF/ELSE jump target back-patching.
2011-05-18 Kenneth Graunkei965: Move IF stack handling into the EU abstraction...
2011-05-18 Kenneth Graunkei965: Get a ralloc context into brw_compile.
2011-05-18 Kenneth Graunkei965/gs: Move generation check for bailing earlier.
2011-05-18 Kenneth Graunkei965: Add _NEW_LIGHT to Gen6 clip state dirty bits.
2011-05-18 Tom Stellardr300/compiler: Fix bug in rc_get_variables()
2011-05-16 Kenneth Graunkei965: Pass brw_compile pointer to brw_set_src[01].
2011-05-16 Kenneth Graunkei965: Fix "Paramater" typo in gen6_wm_state.c.
2011-05-15 Tom Stellardr300/compiler: Use ALU Result for IF conditionals
2011-05-13 Kenneth Graunkei965: Use BRW_DATAPORT_READ_TARGET_DATA_CACHE instead...
2011-05-13 Kenneth Graunkei965: Rename dp_render_target struct to gen6_dp.
2011-05-13 Kenneth Graunkei965: Attempt to un-muddle Gen6 data port message targe...
2011-05-13 Kenneth Graunkei965: Fix incorrectly named data port define.
2011-05-13 Kenneth Graunkei965: Fix typo in Gen6 "DWord Scattered Write" message...
next