summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian2007-08-015-33/+36
* Checkpoint: glClear changes - working, bug very rough.Brian2007-08-0111-22/+213
* Build libsoftpipe.aKeith Whitwell2007-08-0110-33/+114
* Remove unused file intel_render.cKeith Whitwell2007-08-011-244/+0
* Remove unused fileKeith Whitwell2007-08-011-132/+0
* Remove intel_span.[ch]Keith Whitwell2007-08-017-449/+4
* sp_z_surface.h is deadBrian2007-07-311-1/+0
* Obsolete.Brian2007-07-312-250/+0
* Redesign pipe_surface in terms of pipe_region.Brian2007-07-3115-270/+538
* Lift region-related functions up to the pipe interface.Brian2007-07-3127-287/+342
* re-fix stencil addressing bugBrian2007-07-311-14/+3
* Add missing filesKeith Whitwell2007-07-314-0/+1926
* Remove references to intel_tris.hKeith Whitwell2007-07-313-3/+0
* Build the "pipe" version of the i915tex driver.Keith Whitwell2007-07-311-1/+1
* A version of the i915tex driver with all drawing code removed.Keith Whitwell2007-07-3143-0/+10904
* 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
* fix assertionsBrian2007-07-311-2/+2
* Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell2007-07-3128-1177/+468
|\
| * 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
| * fix bogus recently introduced function param commentsRoland Scheidegger2007-07-201-2/+0
| * 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
| * fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger2007-07-191-1/+7
| * fix mesa's handling of fbo's / window fb (again)Roland Scheidegger2007-07-186-41/+77
| * more fixes for mesa's fbo handling (fixes tests/fbotest1/2)Roland Scheidegger2007-07-183-3/+14
| * 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 up mesa's probably bogus framebuffer updates with different read/write fbsRoland Scheidegger2007-07-171-14/+26
| * fix mesa fb bindingRoland Scheidegger2007-07-174-7/+12
| * remove old code, remaining bits of static handles, disable (no longer functio...Roland Scheidegger2007-07-179-314/+32
| * 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-152-2/+14