| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | 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 |
| * | fix drawables not getting freed if context is made current with new drawables | Roland Scheidegger | 2007-07-19 | 1 | -1/+7 |
| * | swapbuffers with non-current contexts, cleanups | Roland Scheidegger | 2007-07-18 | 4 | -17/+17 |
| * | get rid of checks for old ddx | Roland Scheidegger | 2007-07-17 | 2 | -4/+3 |
| * | remove some more old stuff | Roland Scheidegger | 2007-07-17 | 2 | -6/+0 |
| * | get rid of more pageflip/rotation code. | Roland Scheidegger | 2007-07-17 | 4 | -66/+6 |
| * | fix mesa fb binding | Roland Scheidegger | 2007-07-17 | 2 | -3/+6 |
| * | remove old code, remaining bits of static handles, disable (no longer functio... | Roland Scheidegger | 2007-07-17 | 8 | -314/+30 |
| * | increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo... | Roland Scheidegger | 2007-07-17 | 1 | -1/+1 |
| * | fix resize bugs (fb size updated too late), fix typos, cleanups... | Roland Scheidegger | 2007-07-16 | 5 | -8/+14 |
| * | small cleanups | Roland Scheidegger | 2007-07-16 | 2 | -43/+4 |
| * | get rid of more cliprects... | Roland Scheidegger | 2007-07-16 | 2 | -23/+17 |
| * | more cliprect elimination (swrast span) | Roland Scheidegger | 2007-07-16 | 1 | -12/+7 |
| * | get rid of more fake cliprects (drawpixel), and enable blit draw with scissor | Roland Scheidegger | 2007-07-16 | 4 | -64/+87 |
| * | get rid of more cliprects (readpixel)... | Roland Scheidegger | 2007-07-16 | 1 | -76/+91 |
| * | allow blit path for read pixels if pack->alignment isn't 1. | Roland Scheidegger | 2007-07-16 | 1 | -6/+7 |
| * | change back driver change from previous commit | Roland Scheidegger | 2007-07-15 | 1 | -3/+6 |
| * | fix bogus fb/drawable information (fixes xdemos/wincopy) | Roland Scheidegger | 2007-07-15 | 1 | -2/+3 |
| * | fix the texture copypixels path | Roland Scheidegger | 2007-07-15 | 1 | -9/+14 |
| * | begin getting rid of fake clip rects (copy_pixel) | Roland Scheidegger | 2007-07-15 | 2 | -54/+80 |
| * | fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub... | Roland Scheidegger | 2007-07-14 | 4 | -6/+12 |
| * | bugfixes (wrt fb updates), cleanups | Roland Scheidegger | 2007-07-13 | 6 | -46/+44 |
| * | don't use driDrawable information directly, don't resize at makecurrent | Roland Scheidegger | 2007-07-12 | 12 | -114/+77 |
| * | restrict blitted area to size of rendered area | Roland Scheidegger | 2007-07-11 | 3 | -24/+30 |
* | | Lots of improvements to the surface-related code. | Brian | 2007-07-30 | 3 | -83/+180 |
* | | implement read_quad_f_swz() | Brian | 2007-07-30 | 1 | -6/+15 |
* | | implement surfaces for softpipe rendering | Brian | 2007-07-30 | 3 | -0/+182 |
* | | call st_invalidate_state() | Brian | 2007-07-30 | 1 | -0/+2 |