mesa.git
2005-11-28 Brian PaulLots of fixes, clean-ups, new comments, etc.
2005-11-27 Brian PaulRedo _eglInitSurface() so it can be used with all surfa...
2005-11-27 Brian Paulinclude stdint.h for BSD
2005-11-25 Brian Pauluse ADD_POINTERS macro instead of (uintptr_t) cast
2005-11-24 Keith WhitwellUse _mesa_exec_free for fp->func.
2005-11-24 Brian Pauluse new _egl_api struct
2005-11-24 Brian Pauluse _egl_api struct, make some functions static
2005-11-24 Brian PaulMove all the EGL API function pointers into a new _egl_...
2005-11-24 Brian Paulreport error token in message printed in _eglError()
2005-11-24 Brian Paulchange error test in _eglParseConfigAttribs()
2005-11-24 Brian Paulinit attribs to EGL_DONT_CARE in _eglParseConfigAttribs()
2005-11-23 Aapo TahkolaCouple changes that were missed.
2005-11-23 Brian Paulcheck/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay...
2005-11-23 Brian PaulChoose the display mode / surface size in an intelligen...
2005-11-23 Brian Paulupdate some comments
2005-11-23 Brian Paulfixed wrong return value in radeonShowSurfaceMESA()
2005-11-23 Brian Paulchange error message
2005-11-23 Brian Pauluse _eglLog()
2005-11-23 Brian PaulNew _eglLog() function to replace fprintf/printf calls...
2005-11-22 Brian Paulreference bug 5131 in comment in _tnl_free_vertices()
2005-11-22 Brian Pauldisable freeing of fp->func, see comment (bug 5131)
2005-11-22 Keith WhitwellUse correct enums for program output variables. Fixes
2005-11-22 Keith Whitwelltrack state flags which might invalidate parameter...
2005-11-22 Keith WhitwellMake sure tnl->_DoVertexFog is kept uptodate. Fixes...
2005-11-21 Dave Airliebit 31 of this inserts a nop after the current instruction
2005-11-21 Dave Airlieget rid of some of those unknowns figured out from...
2005-11-20 Brian Paulmove _mesa_init_instruction() to program.c
2005-11-20 Brian Pauls/Saturate/SaturateMode/
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian Pauladditional clean-ups and improvements
2005-11-19 Brian Paulremove incorrect cast
2005-11-19 Brian PaulSaturate is a 1-bit boolean field
2005-11-19 Brian PaulBunch of little fixes:
2005-11-19 Brian Paulcall gluDeleteQuadric() to fix mem leak
2005-11-19 Brian Paulin run_texnorm_stage() check if the texture unit is...
2005-11-19 Brian Paulupdate some vars
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-19 Brian Paulremove #include arbfragparse.h
2005-11-19 Brian Paulremove #include arbfragparse.h, s/PI/M_PI/
2005-11-19 Brian Paulremoved arbfragparse.[ch] arbvertparse.[ch]
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-19 Brian Paulupdate comments, remove ^M chars
2005-11-19 Brian Paulmove a bunch of gl2/shading language structs from mtype...
2005-11-18 Aapo TahkolaTry to detect when native support to given texture...
2005-11-18 Aapo TahkolaFix typo causing secondary color not to work properly.
2005-11-18 Aapo TahkolaReduce stderr noise.
2005-11-18 Brian PaulIn _mesa_RenderbufferStorageEXT(), try to avoid needles...
2005-11-17 Brian Paulmove _mesa_update_state() calls before error tests...
2005-11-17 Brian Pauloptimize drawing GL_DEPTH_STENCIL pixels into a GL_DEPT...
2005-11-17 Brian Pauls/MEMCPY/_mesa_memcpy/ and fix typo
2005-11-17 Brian Pauloptimize case of reading GL_DEPTH_STENCIL pixels from...
2005-11-17 Brian Pauldelete frame/renderbuffers upon exit, more error checking
2005-11-17 Brian Paulimproved error checking in error_check_format_type()
2005-11-16 Thomas HellströmFixes for x86_64 Unichrome.
2005-11-16 Thomas HellströmBring in last minute 6_4 branch changes to the unichrom...
2005-11-16 Brian Pauladded -ds option to test GL_EXT_packed_depth_stencil...
2005-11-16 Brian Pauladditional comments about GL_DEPTH_STENCIL buffers
2005-11-16 Brian Pauladded depthstencil.[ch]
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-11-16 Brian Pauladded depthstencil.c
2005-11-16 Brian PaulSupport for combined depth/stencil renderbuffers (GL_EX...
2005-11-16 Brian Pauladded _mesa_new_depthstencil_renderbuffer() for combine...
2005-11-16 Brian PaulAdded error checking in _tnl_Begin to detect incomplete...
2005-11-16 Brian Paulchange an assertion
2005-11-16 Brian PaulReplace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END
2005-11-16 Brian Pauladd GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()
2005-11-15 Brian Paulfix color interpolation problem reported on VMS
2005-11-15 Brian Paulcheck for ctx==NULL, bug 4087
2005-11-15 Brian PaulFix problem in stencil_and_ztest_span() when using...
2005-11-15 Ian RomanickTwo subtle things missed on the previous commit.
2005-11-15 Ian RomanickAdd the ability for interleave to test passing invalid...
2005-11-14 Ian RomanickSimple test of glInterleavedArrays functionality.
2005-11-14 Brian Paulremove unneeded RasterPosValid check
2005-11-12 Brian PaulImprove _mesa_print_program().
2005-11-12 Brian Paulfix comment for TexSrcTarget
2005-11-12 Brian PaulAdded _mesa_light() helper function so we can avoid...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-12 Brian Paulupdate an assertion
2005-11-12 Brian Paulupdate some assertions
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-11 Brian PaulMake _mesa_is_proxy_texture() non-static and use in...
2005-11-10 Ian RomanickSupport for "fragment program to C" and TCC has been...
2005-11-10 Brian Pauls/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some...
2005-11-10 Brian Paulfix popping of GL_SPOT_DIRECTION (bug 5005)
2005-11-10 Brian Paulremove -DMESA_DEBUG
2005-11-10 Brian PaulMove code to enable FP exceptions into debug.c (set...
2005-11-09 Brian Paulfix popping of GL_EYE_PLANE state (bug 4996)
2005-11-09 Brian PaulBug 4996.
2005-11-09 Brian Pauluse UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffe...
2005-11-09 Brian PaulMove COPY_FLOAT() macro down into glide driver.
2005-11-08 Ian RomanickAt keithw's request, remove all traces of the "fragment...
2005-11-08 Ian RomanickThis patch adds the missing NV_vertex_program2 and...
2005-11-08 Brian Pauls/_mesa_debug_fp_inst/_mesa_print_program/
2005-11-08 Brian Paulremove _mesa_debug_fp_inst()
2005-11-08 Brian Paulsome initial work on upcoming GL_EXT_framebuffer_blit...
2005-11-08 Brian Paulremove a bunch of extension stuff that's in glxext.h
2005-11-08 Brian Paulminor work in _mesa_print_program()
2005-11-08 Brian Paulremove unneeded #includes
2005-11-07 Brian Paulremove unneeded #includes
2005-11-07 Brian Pauls/_mesa_debug_fp_inst/_mesa_print_program/
next