summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-06Add GLSL opcodes.michal
2007-08-06disable/remove intel dependenciesBrian
2007-08-06more intel_context removalBrian
2007-08-06disable some PBO code, remove intel dependenciesBrian
2007-08-06remove timing codeBrian
2007-08-06Replace intel_texture_object with st_texture_object, intel_texture_image with...Brian
2007-08-06minor renamingBrian
2007-08-06Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian
2007-08-06More code movement, removal of intel dependenciesBrian
2007-08-06remove more intel dependenciesBrian
2007-08-06remove intel dependencies from intel_mipmap_tree.cBrian
2007-08-06checkpoint: move some texture layout codeBrian
2007-08-06Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre...Brian
2007-08-06Add pipe buffer managment functions.Keith Whitwell
2007-08-05Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell
2007-08-03remove intel_pixel.cBrian
2007-08-03added st_cb_fbo.cBrian
2007-08-03more work on st_choose_pipe_format()Brian
2007-08-03framebuffer object functionsBrian
2007-08-03Remove dead filesKeith Whitwell
2007-08-03Rip out more dead drawing-related code.Keith Whitwell
2007-08-03Remove "static region" support.Keith Whitwell
2007-08-03Simplify frontbuffer / sarea / rotation management.Keith Whitwell
2007-08-03Workaround wierd oops on gutsy when building mesa.Keith Whitwell
2007-08-02added pipe->supported_formats()Brian
2007-08-02hook in teximage bitsBrian
2007-08-02more formatsBrian
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-02added st_cb_drawpixels.cBrian
2007-08-02initial work for textured-quad glDrawPixelsBrian
2007-08-02remove st_draw.h includeBrian
2007-08-02setup more state for clear_with_quad()Brian
2007-08-02Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-08-02get rid of accum paramBrian
2007-08-02Remove all references to swrast.Keith Whitwell
2007-08-02Fix make recursion.Keith Whitwell
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-02Remove intel_state.c, intel_rotate.[ch]Keith Whitwell
2007-08-02New header file.Brian
2007-08-02include st_cb_clear.hBrian
2007-08-02sketch out clearing with quadsBrian
2007-08-02add PIPE_MASK_RGBABrian
2007-08-02comment follow-upBrian
2007-08-02Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-08-02Remove intelClear() hack.Keith Whitwell
2007-08-02Remove remnants of i915 texture-from-pbo code.Keith Whitwell