OSDN Git Service

android-x86/external-mesa.git
2007-07-20 Roland Scheideggerfix bogus recently introduced function param comments
2007-07-20 Roland Scheideggerminor cleanups, disable debugging
2007-07-19 Roland Scheideggerremove some more really old ifdefed out code...
2007-07-19 Roland Scheideggermore cleanups (looks pretty reasonable now)
2007-07-19 Roland Scheideggerfix drawables not getting freed if context is made...
2007-07-18 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-18 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-18 Roland Scheideggerswapbuffers with non-current contexts, cleanups
2007-07-17 Roland Scheideggerget rid of checks for old ddx
2007-07-17 Roland Scheideggerremove some more old stuff
2007-07-17 Roland Scheideggerget rid of more pageflip/rotation code.
2007-07-17 Roland Scheideggerfix up mesa's probably bogus framebuffer updates with...
2007-07-17 Roland Scheideggerfix mesa fb binding
2007-07-17 Roland Scheideggerremove old code, remaining bits of static handles,...
2007-07-17 Roland Scheideggerincrease MAX_RELOCS so never run out before batch buffe...
2007-07-16 Roland Scheideggerfix resize bugs (fb size updated too late), fix typos...
2007-07-16 Roland Scheideggersmall cleanups
2007-07-16 Roland Scheideggerget rid of more cliprects...
2007-07-16 Roland Scheideggermore cliprect elimination (swrast span)
2007-07-16 Roland Scheideggerget rid of more fake cliprects (drawpixel), and enable...
2007-07-16 Roland Scheideggerget rid of more cliprects (readpixel)...
2007-07-16 Roland Scheideggerallow blit path for read pixels if pack->alignment...
2007-07-15 Roland Scheideggerchange back driver change from previous commit
2007-07-15 Roland Scheideggerfix bogus fb/drawable information (fixes xdemos/wincopy)
2007-07-15 Roland Scheideggerfix the texture copypixels path
2007-07-15 Roland Scheideggerbegin getting rid of fake clip rects (copy_pixel)
2007-07-14 Roland Scheideggerfix assertion, z/stencil swarst readback, (still looks...
2007-07-13 Roland Scheideggerbugfixes (wrt fb updates), cleanups
2007-07-12 Roland Scheideggerdon't use driDrawable information directly, don't resiz...
2007-07-11 Roland Scheideggerrestrict blitted area to size of rendered area
2007-07-11 Keith WhitwellFix screen corruption on resize.
2007-07-11 Roland Scheideggerremove bogus assertion, change drawable updates
2007-07-11 Roland Scheideggerdrop some more code no longer needed
2007-07-11 Roland Scheideggersome fixes, fake frontbuffer
2007-07-10 Roland Scheideggercopybuffer/cliprect fixups
2007-07-10 Roland ScheideggerFirst attempt at using private back/z buffers.
2007-07-04 Dave Airlier300: only init swtcl on tcl-less cards
2007-07-03 Brianadded vec2(vec4) constructor, bug 11404
2007-07-03 Brianadd code for stpq, rgba writemasks in make_writemask...
2007-07-03 Brianfix StepX/StepY typo
2007-07-03 Brianuse _mesa_unpack_stencil_span() in draw_stencil_pixels...
2007-07-03 Roland Scheideggerfix GL_DOT3_RGBA texture combiner mode in generated...
2007-07-02 Brianadd const to wglSetPixelFormat() to match .h declaration
2007-07-02 Brianavoid unnecessary clamping of depth values (bug 11448)
2007-07-02 Dave Airlier300: fix compiz crash on swtcl - doesn't fix compiz...
2007-07-01 Claudio CiccaniCompute the amount of time to sleep on idle event using...
2007-07-01 Claudio CiccaniFixed initialization of render buffer and deinitializat...
2007-07-01 Dave Airlier300: oops wrong logic for swtcl
2007-07-01 Dave Airlier300: oops turn back off cmd buf debugging
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-07-01 Dave Airliefix tabbing
2007-07-01 Dave Airlier300: add authorship
2007-07-01 Dave Airlier300: remove some unused code
2007-07-01 Dave Airlier300: cleanup some of the swtcl code
2007-07-01 Dave Airlier300: fixup manytex, we needed to emit the vic/vir...
2007-07-01 Dave Airlier300: fix tabbing
2007-06-30 Briansimplify INIT_SPAN code
2007-06-30 Brians/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()
2007-06-30 BrianUndo some prev glDraw/CopyPixel changes which fixed...
2007-06-30 BrianObsolete
2007-06-30 Brianoverhaul point rasterization, no longer use s_pointtemp.h
2007-06-29 Brianregenerated
2007-06-29 Ben Skeggsnouveau: match drm changes (0.0.7)
2007-06-29 Ben Skeggsnouveau: NV30_TCL viewport/scissor fixes
2007-06-28 Brianbring over 7.0 doc changes
2007-06-28 BrianAdd a few missing GL 2.0 entrypoints, regenerate relate...
2007-06-28 zhanga variety of fixes for MingW
2007-06-28 Brianremove t_save_api.c and some other obsolete files,...
2007-06-28 Brianremove obsolete t_save_api.c
2007-06-28 Brianuse larger point/sprite size
2007-06-28 Brianincrease MAX_POINT_SIZE to 60
2007-06-28 BrianXXX comment about point clamping
2007-06-28 Brianadded comment, remove dead code
2007-06-24 Oliver McFaddenr300: Initial work on merging the real and generated...
2007-06-24 Oliver McFaddenr300: Should use inst_count not 0 for R300_PVS_CNTL_3_P...
2007-06-24 Oliver McFaddenr300: The vpi, vpp, and vps counts are already initiali...
2007-06-24 Oliver McFaddenr300: Clean up the vertex program state code slightly...
2007-06-24 Oliver McFaddenr300: Vertex program position end bits are known.
2007-06-24 Oliver McFaddenr300: Removed unused vap_param structure.
2007-06-24 Oliver McFaddenr300: Cleaned up long lines in the vertex functions.
2007-06-24 Oliver McFaddenr300: Setup the default state for polygon offset point...
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupVertexShader function.
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupPixelShader function.
2007-06-24 Oliver McFaddenr300: Trivial clean up in radeon_lock.h.
2007-06-24 Dave Airlier300: 2288 is a tcl only reg
2007-06-22 Eric AnholtUse -pthread instead of -lpthread on FreeBSD.
2007-06-22 Brianfix bug rendering points with fragment program (see...
2007-06-22 BrianFix feedback color bug #11332. In feedback mode, produ...
2007-06-22 Dave Airlieclean up cache flush emission into one place
2007-06-22 BrianRandom state-change / primitive rendering. Good for...
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Brianfix rgba pointer bug hit on zoomed+fogged glDrawPixels
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Oliver McFaddenr300: Corrected a bug in r300LineWidth.
2007-06-21 BrianAnother round of fixing attribute interpolation for...
2007-06-21 Brianrename _swrast_update_fragment_attribs()
2007-06-21 Dave Airlieclean up color0 code
2007-06-21 Dave Airlieadd a mem use for current dma buffer
2007-06-21 Dave Airliefix unfilled tris/quads
2007-06-21 Dave Airlieensure cmd buffer space
next