Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) ↵ | Roland Scheidegger | |
copyTexSubimage | |||
2007-07-13 | bugfixes (wrt fb updates), cleanups | Roland Scheidegger | |
move drawable validation back to where it was now that the driDrawable information isn't used directly anymore. Fix bogus fb updates (the context we get for SwapBuffer processing may not have the drawable being processed attached!) glthreads behaves a bit better but still not correct. | |||
2007-07-12 | don't use driDrawable information directly, don't resize at makecurrent | Roland Scheidegger | |
driDrawable information now isn't used in most parts of the driver. makecurrent only updates fb information when the context is new (driDrawable is still updated by the dri common code). | |||
2007-07-11 | restrict blitted area to size of rendered area | Roland Scheidegger | |
2007-07-11 | Fix screen corruption on resize. | Keith Whitwell | |
Move buffer resize check to immediately after swapbuffers. Update cliprects inside the locked region of swapbuffers. | |||
2007-07-11 | remove bogus assertion, change drawable updates | Roland Scheidegger | |
don't update driDrawable information until later at all (blit needs fixing). | |||
2007-07-11 | drop some more code no longer needed | Roland Scheidegger | |
2007-07-11 | some fixes, fake frontbuffer | Roland Scheidegger | |
still doesn't work quite right (resize). Fake frontbuffer doesn't copy in real frontbuffer. Don't even think about doing rotation/page flip/triple buffering for now... More cleanups needed (fake cliprects etc.) | |||
2007-07-10 | copybuffer/cliprect fixups | Roland Scheidegger | |
2007-07-10 | First attempt at using private back/z buffers. | Roland Scheidegger | |
Allocate and use private back and z/stencil buffers. This is still very broken. | |||
2007-07-04 | r300: only init swtcl on tcl-less cards | Dave Airlie | |
2007-07-03 | added vec2(vec4) constructor, bug 11404 | Brian | |
2007-07-03 | add code for stpq, rgba writemasks in make_writemask(), bug 11404 | Brian | |
2007-07-03 | fix StepX/StepY typo | Brian | |
2007-07-03 | use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457 | Brian | |
2007-07-03 | fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug ↵ | Roland Scheidegger | |
#11030) | |||
2007-07-02 | add const to wglSetPixelFormat() to match .h declaration | Brian | |
2007-07-02 | avoid unnecessary clamping of depth values (bug 11448) | Brian | |
2007-07-02 | r300: fix compiz crash on swtcl - doesn't fix compiz though. | Dave Airlie | |
Compiz for some reason looks like ass, everything with textures looks like it has a 2x width/height multiplier on the texture coords... | |||
2007-07-01 | Compute the amount of time to sleep on idle event using timers as reference. | Claudio Ciccani | |
2007-07-01 | Fixed initialization of render buffer and deinitialization of context. | Claudio Ciccani | |
2007-07-01 | r300: oops wrong logic for swtcl | Dave Airlie | |
2007-07-01 | r300: oops turn back off cmd buf debugging | Dave Airlie | |
2007-07-01 | Merge branch 'r300-swtcl' | Dave Airlie | |
2007-07-01 | fix tabbing | Dave Airlie | |
2007-07-01 | r300: add authorship | Dave Airlie | |
2007-07-01 | r300: remove some unused code | Dave Airlie | |
2007-07-01 | r300: cleanup some of the swtcl code | Dave Airlie | |
2007-07-01 | r300: fixup manytex, we needed to emit the vic/vir/vof every time | Dave Airlie | |
2007-07-01 | r300: fix tabbing | Dave Airlie | |
2007-06-29 | simplify INIT_SPAN code | Brian | |
2007-06-29 | s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking() | Brian | |
2007-06-29 | Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors ↵ | Brian | |
were overwritten by interpolating attributes. Now just set the span->arrayAttribs mask in glDraw/CopyPixels and be sure we don't overwrite the values in interpolate_active_attribs(). | |||
2007-06-29 | Obsolete | Brian | |
2007-06-29 | overhaul point rasterization, no longer use s_pointtemp.h | Brian | |
2007-06-29 | regenerated | Brian | |
2007-06-29 | nouveau: match drm changes (0.0.7) | Ben Skeggs | |
2007-06-29 | nouveau: NV30_TCL viewport/scissor fixes | Ben Skeggs | |
2007-06-28 | bring over 7.0 doc changes | Brian | |
2007-06-28 | Add a few missing GL 2.0 entrypoints, regenerate related files. | Brian | |
Specifically: glVertexAttrib4bv glVertexAttrib4iv glVertexAttrib4ubv glVertexAttrib4uiv glVertexAttrib4usv | |||
2007-06-28 | a variety of fixes for MingW | zhang | |
2007-06-28 | remove t_save_api.c and some other obsolete files, may be more | Brian | |
2007-06-28 | remove obsolete t_save_api.c | Brian | |
2007-06-28 | use larger point/sprite size | Brian | |
2007-06-28 | increase MAX_POINT_SIZE to 60 | Brian | |
2007-06-28 | XXX comment about point clamping | Brian | |
2007-06-28 | added comment, remove dead code | Brian | |
2007-06-24 | r300: Initial work on merging the real and generated vertex program functions. | Oliver McFadden | |