platform/upstream/mesa.git
2008-03-22 Eric Anholtautoconf: Add a workaround for second AC_PROG_PATH...
2008-03-22 Brianuse ctx->Driver.DeleteProgram() in a few more places
2008-03-22 Briandelete default programs with ctx->Driver.DeleteProgram()
2008-03-21 Michal Wajdeczko[965] Avoid emitting dead code for DPx/math instructions.
2008-03-21 Michal Wajdeczko[965] Improve pinterp performance by delaying reads...
2008-03-21 Michal Wajdeczko[965] Fix negating of unsigned value in emit_wpos_xy.
2008-03-21 Michal Wajdeczko[965] Add MVP code for position invariant vertex programs.
2008-03-21 Michal Wajdeczko[win32] Use native aligned memory allocation functions.
2008-03-21 Michal Wajdeczko[965] Shuffle state flags to match the order we initial...
2008-03-21 Michal Wajdeczkointel: Use _mesa_ffs wrapper, and fix a use-after-free...
2008-03-21 Eric Anholtautoconf: automatically detect if -ldl is required.
2008-03-21 Eric AnholtFix xdemos build on FreeBSD: <sys/types.h> before ...
2008-03-21 Eric AnholtFix autoconf build on FreeBSD: detect gmake, and put...
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brianinclude varray.h to silence warning
2008-03-21 Brianadd a number of PBO validate/map/unmap functions
2008-03-21 BrianFix some PBO breakage.
2008-03-21 Zou Nan hai [i965] multiple rendering target fix
2008-03-20 Zou Nan hai[i915] GL_DEPTH_TEXTURE_MODE fix
2008-03-20 Xiang, Haihaomesa: The span array is only populated in single-pixel
2008-03-20 Eric Anholt[965] Initialize region surface key structure padding.
2008-03-20 Eric Anholt[intel] Fix an uninitialized variable access in PRESUME...
2008-03-19 Brianfix IEEE_ONE definition for ICC compiler (bug 15134)
2008-03-19 Alex DeucherRadeon 9500 (0x4144) only has one pipe
2008-03-19 Brianx86_init_func_size() returns int to indicate success...
2008-03-19 Brians/x86_init_func/x86_init_func_size (fixes bug 15119)
2008-03-19 Zou Nan hai [i915] arb point sprite only support in i965
2008-03-19 Zou Nan hai[i915] fix fragment.position
2008-03-19 Eric Anholt[i915] Bug #13634: Fix bugs in 945 cube mipmap layout.
2008-03-19 Eric Anholt[i915] Add comments about how cube texture layout works.
2008-03-19 Eric Anholt[i915] Move miptree layout code into separate functions...
2008-03-19 Eric Anholt[intel] Clarify miptree layout by using byte offsets...
2008-03-19 Eric Anholt[945] Remove conditional in 945 3D mipmap layout checki...
2008-03-19 Alan Hourihaneset outputs_safe to 0 as it's possible for the code...
2008-03-18 Zou Nan haiRevert "[i965] make stipple pattern continue across...
2008-03-18 Xiang, Haihaoglx: Add isDirect back to __GLXcontextRec. It is needed
2008-03-18 Zou Nan hai[i965] make stipple pattern continue across GL_LINE_LOO...
2008-03-18 Dave Airlier300: add new rs690 pci id
2008-03-17 Andrzej Trznadel[965] Fix fp temp reg release code to not usually relea...
2008-03-17 Andrzej TrznadelFix compat implementation of ffs() to return 1-based...
2008-03-17 Markus Amsleronly set InputsRead bit if input is really used
2008-03-17 Markus Amslermesa: Add vertex.attrib 0-15 to arb_input_attrib_string.
2008-03-17 Markus Amslerr300: Simplify r300VAPInputRoute1.
2008-03-17 Markus Amslerr300: Simplify r300VAPInputRoute0, check for valid...
2008-03-17 Zou Nan hai[i965] round pointsize to nearest int according to...
2008-03-17 Xiang, Haihaointel: fix the error in commit 7ed1fd5d8438e55fe2409184...
2008-03-17 Xiang, Haihaointel: It is needed to allocating texture memory to...
2008-03-17 Xiang, Haihaointel: Remove an assertion from intel_miptree_create...
2008-03-17 Xiang, Haihaomesa: avoid to unlock an unlocked array in _mesa_PopCli...
2008-03-17 Xiang, Haihaomesa: Follow GL spec to draw DEPTH_COMPONENT pixels...
2008-03-17 Zou Nan hai [i965] fix wpos height 1 pixel higher
2008-03-15 Kristian HøgsbergTest createNewScreen for NULL, not createNewScreenName...
2008-03-14 Brianinit tmpNode to zeros
2008-03-14 Brianmesa: fix emit_clamp() so that we don't use an output...
2008-03-14 Xiang, Haihaoglx: fix rotation regression. bug #14963
2008-03-14 Xiang, Haihaointel: fix abort issue with shadowtex demo when use
2008-03-13 Roland Scheideggerfix state.lightprod ambient/specular w value (bug ...
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-03-12 Kristian HøgsberglibGL: Pull the drawable hash back out in the generic...
2008-03-12 Kristian HøgsbergAdd another missing check for uninitialized DRI.
2008-03-11 Dan NicholsonFix include path for rain demo so glut.h is found
2008-03-10 Dan Nicholsonautoconf: Enable xdemos by default when we build libGL
2008-03-10 Jeremy HuddlestonDarwin: Fixed small error in darwin config files
2008-03-10 Kristian HøgsbergMove make install logic for libGL back into src/mesa...
2008-03-10 Kristian HøgsbergOnly try to call DRI function if DRI got initialized...
2008-03-10 Jeremy HuddlestonDarwin: Config/source fixes to now build glxdemo apps...
2008-03-10 Dan Nicholsonautoconf: Add autogen.sh from Xorg for easier setup...
2008-03-10 Dan NicholsonIgnore more demo programs
2008-03-10 Brianremove extra #include of assert.h (bug 14932)
2008-03-10 Brianfix parsing of state.texenv.color (bug 14931)
2008-03-10 Dave Airliedri: fix function call to add new parameter.
2008-03-10 Kristian HøgsbergDRI2: Make setTexBuffer take a __DRIdrawable instead...
2008-03-10 Kristian HøgsbergDRI2: Drop DriverAPI.UpdateBuffer.
2008-03-10 Kristian HøgsbergDRI2: Pass the context instead of the screen to __dri2P...
2008-03-10 Kristian HøgsbergDRI2: Add event buffer head as an argument to driCreate...
2008-03-10 Brianfix botched test for clearing color buffers (should...
2008-03-09 Markus AmslerSet normalized flag for GLubyte arrays in _mesa_VertexA...
2008-03-09 Markus Amslerinit vertex weight attrib to (1,0,0,0)
2008-03-09 Brianfix __builtin_expect() definition test for IBM XLC...
2008-03-09 Kristian HøgsbergProperly revert the libGL loader path breakage.
2008-03-09 Kristian HøgsberglibGL: Fall back to DEFAULT_DRIVER_DIR properly.
2008-03-09 Brianreplace // comment with /* */ (bug 14916)
2008-03-09 Brianadded info about checking out gallium-0.1 for cell...
2008-03-09 Kristian HøgsbergUse _X_HIDDEN to hide a bunch of leaked symbols.
2008-03-09 Kristian HøgsbergMove DRI context functions into dri_glx.c.
2008-03-09 Kristian HøgsbergMove DRI drawable creation into dri_glx.c.
2008-03-09 Kristian HøgsbergIntroduce __GLXDRIscreen so we can start moving functio...
2008-03-09 Kristian HøgsbergMove DRI specific parts of CreateContext into dri_glx.c.
2008-03-09 Kristian HøgsbergConvert driCreateScreen and driDestroyScreen to functio...
2008-03-09 Kristian HøgsbergAbstract __DRIdisplayPrivateRec away in dri_glx.c.
2008-03-08 Kristian HøgsbergMake __glXCloseDisplay static instead of prototyping...
2008-03-08 Kristian HøgsbergMove libGL install target to the libGL Makefile.
2008-03-08 Kristian HøgsbergSimplify LIBGL_DRIVERS_PATH walking.
2008-03-08 Kristian HøgsbergSimplify dri loading code by eliminating dlopen "cache".
2008-03-08 Kristian HøgsberglibGL: Consolidate DRI initialization in dri_glx.c
2008-03-07 Dan Nicholsonautoconf: Print GCC include path directly and be more...
2008-03-07 Kristian Høgsberg[intel] Only enable GL_EXT_texture_sRGB on i965.
2008-03-07 Zou Nan hai [i965] fix fd.o bug #11471 and #11478
2008-03-07 Xiang, Haihaoi965: use RGB565 to render a bitmap if Depth is 16
2008-03-06 Xiang, Haihaoi965: Fix double free issue to pass glean/maskedClear...
next