Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-31 | mesa: Remove inclusion of compiler.h from mtypes.h. | Vinson Lee | |
mtypes.h does not use any symbols from compiler.h. Also add the required headers for files that depended on symbols from compiler.h but were indirectly including compiler.h through mtypes.h. | |||
2009-03-20 | gallium: remove use of origin_lower_left | Brian Paul | |
This was used to indicate OpenGL's lower-left origin for fragment window coordinates for polygon stipple and gl_FragCoord. Now: - fragment coordinate origin is always upper-left corner - GL polygon stipple is inverted and shifted before given to gallium - GL fragment programs that use INPUT[WPOS] are modified to use an inverted window coord which is placed in a temp register. Note: the origin_lower_left field still exists in pipe_rasterizer_state. Remove it when all the drivers, etc. no longer reference it. | |||
2008-05-02 | Some changed for non-C99 compilers | Alan Hourihane | |
2007-08-25 | add names to tracked state atoms to improve debug | keithw | |
2007-07-11 | Implement polygon stipple state tracking, application. | Brian | |