mesa.git
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...
2008-03-26 Oliver McFaddenr300: Cleaned up the default vertex program code with...
2008-03-26 Oliver McFaddenr300: Removed the last of the duplicate vertex program...
2008-03-26 Oliver McFaddenr300: Added Copyright lines to the vertex program code.
2008-03-26 Zou Nan hai[i915] don't use 4x4 filter for 1D shadowmap
2008-03-26 Oliver McFaddenr300: Renamed the Mesa opcode translation functions.
2008-03-26 Oliver McFaddenr300: Renamed the destination-and-opcode/source macros...
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-24 Oliver McFaddenr300: Merged the constant zero/one source macros.
2008-03-24 Oliver McFaddenr300: Merged the Vector and Math Engine opcode macros.
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
next