Age | Commit message (Expand) | Author |
2007-07-31 | simplify clear.x1,y2,x2,y2 setup | Brian |
2007-07-31 | In i915/i830_emit_state(), check if state->draw_region is non-null. | Brian |
2007-07-31 | fix stencil addressing bug | Brian |
2007-07-31 | remove obsolete xmesa_get_stencil_surface() stub | Brian |
2007-07-31 | fix comments and param names for intel_miptree_image_map() | Brian |
2007-07-31 | fix value returned by intel_new_renderbuffer_fb() | Brian |
2007-07-31 | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch | Keith Whitwell |
2007-07-30 | Lots of improvements to the surface-related code. | Brian |
2007-07-30 | implement read_quad_f_swz() | Brian |
2007-07-30 | implement surfaces for softpipe rendering | Brian |
2007-07-30 | call st_invalidate_state() | Brian |
2007-07-29 | fix range reduction for sin/cos in i915tex (#11609) | Roland Scheidegger |
2007-07-29 | Fix crashes when the frag prog can't be handled in hardware (#11131) | Roland Scheidegger |
2007-07-27 | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i... | michal |
2007-07-21 | set the _BaseFormat for window-framebuffers, could hit some assertion otherwise | Roland Scheidegger |
2007-07-20 | minor cleanups, disable debugging | Roland Scheidegger |
2007-07-19 | remove some more really old ifdefed out code... | Roland Scheidegger |
2007-07-19 | fix mesa fb binding | Roland Scheidegger |
2007-07-19 | increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo... | Roland Scheidegger |
2007-07-19 | more cleanups (looks pretty reasonable now) | Roland Scheidegger |
2007-07-18 | swapbuffers with non-current contexts, cleanups | Roland Scheidegger |
2007-07-17 | get rid of checks for old ddx | Roland Scheidegger |
2007-07-17 | remove some more old stuff | Roland Scheidegger |
2007-07-17 | get rid of more pageflip/rotation code. | Roland Scheidegger |
2007-07-17 | fix mesa fb binding | Roland Scheidegger |
2007-07-17 | remove old code, remaining bits of static handles, disable (no longer functio... | Roland Scheidegger |
2007-07-17 | increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo... | Roland Scheidegger |
2007-07-17 | Merge branch 'origin' into softpipe_0_1_branch | Keith Whitwell |
2007-07-17 | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch | Keith Whitwell |
2007-07-16 | fix resize bugs (fb size updated too late), fix typos, cleanups... | Roland Scheidegger |
2007-07-16 | small cleanups | Roland Scheidegger |
2007-07-16 | fix segfault with i915 drivers in swrast drawpixels path when resizing windows | Roland Scheidegger |
2007-07-16 | get rid of more cliprects... | Roland Scheidegger |
2007-07-16 | more cliprect elimination (swrast span) | Roland Scheidegger |
2007-07-16 | get rid of more fake cliprects (drawpixel), and enable blit draw with scissor | Roland Scheidegger |
2007-07-16 | get rid of more cliprects (readpixel)... | Roland Scheidegger |
2007-07-16 | allow blit path for read pixels if pack->alignment isn't 1. | Roland Scheidegger |
2007-07-15 | change back driver change from previous commit | Roland Scheidegger |
2007-07-15 | fix bogus fb/drawable information (fixes xdemos/wincopy) | Roland Scheidegger |
2007-07-15 | fix the texture copypixels path | Roland Scheidegger |
2007-07-15 | begin getting rid of fake clip rects (copy_pixel) | Roland Scheidegger |
2007-07-14 | fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub... | Roland Scheidegger |
2007-07-13 | bugfixes (wrt fb updates), cleanups | Roland Scheidegger |
2007-07-12 | don't use driDrawable information directly, don't resize at makecurrent | Roland Scheidegger |
2007-07-11 | restrict blitted area to size of rendered area | Roland Scheidegger |
2007-07-11 | Fix screen corruption on resize. | Keith Whitwell |
2007-07-11 | remove bogus assertion, change drawable updates | Roland Scheidegger |
2007-07-11 | drop some more code no longer needed | Roland Scheidegger |
2007-07-11 | some fixes, fake frontbuffer | Roland Scheidegger |
2007-07-10 | copybuffer/cliprect fixups | Roland Scheidegger |