i965/fs: Factor out the register allocator setup to a separate function.
[mesa.git] / src / mesa / drivers / dri / i965 /
2011-08-10 Eric Anholti965/fs: Factor out the register allocator setup to...
2011-08-10 Eric Anholti965/fs: Simplify the register allocator using a map...
2011-08-10 Eric Anholti965/fs: Eliminate the magic nature of virtual GRF 0.
2011-08-10 Eric Anholti965/fs: Use the new convenience interface for setting...
2011-08-05 Eric Anholtintel: Fix warnings from gl_constant_parameter changes.
2011-08-05 Eric Anholti965: Add dumping for gen6 WM constants too.
2011-08-05 Eric Anholti965/fs: Don't upload unused uniform components.
2011-08-05 Eric Anholti965/fs: Don't allocate the old backend's compile struc...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Kenneth Graunkei965/gen5+: Fix incorrect miptree layout for non-power...
2011-08-01 Bryan Cainr200, r600c, i965: fix build
2011-07-29 Eric Anholti965/fs: Allow register coalescing where the source...
2011-07-29 Eric Anholti965/fs: Optimize a * 1.0 -> a.
2011-07-29 Eric Anholti965/fs: If we see a RCP of a constant, try to constant...
2011-07-29 Eric Anholti965/fs: Port texture projection avoidance optimization...
2011-07-29 Eric AnholtRevert "i965: Don't compute brw->wm.input_size_masks...
2011-07-29 Eric Anholti965/fs: Stop using the exec_list iterator.
2011-07-29 Eric Anholti965/fs: Respect ARB_color_buffer_float clamping.
2011-07-28 Kenneth Graunkei965/gen4: Fix message parameter loading for 1D TXD...
2011-07-26 Eric Anholti965/fs: Fix MRT drawing since the m0->m2 move for...
2011-07-25 Eric Anholti965: Fix many of the trivial WebGL demos that broke...
2011-07-25 Paul Berryi965: vs optimization fix: Check val.{negate,abs} in...
2011-07-25 Kenneth Graunkei965/gen7: Fix shadow sampling in the old brw_wm_emit...
2011-07-25 Kenneth Graunkei965/fs: Clear result before visiting shadow comparitor...
2011-07-23 Ian Romanicki965: When emitting a src/dst read of an output, keep...
2011-07-23 Ian Romanicki965: When emitting a src/dst write of an output, keep...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Eric Anholti965: Apply a homebrew workaround for GPU hang in OGLC...
2011-07-19 Eric Anholti965: Fix regression in 29a911c50e4443dfebef0a2e32c39b6...
2011-07-18 Kenneth Graunkei965: Rename CMD_VF_STATISTICS_(965|GM45) to include...
2011-07-18 Kenneth Graunkei965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VER...
2011-07-18 Kenneth Graunkei965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAW...
2011-07-18 Eric Anholti965: Remove i915 paths from brw_update_draw_buffers().
2011-07-18 Eric Anholti965: Remove unused region calculations in brw_update_d...
2011-07-18 Eric Anholti965: Remove empty brw_set_draw_region.
2011-07-18 Eric Anholti965: Remove FALLBACK() from brw_update_draw_region().
2011-07-18 Eric Anholtintel: Move intel_draw_buffers() code into each driver.
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Kenneth Graunkei965/gen7: Add support for gl_PointCoord.
2011-07-11 Kenneth Graunkei965/gen7: Fix point sprite texture coordinate overrides.
2011-07-11 Kenneth Graunkei965/gen7: Refactor SF setup a bit to handle overrides...
2011-07-11 Eric Anholti965/gen4: Add a stub dumper for CC unit state, which...
2011-07-11 Eric Anholti965/gen4: Add state dumping for unit state using state...
2011-07-11 Eric Anholti965/gen6: Add state dumping for the VS constants.
2011-07-11 Eric Anholti965/gen6: Add state dumping for the scissor packet.
2011-07-11 Eric Anholti965: When dumping programs, dump the whole cache....
2011-07-11 Eric Anholti965: Dump the binding table using state_batch_list[].
2011-07-11 Eric Anholti965: Dump the surface, sampler, and sdc state using...
2011-07-11 Eric Anholti965: Dump brw_state_batch data in an easier format...
2011-07-11 Eric Anholti965: Map the batch once for dumping all our state...
2011-07-11 Eric Anholti965: Move the new gen6 state structs to using state_ba...
2011-07-11 Eric Anholti965: Move the SF VP state dump to using the state_batc...
2011-07-11 Eric Anholti965: Move CLIP VP state dump to using the state_batch_...
2011-07-11 Eric Anholti965: Track the brw_state_batch() data while under...
2011-07-11 Eric Anholti965: Add a type argument to brw_state_batch().
2011-07-11 Eric Anholtintel: Make our context structure be a ralloc context.
2011-07-11 Eric Anholti965: Fix fp-dst-aliasing-[12].vpfp.
2011-07-11 Eric Anholti965: Fix fp-lit-src-equals-dst.
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-09 Eric Anholti965/gen4: Fix GPU hangs since the program streaming...
2011-07-09 Kenneth Graunkei965/gen7: Remove gratuitous dirty flags from WM and...
2011-07-07 Kenneth Graunkei965: Remove unused structures for command packets.
2011-07-07 Kenneth Graunkei965: Convert system instruction pointer to OUT_BATCH...
2011-07-07 Kenneth Graunkei965: Convert PIPELINE_SELECT to OUT_BATCH style.
2011-07-07 Kenneth Graunkei965: Emit 3DSTATE_VF_STATISTICS in OUT_BATCH style.
2011-07-07 Kenneth Graunkei965: Convert 3DSTATE_GLOBAL_DEPTH_OFFSET_CLAMP to...
2011-07-06 Kenneth Graunkei965/fs: Fix message register allocation in FB writes.
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Kenneth Graunkei965/fs: Implement new ir_unop_u2i and ir_unop_i2u...
2011-06-29 Kenneth Graunkei965/gen7: Add missing ! to brw->gs.prog_active assertion.
2011-06-28 Eric Anholti965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINT...
2011-06-28 Eric Anholti965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.
2011-06-27 Ben Widawskyi965: step message register allocation
2011-06-25 Eric Anholti965/gen5: Fix grf_used calculation for 16-wide.
2011-06-24 Paul Berryi965: fix mask used to write to clip distance registers...
2011-06-24 Eric Anholti965: Make the brw_format_for_mesa_format table static...
2011-06-24 Eric Anholti965: Don't bother telling tnl about state updates...
2011-06-24 Eric Anholti965: Reuse existing program data when a new compiled...
2011-06-23 Eric Anholti965/gen6: Add a couple more packets to the nonpipeline...
2011-06-20 Eric Anholti965/gen6: Apply documented workaround for nonpipelined...
2011-06-20 Eric Anholti965/gen6: Limit the workaround flush to once per primi...
2011-06-20 Eric Anholti965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.
2011-06-20 Eric Anholti965/gen4: Remove old VS unit state key structure.
2011-06-20 Eric Anholti965/gen6: Add missing state flag for VS push constants.
2011-06-20 Eric Anholti965/gen6+: Correct gratuitous dependency on NEW_POLYGO...
2011-06-20 Eric Anholti965/gen6+: Add a missing state flag for WM constants.
2011-06-19 Kenneth Graunkei965/fs: Add support for TXD with shadow comparisons.
2011-06-19 Kenneth Graunkei965/fs: Refactor texture result swizzling into a helpe...
2011-06-19 Kenneth Graunkei965/fs: Move sampler fetch to the top of the ir_textur...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Check for compilation failure and bail before...
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-18 Eric Anholti965: Only flag the new-batch related state as dirty...
2011-06-18 Eric Anholti965: Don't try to continue space before the start...
2011-06-18 Eric Anholti965: Add missing state flag for vertex elements on...
next