summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
* Initial conditional execution support for loops and BRK instruction.Brian2007-09-292-94/+110
* remove unused tgsi_exec_cond_* typesBrian2007-09-291-24/+0
* Initial implementation of IF/ELSE/ENDIF using conditional masking.Brian2007-09-282-191/+124
* Use texture->first_level, not 0, when not mipmapping.Brian2007-09-281-4/+2
* Use sse only if GALLIUM_SSE is definedZack Rusin2007-09-284-4/+19
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-2811-57/+151
* Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin2007-09-2811-151/+57
* Revert "Use sse only if GALLIUM_SSE is defined"Zack Rusin2007-09-284-19/+4
* Use sse only if GALLIUM_SSE is definedZack Rusin2007-09-284-4/+19
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-2811-57/+151
* reduced debugkeithw2007-09-271-2/+2
* Fix some compiler warnings with -pedanticKeith Whitwell2007-09-271-9/+9
* Enable codegen based whenever __i386__ is defined.Keith Whitwell2007-09-273-17/+5
* fix mergekeithw2007-09-271-2/+0
* disable debugKeith Whitwell2007-09-272-3/+3
* restore primitive trimming in sp_draw_arrays.ckeithw2007-09-272-4/+7
* Make flushing more lazy in the draw module.Keith Whitwell2007-09-2715-278/+428
* added a8r8g8b8_put_tile()Brian2007-09-261-0/+41
* s/_mesa_copy_rect/copy_rect/Brian2007-09-261-25/+26
* Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian2007-09-252-5/+6
* test for presence of both front and back color vertex slotsBrian2007-09-251-4/+7
* remove unused lookup arrayBrian2007-09-251-7/+0
* First attempt at building vertex buffers post-clip.Keith Whitwell2007-09-2511-14/+476
* 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