mesa.git
2008-03-28 Brianfix texture/renderbuffer mix-up in test_attachment_comp...
2008-03-28 Xiang, Haihaoi965: depth offset on glPolygonMode(GL_LINE/GL_POINT)
2008-03-28 Dave Airlier300: finish conversion of RS_INST regs
2008-03-28 Dave Airlier300: move to using RS_INST names
2008-03-27 Brianconsolidate some parsing functions that were pretty...
2008-03-27 Brianwhen negating scalar src args, use NEGATE_XYZW, not...
2008-03-27 BrianSet param_var->param_binding_type = PROGRAM_CONSTANT
2008-03-27 Eric AnholtAdd a couple of test apps for line/unfilled polygon...
2008-03-26 Michal Wajdeczko[965] Fix massively broken state cache dirty flagging.
2008-03-26 Michal Wajdeczko[intel] Use mesa texmemory functions to allocate texima...
2008-03-26 Eric Anholt[965] Don't let the negate flags of src0 affect 1 const...
2008-03-26 Michal Wajdeczko[965] Correctly set read mask for OPCODE_SWZ in pass1.
2008-03-26 Eric Anholt[965] Clean up whitespace and dead code from do_unfille...
2008-03-26 Zou Nan hai[i915] don't use 4x4 filter for 1D shadowmap
2008-03-25 Brianimplement glGet/BindAttribLocationARB() for display...
2008-03-25 Brianupdated to version 40
2008-03-25 Xiang, Haihaointel: fix the issue "VBO: Cannot allocate memory for...
2008-03-25 Brianadd GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate...
2008-03-25 Brianfix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_E...
2008-03-24 Alex DeucherR300: fix typo r300 fog reg
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.
next