fix get_result_vector() since fp output slots are not fixed anymore
[mesa.git] / src / mesa / pipe / i915simple / i915_context.h
2007-09-21 Zack RusinConvert i915 to use cso semantics of alpha_test.
2007-09-21 Zack RusinMake the alpha test state a cso.
2007-09-20 Zack RusinCache the i915 sampler state.
2007-09-20 Zack RusinMake the rasterizer state in i915 use the cso semantics.
2007-09-20 Zack RusinRewrite the depth_stencil state handling in i915.
2007-09-19 Zack RusinConvert the i915 driver blend state to the new semantics.
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-09-18 Zack RusinMake sampler an immutable state object.
2007-09-18 Zack RusinFirst stab at immutable state objects (create/bind...
2007-08-24 keithwremove dead file
2007-08-23 BrianCheckpoint commit: i915 texture works, use new vertex_i...
2007-08-23 BrianCheckpoint: texture image and sampler state handling...
2007-08-22 BrianRework of shader constant buffers.
2007-08-22 Keith WhitwellImport some sampler state code.
2007-08-22 BrianFragment shader translation seems to basically work...
2007-08-20 BrianUse new draw_arrays() code.
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-13 Keith WhitwellStart breaking the #include dependencies between pipe...
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Keith WhitwellPass pci_id to i915_create()
2007-08-10 Keith WhitwellAdd a printf method to winsys and use for all debugging.
2007-08-09 Keith WhitwellAdd more i915 state packets.
2007-08-09 Keith WhitwellSome basic state - blend and ztest sort of work.
2007-08-09 Keith WhitwellDon't reemit hardware state *every* primitive.
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-08 Keith WhitwellCheckpoint of a super-simplified i915 driver in the...