| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | switch to new texture functions in state tracker | Brian | 2007-08-06 | 5 | -9/+43 |
* | disable/remove intel dependencies | Brian | 2007-08-06 | 1 | -15/+33 |
* | more intel_context removal | Brian | 2007-08-06 | 2 | -10/+15 |
* | disable some PBO code, remove intel dependencies | Brian | 2007-08-06 | 2 | -9/+67 |
* | remove timing code | Brian | 2007-08-06 | 1 | -64/+1 |
* | Replace intel_texture_object with st_texture_object, intel_texture_image with... | Brian | 2007-08-06 | 7 | -69/+69 |
* | Lift intel_mipmap_tree.c to st_mipmap_tree.c | Brian | 2007-08-06 | 8 | -8/+7 |
* | More code movement, removal of intel dependencies | Brian | 2007-08-06 | 4 | -5/+30 |
* | remove more intel dependencies | Brian | 2007-08-06 | 2 | -23/+31 |
* | remove intel dependencies from intel_mipmap_tree.c | Brian | 2007-08-06 | 8 | -69/+68 |
* | checkpoint: move some texture layout code | Brian | 2007-08-06 | 3 | -65/+1 |
* | Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre... | Brian | 2007-08-06 | 8 | -149/+422 |
* | Add pipe buffer managment functions. | Keith Whitwell | 2007-08-06 | 5 | -176/+21 |
* | Add a new interface between softpipe and the window system / buffer manager. | Keith Whitwell | 2007-08-05 | 6 | -341/+194 |
* | remove intel_pixel.c | Brian | 2007-08-03 | 1 | -1/+0 |
* | Remove dead files | Keith Whitwell | 2007-08-03 | 4 | -103/+0 |
* | Rip out more dead drawing-related code. | Keith Whitwell | 2007-08-03 | 7 | -214/+90 |
* | Remove "static region" support. | Keith Whitwell | 2007-08-03 | 1 | -61/+0 |
* | Simplify frontbuffer / sarea / rotation management. | Keith Whitwell | 2007-08-03 | 7 | -253/+97 |
* | Remove all references to swrast. | Keith Whitwell | 2007-08-02 | 5 | -33/+9 |
* | Remove intel_state.c, intel_rotate.[ch] | Keith Whitwell | 2007-08-02 | 7 | -603/+0 |
* | comment follow-up | Brian | 2007-08-02 | 1 | -0/+1 |
* | Remove intelClear() hack. | Keith Whitwell | 2007-08-02 | 4 | -31/+4 |
* | Remove remnants of i915 texture-from-pbo code. | Keith Whitwell | 2007-08-02 | 6 | -252/+3 |
* | Reroute some clear functionality. | Keith Whitwell | 2007-08-02 | 2 | -114/+13 |
* | Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ... | Brian | 2007-08-01 | 3 | -3/+36 |
* | More work on glClear. | Brian | 2007-08-01 | 3 | -5/+24 |
* | s/Z24_S8/S8_Z24/ | Brian | 2007-08-01 | 1 | -5/+5 |
* | Checkpoint: glClear changes - working, bug very rough. | Brian | 2007-08-01 | 3 | -3/+33 |
* | Build libsoftpipe.a | Keith Whitwell | 2007-08-01 | 2 | -2/+5 |
* | 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 |
* | Redesign pipe_surface in terms of pipe_region. | Brian | 2007-07-31 | 2 | -70/+18 |
* | Lift region-related functions up to the pipe interface. | Brian | 2007-07-31 | 25 | -286/+244 |
* | 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 |
* | A version of the i915tex driver with all drawing code removed. | Keith Whitwell | 2007-07-31 | 43 | -0/+10904 |
* | 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 |
* | 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 |
* | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch | Keith Whitwell | 2007-07-31 | 28 | -1177/+468 |
|\ |
|
| * | 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 |
| * | set the _BaseFormat for window-framebuffers, could hit some assertion otherwise | Roland Scheidegger | 2007-07-21 | 1 | -0/+15 |
| * | minor cleanups, disable debugging | Roland Scheidegger | 2007-07-20 | 6 | -26/+6 |