summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2007-08-03more work on st_choose_pipe_format()Brian
2007-08-03framebuffer object functionsBrian
2007-08-02hook in teximage bitsBrian
2007-08-02trim #includesBrian
2007-08-02beginings of teximage functionsBrian
2007-08-02pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian
2007-08-02call st_init_cb_drawpixelsBrian
2007-08-02initial work for textured-quad glDrawPixelsBrian
2007-08-02setup more state for clear_with_quad()Brian
2007-08-02Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian
2007-08-02Remove references to accum buffers in softpipe.Keith Whitwell
2007-08-02New header file.Brian
2007-08-02include st_cb_clear.hBrian
2007-08-02sketch out clearing with quadsBrian
2007-08-02Reroute some clear functionality.Keith Whitwell
2007-07-31fix assertionsBrian
2007-07-30remove some obsolete xmesa remnantsBrian
2007-07-30Lots of improvements to the surface-related code.Brian
2007-07-30disable ProgramStringNotify assertionBrian
2007-07-27check scissor stateBrian
2007-07-24added GL_FRAGMENT_PROGRAM_NV in st_new_program()Brian
2007-07-24Basic fragment programs run now.Brian
2007-07-24use enabled/linked fragment shader in preference to a fragment programBrian
2007-07-24Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-19Trigger tgsi compilation for fragment programs.Keith Whitwell
2007-07-13Fix setup.light_twoside determination.Brian
2007-07-13Fix more polygon winding, culling confusion.Brian
2007-07-13Added basic occlusion countingBrian
2007-07-12Added colormask, dither, multisample state. Implement colormasking stage.Brian
2007-07-11Obsolete file.Brian
2007-07-11Implement polygon stipple state tracking, application.Brian
2007-07-10fix problems with polygon offsetBrian
2007-07-05Softpipe: import TGSI tree. Not hooked-up yet.michal
2007-07-03hook in state tracking for blend colorBrian
2007-07-03Blend MIN/MAX modes are special: the src/dest terms are always one.Brian
2007-07-03clarify that line_stipple_factor is in [0,255] corresponding to GL's range of...Brian
2007-07-02rename a few structs (use _state suffix consistantly), reorder/sort fields in...Brian
2007-06-29texture object constructionBrian
2007-06-26consolidate point/line state into pipe_setup_stateBrian
2007-06-25code for functional Z buffer surfaceBrian
2007-06-22more texture sampler workBrian
2007-06-22Assorted token renaming/removal, minor state changes, etc.Brian
2007-06-21alpha test and misc changesBrian
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-20Rename static variable in temporary tnl codeKeith Whitwell
2007-06-20better commentBrian
2007-06-20actually use new glClear codeBrian
2007-06-20fix commentBrian
2007-06-20Initial work for glClear(), clear color state.Brian
2007-06-19hook up point stateBrian