mesa.git
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
2007-07-31 Brian32 and z24s8 softpipe buffers
2007-07-30 Brianremove some obsolete xmesa remnants
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 BrianLots of improvements to the surface-related code.
2007-07-30 Briancompute scale for Z24 buffers
2007-07-30 Brianimplement read_quad_f_swz()
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 Brianimplement surfaces for softpipe rendering
2007-07-30 Brianmap/unmap surfaces before/after rendering
2007-07-30 Brianremove old comments
2007-07-30 Briandisable ProgramStringNotify assertion
2007-07-30 Briancall st_invalidate_state()
2007-07-30 Brianadded map/unmap() stubs
2007-07-29 Roland Scheideggerfix range reduction for sin/cos in i915tex (#11609)
2007-07-29 Roland ScheideggerFix crashes when the frag prog can't be handled in...
2007-07-27 Brianrenaming, comments, clean-up
2007-07-27 BrianClip triangles against softpipe->cliprect which include...
2007-07-27 Brianremove obsolete comments
2007-07-27 BrianMaintain cliprect (scissor) info in sp_state_derived.c.
2007-07-27 BrianImplement point/line quad clipping. Not quite as effic...
2007-07-27 Briancheck scissor state
2007-07-27 Brians/SP_TILE_H/SP_QUAD_H/
2007-07-27 Brianinit quad.coverage values to 1.0 in case line AA is...
2007-07-27 michalAvoid unnecessary input attrib copy by aligning exec_ma...
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-26 BrianFix function call bug 11731. Also, fix up IR_CALL...
2007-07-26 Briangenerate error upon writing to varying var in fragment...
2007-07-26 Brianclamp float colors
2007-07-26 Brianfix color interpolation for CHAN_BITS==32
2007-07-26 Briandon't use rgba_line() if CHAN_BITS==32
2007-07-25 BrianImplement line stippling.
next