summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
* test against -1 for front/back attribkeithw2007-09-251-4/+4
* Enable SSE2 for FS.michal2007-09-243-31/+281
* invert draw_vertex_cache_check_space()Brian2007-09-211-1/+1
* added PSIZEBrian2007-09-211-0/+2
* fix some post-transform vertex layout issues (bcolors, psize emitted lastBrian2007-09-211-16/+16
* Fix up some point size breakage. Start on fogcoord too.Brian2007-09-213-24/+47
* remove debug printfsBrian2007-09-211-2/+0
* remove SEMANTIC_TEXCOORDBrian2007-09-211-2/+0
* Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.Brian2007-09-214-11/+7
* minor renamingBrian2007-09-211-7/+7
* pass vs output semantics to tgsi_mesa_compile_vp_program() to generate output...Brian2007-09-212-2/+20
* Pass vertex program input semantics into tgsi_mesa_compile_vp_program() to pr...Brian2007-09-212-14/+33
* Convert i915 to use cso semantics of alpha_test.Zack Rusin2007-09-213-15/+22
* Make the alpha test state a cso.Zack Rusin2007-09-2115-46/+134
* Silence a few warnings.Zack Rusin2007-09-213-3/+3
* remove :5 form format field in pipe_surface, makes no difference at this timeBrian2007-09-201-1/+1
* remove old code in src_vector()Brian2007-09-201-37/+0
* Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.Brian2007-09-2011-99/+93
* remove old/used codeBrian2007-09-205-58/+8
* remove lots of dead code related to program input/output mappingBrian2007-09-202-406/+3
* obsoleteBrian2007-09-201-49/+0
* remove #includes of tgsi_attribs.hBrian2007-09-204-5/+2
* checkpoint: TGSI_ATTRIB_x tokens no longer usedBrian2007-09-205-34/+27
* Checkpoint: vertex attribute clean-up.Brian2007-09-2010-32/+36
* remove unused lookup[]Brian2007-09-201-0/+4
* Cache the i915 sampler state.Zack Rusin2007-09-203-151/+156
* Make the rasterizer state in i915 use the cso semantics.Zack Rusin2007-09-205-75/+87
* Rewrite the depth_stencil state handling in i915.Zack Rusin2007-09-204-88/+95
* Fix failover state binding and convert the sampler to use the newZack Rusin2007-09-208-64/+82
* Convert depth_stencil state to the new semantics.Zack Rusin2007-09-208-41/+61
* Switch fragment/vertex shaders to the new caching semantics.Zack Rusin2007-09-208-65/+119
* Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian2007-09-1915-93/+360
* Fix a really stupid mistake that Michel hit. Return proper hash.Zack Rusin2007-09-191-0/+6
* Avoid redundant reallocation of the template.Zack Rusin2007-09-191-5/+4
* Convert the rasterizer cso to the new semantics.Zack Rusin2007-09-198-39/+61
* Convert the i915 driver blend state to the new semantics.Zack Rusin2007-09-194-82/+88
* Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin2007-09-198-24/+60
* Finish up conversions of shaders to immutable objects.Zack Rusin2007-09-195-16/+33
* Checkpoint: rework shader input/output register mapping.Brian2007-09-186-41/+100
* Fix some issues with perspective-corrected interpolation.Brian2007-09-183-6/+6
* additional comments for tri_persp_coeff()Brian2007-09-181-0/+4
* Convert shader to an immutable state object.Zack Rusin2007-09-1817-56/+105
* Finishing up rename of the setup state to the rasterizer state.Zack Rusin2007-09-188-17/+17
* move cso cache to the pipe directoryZack Rusin2007-09-184-0/+679
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-1825-99/+148
* Combing depth and stencil objects and making them immutable.Zack Rusin2007-09-1818-191/+188
* Fix the warning.Zack Rusin2007-09-181-1/+1
* Make sampler an immutable state object.Zack Rusin2007-09-1811-45/+89
* First stab at immutable state objects (create/bind/delete)Zack Rusin2007-09-1815-50/+103
* s/bugmgr/bufgr/Brian2007-09-171-1/+1