summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2007-08-03Remove "static region" support.Keith Whitwell
2007-08-03Simplify frontbuffer / sarea / rotation management.Keith Whitwell
2007-08-02pipe->clear() now takes a surface, rather than color/depth/stencil flags.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-02Remove intel_state.c, intel_rotate.[ch]Keith Whitwell
2007-08-02comment follow-upBrian
2007-08-02Remove intelClear() hack.Keith Whitwell
2007-08-02Remove remnants of i915 texture-from-pbo code.Keith Whitwell
2007-08-02Reroute some clear functionality.Keith Whitwell
2007-08-01rearrange things in xmesa_clear() a bitBrian
2007-08-01Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...Brian
2007-08-01More work on glClear.Brian
2007-08-01s/Z24_S8/S8_Z24/Brian
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-08-01Build libsoftpipe.aKeith Whitwell
2007-08-01Remove unused file intel_render.cKeith Whitwell
2007-08-01Remove unused fileKeith Whitwell
2007-08-01Remove intel_span.[ch]Keith Whitwell
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian
2007-07-31Lift region-related functions up to the pipe interface.Brian
2007-07-31re-fix stencil addressing bugBrian
2007-07-31Add missing filesKeith Whitwell
2007-07-31Remove references to intel_tris.hKeith Whitwell
2007-07-31A version of the i915tex driver with all drawing code removed.Keith Whitwell
2007-07-31simplify clear.x1,y2,x2,y2 setupBrian
2007-07-31In i915/i830_emit_state(), check if state->draw_region is non-null.Brian
2007-07-31fix stencil addressing bugBrian
2007-07-31remove obsolete xmesa_get_stencil_surface() stubBrian
2007-07-31fix comments and param names for intel_miptree_image_map()Brian
2007-07-31fix value returned by intel_new_renderbuffer_fb()Brian
2007-07-31Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell
2007-07-30Lots of improvements to the surface-related code.Brian
2007-07-30implement read_quad_f_swz()Brian
2007-07-30implement surfaces for softpipe renderingBrian
2007-07-30call st_invalidate_state()Brian
2007-07-30added map/unmap() stubsBrian
2007-07-29fix range reduction for sin/cos in i915tex (#11609)Roland Scheidegger
2007-07-29Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger
2007-07-27Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-07-23fix GLX_STEREO handling (bug 11705)Brian
2007-07-21Fix a number of MINGW32 issuesZhang
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-07-21set the _BaseFormat for window-framebuffers, could hit some assertion otherwiseRoland Scheidegger
2007-07-20minor cleanups, disable debuggingRoland Scheidegger
2007-07-19remove some more really old ifdefed out code...Roland Scheidegger
2007-07-19fix mesa fb bindingRoland Scheidegger
2007-07-19increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo...Roland Scheidegger
2007-07-19more cleanups (looks pretty reasonable now)Roland Scheidegger