Age | Commit message (Expand) | Author |
2009-04-21 | st: use the static atoms[] array directly | Brian Paul |
2009-04-21 | st: do away with dynamic state atom for const buffers | Brian Paul |
2009-02-12 | mesa: consistantly use mesa memory-functions in gallium state tracker | Brian Paul |
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca |
2008-05-07 | gallium: fix some render to texture bugs | Brian Paul |
2008-03-28 | gallium: don't call st_flush_bitmap_cache() if the only change is _NEW_PACKUN... | Brian |
2008-03-28 | gallium: implement a glBitmap cache | Brian |
2007-12-17 | gallium: incorporate alpha state into depth_stencil state object. | Keith Whitwell |
2007-12-11 | gallium: remove redundant clear_color state. | Keith Whitwell |
2007-10-31 | No longer need st_update_tnl atom | Brian |
2007-10-30 | added st_update_pixel_transfer atom | Brian |
2007-09-25 | Translate mesa vertex/fragment programs to TGSI programs at same time to do p... | Brian |
2007-09-21 | Make the alpha test state a cso. | Zack Rusin |
2007-09-18 | converting the setup state to immutable object and renaming it to rasterizer ... | Zack Rusin |
2007-09-18 | Combing depth and stencil objects and making them immutable. | Zack Rusin |
2007-08-25 | add names to tracked state atoms to improve debug | keithw |
2007-08-25 | checkpoint in constant tracking rework | Keith Whitwell |
2007-08-18 | added tnl state atom | Brian |
2007-08-07 | plug in texture/sampler state update | Brian |
2007-07-19 | Trigger tgsi compilation for fragment programs. | Keith Whitwell |
2007-07-11 | Implement polygon stipple state tracking, application. | Brian |
2007-06-26 | consolidate point/line state into pipe_setup_state | Brian |
2007-06-20 | checkpoint: implement z/depth testing | Brian |
2007-06-20 | Initial work for glClear(), clear color state. | Brian |
2007-06-19 | hook up point state | Brian |
2007-06-19 | Re-org of surface/framebuffer state. | Brian |
2007-06-19 | just use regular malloc(), free(), memcpy() | Brian |
2007-06-15 | Added st_update_framebuffer struct/object. | Brian |
2007-06-14 | Renamed softpipe directories and files to something less confusing. | Keith Whitwell |