mesa.git
2007-08-06 michalMake SGE, SGT, SLE working.
2007-08-06 michalRemove garbage text.
2007-08-06 michalUse fp_attr_to_slot[].
2007-08-06 michalReorder opcodes.
2007-08-06 michalTranslate the remaining ops.
2007-08-06 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-06 Brianadded xm_softpipe.c
2007-08-06 Brianuse new xmesa_create_softpipe()
2007-08-06 Briansoftpipe/winsys interface
2007-08-06 michalTranslate MESA GLSL opcodes to TGSI opcodes.
2007-08-06 michalAdd path for GL includes in mesa tree.
2007-08-06 Brianadded st_cb_texture.c
2007-08-06 Brianclean-ups
2007-08-06 Brianswitch to new texture functions in state tracker
2007-08-06 Brianuse new texture funcs
2007-08-06 Brianclean-ups
2007-08-06 Briannew texture functions
2007-08-06 Briancomments
2007-08-06 michalAdd GLSL opcodes.
2007-08-06 Briandisable/remove intel dependencies
2007-08-06 Brianmore intel_context removal
2007-08-06 Briandisable some PBO code, remove intel dependencies
2007-08-06 Brianremove timing code
2007-08-06 BrianReplace intel_texture_object with st_texture_object...
2007-08-06 Brianminor renaming
2007-08-06 BrianLift intel_mipmap_tree.c to st_mipmap_tree.c
2007-08-06 BrianMore code movement, removal of intel dependencies
2007-08-06 Brianremove more intel dependencies
2007-08-06 Brianremove intel dependencies from intel_mipmap_tree.c
2007-08-06 Briancheckpoint: move some texture layout code
2007-08-06 BrianCheckpoint lifting of intel_mipmap_tree (intel_mipmap_t...
2007-08-06 Keith WhitwellAdd pipe buffer managment functions.
2007-08-05 Keith WhitwellAdd a new interface between softpipe and the window...
2007-08-03 Brianremove intel_pixel.c
2007-08-03 Brianadded st_cb_fbo.c
2007-08-03 Brianmore work on st_choose_pipe_format()
2007-08-03 Brianframebuffer object functions
2007-08-03 Keith WhitwellRemove dead files
2007-08-03 Keith WhitwellRip out more dead drawing-related code.
2007-08-03 Keith WhitwellRemove "static region" support.
2007-08-03 Keith WhitwellSimplify frontbuffer / sarea / rotation management.
2007-08-03 Keith WhitwellWorkaround wierd oops on gutsy when building mesa.
2007-08-03 Brianadded pipe->supported_formats()
2007-08-03 Brianhook in teximage bits
2007-08-03 Brianmore formats
2007-08-03 Briantrim #includes
2007-08-03 Brianbeginings of teximage functions
2007-08-02 Brianpipe->clear() now takes a surface, rather than color...
2007-08-02 Briancall st_init_cb_drawpixels
2007-08-02 Brianadded st_cb_drawpixels.c
2007-08-02 Brianinitial work for textured-quad glDrawPixels
2007-08-02 Brianremove st_draw.h include
2007-08-02 Briansetup more state for clear_with_quad()
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Brianget rid of accum param
2007-08-02 Keith WhitwellRemove all references to swrast.
2007-08-02 Keith WhitwellFix make recursion.
2007-08-02 Brianadded clear-scissor.c
2007-08-02 Briantest glClear w/ scissor
2007-08-02 BrianImplement new draw_vertices() path for simple vertex...
2007-08-02 Keith WhitwellRemove references to accum buffers in softpipe.
2007-08-02 Keith WhitwellRemove intel_state.c, intel_rotate.[ch]
2007-08-02 BrianNew header file.
2007-08-02 Brianinclude st_cb_clear.h
2007-08-02 Briansketch out clearing with quads
2007-08-02 Brianadd PIPE_MASK_RGBA
2007-08-02 Briancomment follow-up
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellRemove intelClear() hack.
2007-08-02 Keith WhitwellRemove remnants of i915 texture-from-pbo code.
2007-08-02 Keith WhitwellReroute some clear functionality.
2007-08-01 Brianimplement masking in sp_region_fill()
2007-08-01 Brianrearrange things in xmesa_clear() a bit
2007-08-01 Brianget cliprect bounds after softpipe_update_derived()
2007-08-01 BrianRe-implement intelClear() in terms of softpipe_clear...
2007-08-01 BrianMore work on glClear.
2007-08-01 Brians/Z24_S8/S8_Z24/
2007-08-01 Brians/Z24_S8/S8_Z24/ (stencil is in the high byte)
2007-08-01 BrianCheckpoint: glClear changes - working, bug very rough.
2007-08-01 Keith WhitwellBuild libsoftpipe.a
2007-08-01 Keith WhitwellRemove unused file intel_render.c
2007-08-01 Keith WhitwellRemove unused file
2007-08-01 Keith WhitwellRemove intel_span.[ch]
2007-07-31 Briansp_z_surface.h is dead
2007-07-31 BrianObsolete.
2007-07-31 BrianRedesign pipe_surface in terms of pipe_region.
2007-07-31 BrianLift region-related functions up to the pipe interface.
2007-07-31 Brianre-fix stencil addressing bug
2007-07-31 Keith WhitwellAdd missing files
2007-07-31 Keith WhitwellRemove references to intel_tris.h
2007-07-31 Keith WhitwellBuild the "pipe" version of the i915tex driver.
2007-07-31 Keith WhitwellA version of the i915tex driver with all drawing code...
2007-07-31 Briansimplify clear.x1,y2,x2,y2 setup
2007-07-31 BrianIn i915/i830_emit_state(), check if state->draw_region...
2007-07-31 Brianfix stencil addressing bug
2007-07-31 Brianremove obsolete xmesa_get_stencil_surface() stub
2007-07-31 Brianfix comments and param names for intel_miptree_image_map()
2007-07-31 Brianfix value returned by intel_new_renderbuffer_fb()
2007-07-31 Brianfix assertions
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
next