checkpoint: glCopyTexImage work
[mesa.git] / src / mesa / pipe /
2007-09-26 Brians/_mesa_copy_rect/copy_rect/
2007-09-25 BrianTranslate mesa vertex/fragment programs to TGSI program...
2007-09-25 Briantest for presence of both front and back color vertex...
2007-09-25 Brianremove unused lookup array
2007-09-25 Keith WhitwellFirst attempt at building vertex buffers post-clip.
2007-09-25 keithwtest against -1 for front/back attrib
2007-09-24 michalEnable SSE2 for FS.
2007-09-21 Brianinvert draw_vertex_cache_check_space()
2007-09-21 Brianadded PSIZE
2007-09-21 Brianfix some post-transform vertex layout issues (bcolors...
2007-09-21 BrianFix up some point size breakage. Start on fogcoord...
2007-09-21 Brianremove debug printfs
2007-09-21 Brianremove SEMANTIC_TEXCOORD
2007-09-21 BrianGet rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEM...
2007-09-21 Brianminor renaming
2007-09-21 Brianpass vs output semantics to tgsi_mesa_compile_vp_progra...
2007-09-21 BrianPass vertex program input semantics into tgsi_mesa_comp...
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-21 Brianremove :5 form format field in pipe_surface, makes...
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 Brianremove lots of dead code related to program input/outpu...
2007-09-20 Brianobsolete
2007-09-20 Brianremove #includes of tgsi_attribs.h
2007-09-20 Briancheckpoint: TGSI_ATTRIB_x tokens no longer used
2007-09-20 BrianCheckpoint: vertex attribute clean-up.
2007-09-20 Brianremove unused lookup[]
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 RusinFix a really stupid mistake that Michel hit. Return...
2007-09-19 Zack RusinAvoid redundant reallocation of the template.
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-19 BrianCheckpoint: rework shader input/output register mapping.
2007-09-18 BrianFix some issues with perspective-corrected interpolation.
2007-09-18 Brianadditional comments for tri_persp_coeff()
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 Rusinmove cso cache to the pipe directory
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 RusinFix the warning.
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 Brians/bugmgr/bufgr/
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 Brianvertex feedback functions
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-09-10 BrianMore work on vertex feedback / glRasterPos. Basic...
2007-09-06 BrianInitial work for post-transformed vertex feedback buffers.
2007-09-06 BrianInitial work for post-transform vertex feedback buffers.
2007-08-31 Brianmove some protos from draw_vertex.h to draw_private.h
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 Brianfix breakage from prev commit
2007-08-30 Brianfix unhandled switch/case warning
2007-08-30 BrianIn draw_flatshade.c use vertex_info->interp_mode[]...
2007-08-30 BrianFix lost edge flags problem when clipping.
2007-08-30 BrianSketch out per-vertex point size.
2007-08-29 michalAdd p_compiler.h.
2007-08-29 michalBreak GL dependencies.
2007-08-29 michalBreak GL dependencies.
2007-08-29 michalBreak GL dependencies.
2007-08-29 michalBreak GL dependencies.
2007-08-29 michalFix ffs().
2007-08-27 Keith WhitwellSplit out vertex shader/cache/fetch functionality from...
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 michalHook-up SSE2 to VS.
2007-08-24 michalIndent. Remove GL dependencies. Simplify. Add rtasm...
2007-08-24 michalAdd tgsi_sse2.
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 BrianFix user-defined clip planes. They seem to work properl...
2007-08-24 Brianre-enable compute_clipmask() call
2007-08-24 Brianemit S4_VFMT_XYZ vs. S4_VFMT_XYZW as needed
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-24 Keith WhitwellRename tgsi "core" directory
2007-08-24 BrianUse vertex_info struct for softpipe - lots of clean-up.
2007-08-24 Brianremove dead code
2007-08-24 BrianVertex shader outputs are now tightly packed into the...
2007-08-24 BrianNeed to copy header->edgeflags to tmp when creating...
next