mesa.git
2006-03-20 Brian Pauladded _mesa_source/dest_buffer_exists() function to...
2006-03-20 Brian Paulfix some buffer binding tests in _mesa_make_current()
2006-03-20 Brian Paulslightly improved error message
2006-03-20 Aapo TahkolaFix texrect upload conflicts.
2006-03-19 Aapo TahkolaDisable tnl programs when doing software vertex program...
2006-03-19 Brian Paulminor clean-ups
2006-03-19 Aapo Tahkola-fix texrect fallback when using vtxfmt_a (glitz, xgl...
2006-03-19 Brian PaulQueries of GL_READ_BUFFER and GL_DRAW_BUFFER were still...
2006-03-18 Brian PaulDon't call Driver->Bitmap() if no image to render
2006-03-17 Jouk Jansen Committing in .
2006-03-17 Brian PaulInit FogCoordFuncs[0..5] too, remove some unneeded...
2006-03-17 Brian Paulremove another test for IN_DRI_DRIVER
2006-03-17 Kristian HøgsbergDon't use glx_ansic.h functions (__glXMemset).
2006-03-16 Brian Pauladded #undef GET_DISPATCH
2006-03-16 Brian PaulMoved _glapi_check_multithread() call into drivers...
2006-03-16 Brian Paulfinish up some loose ends in _mesa_texstore_z24_s8()
2006-03-15 Brian Paulassorted code clean-ups, comments, etc.
2006-03-15 Brian Paulremove invalid assertion in _glapi_get_dispatch(),...
2006-03-15 Brian PaulNeed to include glthread.h in glapi.h, not glapi.c...
2006-03-15 Brian Paulupdated some printfs, added comment about sched_yield
2006-03-15 Brian Paulsync with texmem branch
2006-03-15 Brian Paulrename enums, fixes compilation breakage (Michal Krol)
2006-03-15 Brian Pauluse 'p' key to toggle use of GL_EXT_packed_depth_stencil
2006-03-15 Brian Pauls/GLuint/GLushort/ in read_depth_stencil_image()
2006-03-14 Brian Paulinit Red/Green/EtcBits = 0 in soft_renderbuffer_storage()
2006-03-14 Brian PaulSet always_array=true for glGenProgramsNV (Dave Reveman)
2006-03-14 Brian Paulreplace dprintf() with _glu_dprintf() (bug 6244)
2006-03-14 Michal KrolAdd slang_analyse.c and slang_library_texsample.c.
2006-03-14 Michal KrolMore GLSL code:
2006-03-13 Aapo TahkolaClean build.
2006-03-13 Aapo TahkolaFix broken max mipmap leveling that was horribly wrong.
2006-03-10 Aapo TahkolaOption to init vp temps(for testing)
2006-03-09 Brian PaulAdd prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_...
2006-03-09 Brian Pauls/GLint/int/, to fit GLX conventions
2006-03-09 Brian PaulInstead of adding extra flags to DEFINES with +=, defin...
2006-03-09 Aapo TahkolaKick VBOs out of GART if nothing else helps.
2006-03-09 Aapo TahkolaUse the force Luke, use the force.
2006-03-08 Dave Airliecoverity check bug fix going over end of array
2006-03-08 Dave Airliecoverity checker bug: Pointer dereferenced after NULL...
2006-03-07 Aapo TahkolaFix broken DrawElements & DrawRangeElements.
2006-03-07 Jouk Jansen Committing in .
2006-03-07 Aapo TahkolaEnable HW VBOs and other things needed by it.
2006-03-07 Aapo TahkolaConvert to work with current DRM. + tag
2006-03-07 Aapo TahkolaVarious fallbacks, checks and tags.
2006-03-07 Brian Pauljust a comment for check_compatible()
2006-03-07 Brian Pauldisable double-buffer test in check_compatible(), fixes...
2006-03-07 Brian Paulprint newline in _mesa_warning()
2006-03-07 Brian Paulcall _mesa_update_framebuffer_visual() in _mesa_Framebu...
2006-03-07 Brian PaulFreeBSD updates (Pedro Giffuni)
2006-03-06 Aapo TahkolaPort r200 tex tiling code to run on r300 but keep it...
2006-03-06 Ian RomanickLater versions of Python handle formats like '% 5u...
2006-03-06 Ian RomanickGenerate server-side GLX protocol decode functions...
2006-03-06 Ian RomanickDisplay the correct bug number in the information text.
2006-03-06 Ian RomanickDon't try to bind to proxy texture target. This is...
2006-03-04 Ian RomanickBuild test for bugzilla #3050
2006-03-04 Ian RomanickTest case for bugzilla #3050.
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2006-03-03 Roland Scheideggerfix up the emit_func list in the experimental arbprogra...
2006-03-03 Roland ScheideggerFix bogus span mask in s_atifragshader.c leading to...
2006-03-02 Keith WhitwellAdd position_invarient support
2006-03-02 Roland ScheideggerFix more enums defined not only by one extension when...
2006-03-02 Brian Pauladded GL_EXT_framebuffer_blit, etc
2006-03-02 Brian Paultest glBlitFramebufferEXT w/ -blit flag
2006-03-02 Brian Paulimproved error msg
2006-03-02 Brian Paulcheck FEATURE_EXT_framebuffer_blit
2006-03-02 Brian Paulplug in BlitFramebuffer function
2006-03-02 Brian Paulimplementation of _swrast_BlitFramebuffer()
2006-03-01 Roland ScheideggerFix glGet with enums which are used not only in NV_vert...
2006-03-01 Brian PaulNo need for _mesa_save_error() to be public.
2006-03-01 Brian Pauladded BlitFramebuffer() support
2006-03-01 Brian PaulNew comments. Use tuples () instead of lists [] in...
2006-03-01 Brian Pauladded Flush in glXCopyContext()
2006-03-01 Brian Paulupdated comment
2006-03-01 Brian PaulAdded glBlitFramebufferEXT function.
2006-03-01 Brian Paulremove temporary tokens, more error checks for blit...
2006-03-01 Brian Pauladded s_blit.c
2006-03-01 Brian Paul_swrast_blit_framebuffer() function
2006-03-01 Brian PaulGL_EXT_framebuffer_blit tokens/functions
2006-02-28 Aapo TahkolaFree temps when possible
2006-02-28 Aapo TahkolaDont let (possibly) undefined z component reach hw...
2006-02-28 Aapo TahkolaNo need to call *_FIREVERTICES twice.
2006-02-28 Aapo TahkolaFix aliasing bug (Benjamin Herrenschmidt)
2006-02-28 Brian PaulAllow error checking to look for presence of either...
2006-02-28 Brian Paulonly run shader on active fragments in the span
2006-02-28 Brian Paulcheck if active fragment shader for deferred texturing...
2006-02-28 Brian Paulcheck for active shader, set FRAGPROG_BIT in raster...
2006-02-27 Brian Paulsilence a bunch of warnings
2006-02-27 Michal KrolMore GLSL code:
2006-02-26 Brian Paulre-formated with indent.
2006-02-26 Brian PaulRemove need to initialize the InstSize[] array elements...
2006-02-26 Brian Pauldisplay list clean-ups
2006-02-25 Roland ScheideggerAdd all pci ids known by ddx to radeon dri driver....
2006-02-24 Brian Paulfix broken _mesa_copy_context() for GL_LIGHTING_BIT
2006-02-24 Brian Paulneed to check for _NEW_BUFFERS in xmesa_update_state()
2006-02-24 Brian PaulFix _mesa_copy_texture_state() so that we copy texture...
2006-02-24 Brian PaulEXT_framebuffer_object (Dave Reveman)
2006-02-23 Brian Paulinclude inttypes.h if __osf__ defined (Randall Hand)
2006-02-23 Brian Paulupdate Blender link
2006-02-22 Brian Pauladd some #includes, fix some prototypes (bug 5992)
2006-02-22 Brian Paulinclude proper header file, remove local extern declara...
next