mesa.git
2008-05-02 Eric Anholt[intel] Merge intel_ioctl.h. Not sure how this slipped...
2008-05-01 Brian Paulfix conversion of GLfloat display list IDs
2008-04-30 Brian PaulAdd support for GL_REPLACE_EXT texture env mode.
2008-04-30 Dan Nicholsonautoconf: Fail from autoconf if the pkg-config macros...
2008-04-30 Brian Pauladded xdemos/sharedtex.c test
2008-04-30 Dan Nicholsonautoconf: Don't substitute MESA_MAJOR and friends
2008-04-30 Xiang, Haihaointel: test cpp to ensure mipmap tree matches texture...
2008-04-30 Brian Pauldisable GL_TEXTURE_1D at end of frame to fix failed...
2008-04-30 Brian Paulmesa: adjust glBitmap coords by a small epsilon
2008-04-29 Ove Kaavenr200: fix state submission issue causing bogus textures...
2008-04-29 Michel DänzerChange default of driconf "allow_large_textures" to...
2008-04-28 Alan Hourihanebuild fix for xorg driver
2008-04-25 Keith Packard[i965] short immediate values must be replicated to...
2008-04-25 Dan Nicholsonglcore: Respect DESTDIR
2008-04-25 George Sapountzisfix make tarballs
2008-04-25 Alan Hourihanesilence warning
2008-04-24 Pierre Beyssacenable GL_EXT_multi_draw_arrays (see bug 15670)
2008-04-23 Alan Hourihaneinclude <X11/Xlib.h>
2008-04-23 George Sapountzisdrop stray includes of glapi
2008-04-23 George Sapountzisglx: nitpick renames
2008-04-23 George Sapountzisglx: split out current context code
2008-04-23 George Sapountzisglcore: drop outdated sources files intented for xorg
2008-04-23 George Sapountzisglcore: tree sharing for DRI and XMesa
2008-04-23 George Sapountzisglcore: build from mesa
2008-04-22 Alan Hourihanerevert part of the previous cleanup - it only applies
2008-04-22 Alan HourihaneFix error string
2008-04-22 Alan Hourihanecorrect the return value
2008-04-22 Alan Hourihanesmall cleanups
2008-04-22 Xiang, Haihaoi965: fix DEPTH_TEXTURE_MODE (bug #14220)
2008-04-22 Zou Nan hai [i965] This is to fix random crash in some maps of...
2008-04-22 Xiang, Haihaoi965: save the offset of target buffer after last execu...
2008-04-21 Xiang, Haihaointel: fix an assertion failure. fix bug #15575
2008-04-21 Xiang, Haihaoi965: clear the PRESUMED_OFFSET flag from bo_req.hint...
2008-04-18 Eric Anholtautoconf: Default the build to DRI on OS+CPU combos...
2008-04-18 Dave Airliei965: fixup depth buffer check
2008-04-18 Dave Airliei965: fix vb aperture space check
2008-04-18 Dave Airlie965: fix vb upload size check
2008-04-18 Dave Airliei965: fix gs_prog aperture check
2008-04-18 Dave Airliei915: check for depth region before accounting its...
2008-04-18 Dave Airliei965: initial attempt at fixing the aperture overflow
2008-04-17 Xiang, HaihaoRevert "[i965] renable regative rhw test"
2008-04-17 Andrew Randrianasulur200: accept PROGRAM_CONSTANT inputs due to mesa changes
2008-04-16 Dave Airliebufmgr_fake: disable debugging again
2008-04-16 Dave Airlieintel: fix _mesa_error ctx I introduced at lsat minute
2008-04-16 Dave Airlieintel/fake_bufmgr: Attempt to restrict references to...
2008-04-15 Brianfix multi-draw buffer regression
2008-04-14 Brian Paulonly use __x86_64__, not __amd64__ (bug 15503)
2008-04-14 Brian Paulfix GL_ARB_texture_rectangle breakage
2008-04-14 Brian Paulcheck for _WIN32 and __WIN32__
2008-04-14 David Flynndefine #extension GL_ARB_texture_rectangle
2008-04-12 Roland Scheideggerr200: fix XPD vertex program instruction when using...
2008-04-11 Brian Paulfix failed assertion (parameter can be a PROGRAM_CONSTANT)
2008-04-11 Brian Pauladd missing glViewport calls
2008-04-11 Brian Paulcomments
2008-04-10 Michel DänzerGet the default GLXPixmap texture target from the serve...
2008-04-10 Brianmore make clean items
2008-04-10 Brianuse InitUniforms()
2008-04-10 BrianReplace duplicated code with new shaderutil.c functions
2008-04-10 Brianshader utility functions
2008-04-09 Hasso TepperAdd support for dfbsd to mklib script.
2008-04-09 Hasso TepperAdd $(X11_INCLUDES) to shut makedepend up.
2008-04-09 Hasso Tepperautoconf: Add dfbsd support.
2008-04-08 Jie LuoHandle fbconfig comparison correctly for attributes...
2008-04-08 Kristian HøgsbergOnly convert configs if screen creation was successful.
2008-04-07 Michel Dänzerr300: Fix r300VAPInputRoute{0,1} for big endian platforms.
2008-04-05 Brian7.0.3 updates
2008-04-05 Brianupdated w/ 7.0.3 release
2008-04-05 Brianimport 7.0.3 relnotes from 7.0 branch
2008-04-05 Brianadded glGetActiveUniform_func
2008-04-05 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-05 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-04 Brianrewrite some of the mat*mat, mat*vec intrinsics
2008-04-04 Briansilence warning
2008-04-02 Kristian HøgsbergPick up dri2proto from the standard proto header includ...
2008-04-02 Kristian HøgsbergInitialize GLX_EXT_texture_from_pixmap attributes corre...
2008-04-01 Roland Scheideggerfix mistakenly set ATIFragmentShader._Enabled bit ...
2008-04-01 Brianadded some missing calls to _mesa_enable_x_y_extensions()
2008-04-01 Dan NicholsonUse AC_CHECK_PROGS to find alternate make programs
2008-03-31 Markus Amslerfix parsing bug involving comments at the end of ARB...
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-31 Xiang, Haihaomesa: Free all shader program data before deleting all
2008-03-31 Xiang, HaihaoRevert "mesa: separate shader program object from shade...
2008-03-31 Xiang, Haihaoi915: texture object's lod bias. fix bug #15192
2008-03-30 Markus Amslerr300: Copy-and-paste error from the vertex program...
2008-03-30 Markus Amslerr300: Take PROGRAM_CONSTANT into account.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
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 Oliver McFaddenr300: Indented the vertex program code...
next