summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_defines.h
AgeCommit message (Collapse)Author
2007-06-29added texture types and mapping typesBrian
2007-06-22initial texture object, texture format codeBrian
2007-06-22Assorted token renaming/removal, minor state changes, etc.Brian
2007-06-19add point/line/polygon stateBrian
2007-06-18Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens.Brian
Used for depth test, alpha test, stencil test, shadow test, etc.
2007-06-14Rename directories again?!Keith Whitwell
Some git wierdness going on.
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell
softpipe/state_tracker --> state_tracker/ softpipe/ --> pipe/ softpipe/generic --> pipe/softpipe/ I don't think pipe is a great name, but I disliked all the others too. Luckily it's fairly easy to rename with git, so this can be revisited later.