fix get_result_vector() since fp output slots are not fixed anymore
[mesa.git] / src / mesa / pipe / i915simple / i915_context.c
2007-10-01 Brianuse i915_miptree_layout when using an i915
2007-10-01 Brianfix a few vert/frag program items to get i915 driver...
2007-09-21 Zack RusinSilence a few warnings.
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-18 Zack RusinFinishing up rename of the setup state to the rasterize...
2007-09-11 BrianImplement query object interface.
2007-08-22 BrianRework of shader constant buffers.
2007-08-21 Keith WhitwellFirst pass at a fallback concept for pipe devices.
2007-08-20 BrianUse new draw_arrays() code.
2007-08-20 BrianCheckpoint: remove more of the old draw_vb() code.
2007-08-20 BrianStart to remove the temporary draw_vb() and draw_vertic...
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 Brianadded pipe->max_texture_size() query, use it in st_draw...
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Keith WhitwellAdd printf handlers, pass pci id and move texlayout...
2007-08-10 Keith WhitwellPass pci_id to i915_create()
2007-08-09 Keith WhitwellAdd more i915 state packets.
2007-08-09 Brian*numFormats = 3
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-08 Keith WhitwellThe i915simple driver now runs well enough to lock...
2007-08-08 Keith WhitwellCall init_state_funcs
2007-08-08 Keith WhitwellCheckpoint of a super-simplified i915 driver in the...