added PSIZE
[mesa.git] / src / mesa / pipe / i915simple /
2007-09-21 BrianGet rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEM...
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-21 Zack RusinSilence a few warnings.
2007-09-20 Brianremove old code in src_vector()
2007-09-20 BrianClean-up the TGSI_SEMANTIC tokens, introduce semantic...
2007-09-20 Brianremove old/used code
2007-09-20 Briancheckpoint: TGSI_ATTRIB_x tokens no longer used
2007-09-20 BrianCheckpoint: vertex attribute clean-up.
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-20 Zack RusinFix failover state binding and convert the sampler...
2007-09-20 Zack RusinConvert depth_stencil state to the new semantics.
2007-09-20 Zack RusinSwitch fragment/vertex shaders to the new caching seman...
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-19 Zack RusinConvert the rasterizer cso to the new semantics.
2007-09-19 Zack RusinConvert the i915 driver blend state to the new semantics.
2007-09-19 Zack RusinRedo the cso cache to map driver data in a lot more...
2007-09-19 Zack RusinFinish up conversions of shaders to immutable objects.
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack RusinFinishing up rename of the setup state to the rasterize...
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-09-17 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-09-17 Keith WhitwellRemove non-meaningful region_idle() interface
2007-09-11 BrianImplement query object interface.
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-08-31 BrianDefine attrib_format and interp_mode enum typedefs...
2007-08-30 BrianConsolidate vertex-related code in new draw_vertex.c
2007-08-30 BrianRemove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c
2007-08-30 BrianIn draw_flatshade.c use vertex_info->interp_mode[]...
2007-08-25 Brians/==/=/
2007-08-25 BrianFix fragment program color output mapping (0=depth...
2007-08-25 Brianset I915_NEW_VERTEX_FORMAT in calculate_vertex_layout...
2007-08-25 BrianAdd support for more surface types in sp_surface.c
2007-08-24 Brianremove deleted i915_state_fragprog.c
2007-08-24 keithwdisable debug
2007-08-24 keithwremove dead file
2007-08-24 keithwhave to check I915_HW_SAMPLER when emitting MAP state...
2007-08-24 keithwsampler state tweaks
2007-08-24 Brianemit S4_VFMT_XYZ vs. S4_VFMT_XYZW as needed
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-23 Brianclean-up comments
2007-08-23 Brianremove dead/debug code, misc clean-up
2007-08-23 BrianCheckpoint commit: i915 texture works, use new vertex_i...
2007-08-23 BrianCheckpoint: texture image and sampler state handling...
2007-08-23 Brianfix assertions in swizzle()
2007-08-22 BrianSampler state code now compiles and is built. Not...
2007-08-22 BrianRework of shader constant buffers.
2007-08-22 Keith WhitwellImport some sampler state code.
2007-08-22 Briancode movement, null ptr checks, etc
2007-08-22 Brianremove unneeded include
2007-08-22 Brianremove unneeded includes
2007-08-22 BrianObsolete.
2007-08-22 Briandon't need i915_fpc.c
2007-08-22 Brianimplement negation for src operands
2007-08-22 Keith WhitwellRemove duplicate i915 shader disassembler
2007-08-22 BrianFragment shader translation seems to basically work...
2007-08-21 Keith WhitwellFirst pass at a fallback concept for pipe devices.
2007-08-21 Keith WhitwellAdd missing #include
2007-08-21 Brianadded fpc sources
2007-08-21 BrianInitial check-in of i915 fragment program translation...
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-16 BrianBegin added vertex shader state/support.
2007-08-13 Keith WhitwellStart breaking the #include dependencies between pipe...
2007-08-13 Brianfill in the get_tile() function so ReadPixels can work
2007-08-11 Brianfix invalid usage of buffer_unreference()
2007-08-11 Briannotes/asserts for get/put_tile()
2007-08-11 Keith WhitwellPull in improved debug from master
2007-08-11 Keith Whitwellmake it easier to compare debug code with non-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 Brianalignment/pitch/width clean-ups
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-10 Keith WhitwellMissing files
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-10 Keith WhitwellAdd a printf method to winsys and use for all debugging.
2007-08-10 Brianmove viewport Y inversion to state tracker
2007-08-09 Keith WhitwellAdd more i915 state packets.
2007-08-09 Keith WhitwellRemove unused file
2007-08-10 Brianinvert Y axis with the viewport transformation to put...
2007-08-10 Brianvertex colors are ARGB
2007-08-09 Keith WhitwellMissing files
2007-08-09 Keith WhitwellSome basic state - blend and ztest sort of work.
2007-08-09 Keith WhitwellEmit drawrect command as we no longer ask the kernel...
2007-08-09 Keith WhitwellDon't reemit hardware state *every* primitive.
2007-08-09 Brian*numFormats = 3
2007-08-09 Keith WhitwellTweaks to state emit, acheives first hw triangles from...
2007-08-09 Keith WhitwellPull in debug code for human-readable batchbuffer dumps.
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-08 Keith WhitwellThe i915simple driver now runs well enough to lock...
next