aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915tex
Commit message (Expand)AuthorAgeFilesLines
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-102-2/+17
* simplify clear.x1,y2,x2,y2 setupBrian2007-07-311-12/+4
* In i915/i830_emit_state(), check if state->draw_region is non-null.Brian2007-07-312-14/+16
* fix stencil addressing bugBrian2007-07-311-4/+6
* remove obsolete xmesa_get_stencil_surface() stubBrian2007-07-311-11/+0
* fix comments and param names for intel_miptree_image_map()Brian2007-07-312-3/+4
* fix value returned by intel_new_renderbuffer_fb()Brian2007-07-311-1/+1
* Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell2007-07-3126-1176/+457
|\
| * fix range reduction for sin/cos in i915tex (#11609)Roland Scheidegger2007-07-292-10/+4
| * Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger2007-07-294-1/+16
| * set the _BaseFormat for window-framebuffers, could hit some assertion otherwiseRoland Scheidegger2007-07-211-0/+15
| * minor cleanups, disable debuggingRoland Scheidegger2007-07-206-26/+6
| * remove some more really old ifdefed out code...Roland Scheidegger2007-07-191-48/+0
| * more cleanups (looks pretty reasonable now)Roland Scheidegger2007-07-196-358/+45
| * swapbuffers with non-current contexts, cleanupsRoland Scheidegger2007-07-184-17/+17
| * get rid of checks for old ddxRoland Scheidegger2007-07-172-4/+3
| * remove some more old stuffRoland Scheidegger2007-07-172-6/+0
| * get rid of more pageflip/rotation code.Roland Scheidegger2007-07-174-66/+6
| * fix mesa fb bindingRoland Scheidegger2007-07-171-1/+1
| * remove old code, remaining bits of static handles, disable (no longer functio...Roland Scheidegger2007-07-178-314/+30
| * increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo...Roland Scheidegger2007-07-171-1/+1
| * fix resize bugs (fb size updated too late), fix typos, cleanups...Roland Scheidegger2007-07-165-8/+14
| * small cleanupsRoland Scheidegger2007-07-162-43/+4
| * get rid of more cliprects...Roland Scheidegger2007-07-162-23/+17
| * more cliprect elimination (swrast span)Roland Scheidegger2007-07-161-12/+7
| * get rid of more fake cliprects (drawpixel), and enable blit draw with scissorRoland Scheidegger2007-07-164-64/+87
| * get rid of more cliprects (readpixel)...Roland Scheidegger2007-07-161-76/+91
| * allow blit path for read pixels if pack->alignment isn't 1.Roland Scheidegger2007-07-161-6/+7
| * change back driver change from previous commitRoland Scheidegger2007-07-151-3/+6
| * fix bogus fb/drawable information (fixes xdemos/wincopy)Roland Scheidegger2007-07-151-2/+3
| * fix the texture copypixels pathRoland Scheidegger2007-07-151-9/+14
| * begin getting rid of fake clip rects (copy_pixel)Roland Scheidegger2007-07-152-54/+80
| * fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...Roland Scheidegger2007-07-143-6/+8
| * bugfixes (wrt fb updates), cleanupsRoland Scheidegger2007-07-136-46/+44
| * don't use driDrawable information directly, don't resize at makecurrentRoland Scheidegger2007-07-1212-114/+77
| * restrict blitted area to size of rendered areaRoland Scheidegger2007-07-113-24/+30
* | Lots of improvements to the surface-related code.Brian2007-07-303-83/+180
* | implement read_quad_f_swz()Brian2007-07-301-6/+15
* | implement surfaces for softpipe renderingBrian2007-07-303-0/+182
* | call st_invalidate_state()Brian2007-07-301-0/+2
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...michal2007-07-272-2/+2
|\ \
| * | fix mesa fb bindingRoland Scheidegger2007-07-191-1/+1
| * | increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo...Roland Scheidegger2007-07-191-1/+1
* | | Merge branch 'origin' into softpipe_0_1_branchKeith Whitwell2007-07-174-30/+44
|\| |
| * | fix segfault with i915 drivers in swrast drawpixels path when resizing windowsRoland Scheidegger2007-07-161-0/+6
| * | i915tex: Better procedure for dropping batchbuffer on virtual resolution change.Michel Dänzer2007-07-101-20/+10
| * | i915tex: Only wait for vblank when really necessary.Michel Dänzer2007-07-102-10/+27
| * | Add case for GL_QUADS in i915_reduced_primitive_state().Brian2007-07-061-0/+1
* | | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell2007-07-179-114/+183
|\ \ \ | | |/ | |/|
| * | Fix screen corruption on resize.Keith Whitwell2007-07-113-102/+17