Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement new draw_vertices() path for simple vertex array drawing, use it ↵ | Brian | 2007-08-02 | 5 | -12/+146 |
| | | | | for glClear. | ||||
* | Remove references to accum buffers in softpipe. | Keith Whitwell | 2007-08-02 | 6 | -23/+17 |
| | | | | Also some minor clear fixes. | ||||
* | Remove intel_state.c, intel_rotate.[ch] | Keith Whitwell | 2007-08-02 | 7 | -603/+0 |
| | |||||
* | New header file. | Brian | 2007-08-02 | 1 | -0/+37 |
| | |||||
* | include st_cb_clear.h | Brian | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | sketch out clearing with quads | Brian | 2007-08-02 | 1 | -5/+79 |
| | |||||
* | add PIPE_MASK_RGBA | Brian | 2007-08-02 | 1 | -0/+2 |
| | |||||
* | comment follow-up | Brian | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | Merge branch 'softpipe_0_1_branch' of ↵ | Brian | 2007-08-02 | 18 | -470/+125 |
|\ | | | | | | | git+ssh://[email protected]/git/mesa/mesa into softpipe_0_1_branch | ||||
| * | Remove intelClear() hack. | Keith Whitwell | 2007-08-02 | 4 | -31/+4 |
| | | | | | | | | | | | | Have added intel_batchbuffer_flush calls to the blit functions. We still shouldn't be calling back into this remnant intel code from the softpipe driver, though, so that will go too at some point. | ||||
| * | Remove remnants of i915 texture-from-pbo code. | Keith Whitwell | 2007-08-02 | 8 | -264/+3 |
| | | |||||
| * | Reroute some clear functionality. | Keith Whitwell | 2007-08-02 | 8 | -182/+125 |
| | | | | | | | | | | Still require the intelClear() call to flush batchbuffers. That will be removed later... | ||||
* | | implement masking in sp_region_fill() | Brian | 2007-08-01 | 1 | -11/+48 |
|/ | |||||
* | rearrange things in xmesa_clear() a bit | Brian | 2007-08-01 | 1 | -3/+6 |
| | |||||
* | get cliprect bounds after softpipe_update_derived() | Brian | 2007-08-01 | 1 | -4/+9 |
| | |||||
* | Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ↵ | Brian | 2007-08-01 | 4 | -12/+62 |
| | | | | | | | now. Note: softpipe_clear() should really be renamed to something like pipe_clear_with_blits() and put into a driver-indepedent module... | ||||
* | More work on glClear. | Brian | 2007-08-01 | 6 | -50/+111 |
| | | | | Add a 'mask' param to region_fill() to help with clearing combined Z/stencil buffers, glColorMask, etc. | ||||
* | s/Z24_S8/S8_Z24/ | Brian | 2007-08-01 | 1 | -5/+5 |
| | |||||
* | s/Z24_S8/S8_Z24/ (stencil is in the high byte) | Brian | 2007-08-01 | 5 | -33/+36 |
| | |||||
* | Checkpoint: glClear changes - working, bug very rough. | Brian | 2007-08-01 | 11 | -22/+213 |
| | |||||
* | Build libsoftpipe.a | Keith Whitwell | 2007-08-01 | 10 | -33/+114 |
| | | | | | | | | Each pipe driver will build to a .a library, as these will optionally be included in the various DRI drivers (this will make more sense once there is at least one hardware driver...). Not strictly necessary for softpipe, but want to minimize the differences between it and actual hw implementations. | ||||
* | Remove unused file intel_render.c | Keith Whitwell | 2007-08-01 | 1 | -244/+0 |
| | |||||
* | Remove unused file | Keith Whitwell | 2007-08-01 | 1 | -132/+0 |
| | |||||
* | Remove intel_span.[ch] | Keith Whitwell | 2007-08-01 | 7 | -449/+4 |
| | |||||
* | sp_z_surface.h is dead | Brian | 2007-07-31 | 1 | -1/+0 |
| | |||||
* | Obsolete. | Brian | 2007-07-31 | 2 | -250/+0 |
| | |||||
* | Redesign pipe_surface in terms of pipe_region. | Brian | 2007-07-31 | 15 | -270/+538 |
| | | | | | | struct pipe_buffer goes away. Added basic region functions to softpipe to allocate/release malloc'd regions. Surface-related code is fairly coherent now. | ||||
* | Lift region-related functions up to the pipe interface. | Brian | 2007-07-31 | 27 | -287/+342 |
| | | | | | | Some of these functions probably should be driver-private. Note: intel_buffer_object is in p_state.h and should be fixed/removed. There are just a few i915 dependencies in intel_region.c | ||||
* | re-fix stencil addressing bug | Brian | 2007-07-31 | 1 | -14/+3 |
| | |||||
* | Add missing files | Keith Whitwell | 2007-07-31 | 4 | -0/+1926 |
| | |||||
* | Remove references to intel_tris.h | Keith Whitwell | 2007-07-31 | 3 | -3/+0 |
| | |||||
* | Build the "pipe" version of the i915tex driver. | Keith Whitwell | 2007-07-31 | 1 | -1/+1 |
| | | | | This hands all rendering off to the softpipe rasterizer. | ||||
* | A version of the i915tex driver with all drawing code removed. | Keith Whitwell | 2007-07-31 | 43 | -0/+10904 |
| | | | | | | This is intended to support the softpipe development work. More code will be removed and pushed into softpipe until this basicially becomes the DRI/GLX interface for that driver. | ||||
* | simplify clear.x1,y2,x2,y2 setup | Brian | 2007-07-31 | 1 | -12/+4 |
| | |||||
* | In i915/i830_emit_state(), check if state->draw_region is non-null. | Brian | 2007-07-31 | 2 | -14/+16 |
| | | | | This fixes a problem hit by glClear in the samples/stencil.c program. | ||||
* | fix stencil addressing bug | Brian | 2007-07-31 | 1 | -4/+6 |
| | |||||
* | remove obsolete xmesa_get_stencil_surface() stub | Brian | 2007-07-31 | 1 | -11/+0 |
| | |||||
* | fix comments and param names for intel_miptree_image_map() | Brian | 2007-07-31 | 2 | -3/+4 |
| | |||||
* | fix value returned by intel_new_renderbuffer_fb() | Brian | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | fix assertions | Brian | 2007-07-31 | 1 | -2/+2 |
| | |||||
* | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch | Keith Whitwell | 2007-07-31 | 28 | -1177/+468 |
|\ | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/i915tex/intel_buffers.c src/mesa/drivers/dri/i915tex/intel_context.c src/mesa/drivers/dri/i915tex/intel_fbo.c src/mesa/drivers/dri/i915tex/intel_pixel_draw.c | ||||
| * | fix range reduction for sin/cos in i915tex (#11609) | Roland Scheidegger | 2007-07-29 | 2 | -10/+4 |
| | | |||||
| * | Fix crashes when the frag prog can't be handled in hardware (#11131) | Roland Scheidegger | 2007-07-29 | 4 | -1/+16 |
| | | | | | | | | | | | | | | | | Must not change to/from swrast after Render.Start or bad things will happen. (Driver will still somewhat incorrectly report an implementation error, and apps can't really figure out if a prog is natively supported as validation is later - could try doing it earlier to give some hint at least, even though native status may still change later due to fog etc.) | ||||
| * | set the _BaseFormat for window-framebuffers, could hit some assertion otherwise | Roland Scheidegger | 2007-07-21 | 1 | -0/+15 |
| | | |||||
| * | fix bogus recently introduced function param comments | Roland Scheidegger | 2007-07-20 | 1 | -2/+0 |
| | | |||||
| * | minor cleanups, disable debugging | Roland Scheidegger | 2007-07-20 | 6 | -26/+6 |
| | | |||||
| * | remove some more really old ifdefed out code... | Roland Scheidegger | 2007-07-19 | 1 | -48/+0 |
| | | |||||
| * | more cleanups (looks pretty reasonable now) | Roland Scheidegger | 2007-07-19 | 6 | -358/+45 |
| | | | | | | | | | | | | remove some already ifdefed out, no longer functional and used code. Don't do our own scissor clipping in the pixeldraw/copy paths, as meas already does that for us... | ||||
| * | fix drawables not getting freed if context is made current with new drawables | Roland Scheidegger | 2007-07-19 | 1 | -1/+7 |
| | | |||||
| * | fix mesa's handling of fbo's / window fb (again) | Roland Scheidegger | 2007-07-18 | 6 | -41/+77 |
| | | | | | | | | | | | | | | | | Make sure the relevant fields in window fbs get updated at appropriate time (those are NOT the same as fbos!!!), and fix up related code accordingly. This is a bit ugly, but there's a reason the issues section in EXT_fbo is a couple hundred pages long... Hopefully correct now. |