OSDN Git Service

android-x86/external-mesa.git
2009-09-04 Eric Anholti965: Calculate enabled[] and nr_enabled once and re...
2009-09-04 Eric Anholti965: Set the max index buffer address correctly accord...
2009-09-04 Brian Pauli965: rename var: s/tmp/vs_inputs/
2009-09-03 Brian Pauldocs: 7.5.1 md5 sums
2009-09-03 Brian Pauldocs: point to fd.o for downloads instead of SourceForge
2009-09-03 Brian Paulgallium/xlib: silence unitialized var warning
2009-09-03 Brian Paulgallium/xlib: silence uninitialized var warning
2009-09-03 Brian Paulst/mesa: silence uninitialized var warnings
2009-09-03 Brian Pauldocs: prep for 7.5.1 release
2009-09-03 Brian Pauldocs: added news entry for 7.5.1
2009-09-03 Brian Pauldocs: update precompiled libs info
2009-09-03 Brian Pauldocs: move SGI GLU link
2009-09-03 Brian Paulst/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted...
2009-09-02 Keith Whitwellst/mesa: Do GL_RGBA->GL_RGB texsubimage on hardware
2009-09-02 Keith Whitwellutil: add version of u_blit_pixels which takes a writemask
2009-09-02 Keith Whitwelldraw: remove unused variable
2009-09-01 Brian Paulprogs/tests: re-enable exit() call
2009-08-31 Brian Paulswrast: fix selection/feedback regression
2009-08-31 Brian Paulswrast: can't use deferred texture/shading if using...
2009-08-31 Brian Paulmesa: added const qualifiers, move local var
2009-08-31 Brian Paulmesa: fix saturation logic in emit_texenv()
2009-08-31 Brian Pauldocs: fixed glXCreateGLXPixmap() for direct rendering
2009-08-31 Brian Pauldocs/: document cross-compile fix
2009-08-31 Marc Dietrichmesa: fix 32bit cross compilation on a 64bit machine
2009-08-30 Michel Dänzerglx/x11: Fix glXCreateGLXPixmap for direct rendering.
2009-08-28 José Fonsecautil: Reset size to zero when failed to allocate buffer.
2009-08-27 Brian Pauldocs: fix selection/feedback culling bug
2009-08-27 Brian Paulswrast: fix incorrect tri culling in selection/feedback...
2009-08-27 marvin24mesa: direct program debug output to stderr instead...
2009-08-27 Brian Paulgallium/util: added support for SRGB formats
2009-08-27 Brian Paulgallium/util: added cases for SRGB formats
2009-08-26 Brian Paulglsl: signal that the program needs to be re-translated...
2009-08-26 Brian Pauldocs: document sampler array bug fix
2009-08-26 Brian Paulprogs/glsl: add special Makefile rule for samplers_array
2009-08-26 Brian Paulprogs/glsl: change samplers.c to better test sampler...
2009-08-26 Brian Paulglsl: fix bug in sampler array indexing
2009-08-24 Brian PaulARB prog: Set error instead of falling through with...
2009-08-24 Brian Pauldocs: recent 7.5.1 bug fixes
2009-08-24 Brian Paulxlib: fix single buffer window resize bug
2009-08-24 Brian Paulvbo: fix divide by zero exception
2009-08-24 Vinson Leeglsl: Silence gcc uninitialized variable warning.
2009-08-21 Brian Paulst/mesa: flush bitmap cache if Z value changes
2009-08-20 Brian Paultgsi: check for SOA dependencies in SSE and PPC code...
2009-08-20 Brian Paultgsi: handle SOA dependencies for MOV/SWZ
2009-08-20 Brian Paultgsi: added tgsi_full_instruction::Flags field
2009-08-18 Brian Paultgsi/ppc: we don't implement saturation modes yet
2009-08-18 Brian Paultgsi/sse: we don't implement saturation modes yet
2009-08-18 Brian Paulmesa: when emitting vertex program fog, set yzw=0,0,1
2009-08-14 Brian Paulprogs/demos: print more info in fbotexture.c
2009-08-14 José Fonsecagallium: Always map for READ flag when DISCARD is not...
2009-08-14 José Fonsecatrace: Remove space next to the class attribute of...
2009-08-14 José Fonsecapython/retrace: Open bz2 files correctly.
2009-08-14 Brian Pauldocs: docs: document new --with-max-width/height config...
2009-08-14 Brian PaulAdd a FAQ about internal buffer sizes.
2009-08-14 Brian PaulAdd configure options for MAX_WIDTH/HEIGHT.
2009-08-14 Brian PaulAllow external settings of MAX_WIDTH/HEIGHT.
2009-08-14 Brian Paulmesa: move assertions in test_attachment_completeness()
2009-08-13 Brian Paulmesa: fix some invalid memory reads
2009-08-13 Brian Paulprogs/tests: hack a PBO/dlist test
2009-08-13 Brian Paulmesa: fix warnings about locals hiding function params
2009-08-13 Brian Paulmesa: add missing PBO mapping code in unpack_image()
2009-08-13 Brian Paulmain: fix some potential memory leaks
2009-08-13 Brian Paulmesa: fix some potential uninitialized memory references
2009-08-13 Brian Paulglsl: fix some uninitialized pointers
2009-08-13 Keith Whitwelldraw: cope with more primitives in draw_pipeline_run
2009-08-07 Pauli Nieminendri: Fix problems with unitialized values in dri screen...
2009-08-06 Brian Paulutil: fix incorrect assertion
2009-08-06 Brian Paulutil: include u_surface.h, added comment
2009-08-06 Brian Paulutil: use util_same_surface() to compare surface pointers
2009-08-06 Brian Paulutil: added util_same_surface() helper function
2009-08-06 Alan HourihaneEnsure GL_EXT_blend_equation_separate is enabled when...
2009-08-05 Brian Pauldocs:fix glBlitFramebuffer() for Gallium
2009-08-05 Brian Paulst/mesa: implement BlitFramebuffer() for depth/stencil...
2009-08-05 Brian Paulmesa: generate GL_INVALID_OPERATION for missing z/stenc...
2009-08-05 Brian Paulst/mesa: fix Y inversion and optimize st_BlitFramebuffer()
2009-08-05 Brian Paulutil: added comment/question about blit clipping
2009-08-05 Brian Paulmesa: make _mesa_clip_blit() a shared function
2009-08-05 Brian Paulutil: added util_blit_pixels() overlap test
2009-08-05 Brian Paulutil: fix util_blit_pixels() test for surface_copy...
2009-08-05 Brian Paulutil: reformatting and comments
2009-08-04 Brian Pauldocs: 7.5.1 bug fixes
2009-08-04 Brian Paulintel: Fix inverted test for disabling flushing of...
2009-08-04 Brian Paulintel: Wait on the last swapbuffers to complete before...
2009-08-04 Brian Paultexenv: Use VP->Current, since _Current isn't updated...
2009-08-04 Brian Paultexenv: Match state.c in deciding whether we'll be...
2009-08-04 Brian Paultexenv: Add missing dependency on VP changes.
2009-08-04 Dan Nicholsonmklib: Ensure target directory exists for library
2009-08-04 Peter HuttererAdd missing X11_INCLUDES to egl/drivers/demo and egl...
2009-08-03 Pauli Nieminenxdemo/glxswapcontrol: Move get_framge_usage after the...
2009-08-03 Pauli Nieminenxdemos/glxcontexts: Don't leak visual info when choosin...
2009-08-03 Brian Paulst/mesa: we don't support GL_NV_point_sprite (see comment)
2009-07-30 Brian Paulmesa: move misplaced return statement
2009-07-30 Brian Paulmesa: add missing return after catching program error
2009-07-29 Keith Whitwellmesa/st: short-circuit glFinish calls on WIN32 only
2009-07-29 Keith Whitwellmesa/st: recognize no-op scissor state when checking...
2009-07-29 Keith Whitwellutil: _debug_printf should print even when DEBUG is...
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRISW)
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRI)
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRI2)
2009-07-28 RALOVICH, Kristófglx: properly release DRI configs
next