Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1
[mesa.git] / src / mesa / pipe / i915simple / i915_context.h
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-09 Michel DänzerHide texture layout details from the state tracker.
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-22 José FonsecaRemove fences from the i915simple winsys interface.
2007-11-21 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-15 José FonsecaInclude fences in the i915simple winsys interface.
2007-11-07 José FonsecaTrack hardware vertex buffer state changes.
2007-10-29 Zack RusinRemove typedefs from enums.
2007-10-29 José FonsecaStart a vertex buffer constuction stage for i915 based...
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-15 Brianfeedback/rasterpos fix-ups
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...