mesa.git
2006-03-29 Brian PaulUpdate the _WindowMap matrix in _mesa_set_viewport...
2006-03-29 Brian Paulput braces around RENDER_SPAN macro when called, not...
2006-03-29 Brian Paulfix GETPROCADDRESS usage, remove carriage return chars...
2006-03-29 Brian Pauls/glslnose.c/glslnoise/ (bug 6430)
2006-03-29 Kristian HøgsbergFixes to silence warnings in code generated by glapi...
2006-03-29 Karl SchultzAdd newest source code files to project.
2006-03-29 Brian Pauladded some no-op virtual destructors to silence g+...
2006-03-29 Brian Paulfixes from John Shell (bug 6339)
2006-03-29 Brian Paulminor clean-up
2006-03-29 Brian PaulFP textures and fixes (Ewald Snel)
2006-03-29 Brian Paulfix components initialization in two places (Ewald...
2006-03-29 Brian Paulmove NumNativeAlu/TexInstruction assignments (Ewald...
2006-03-29 Jouk Jansen Committing in .
2006-03-29 Brian Paulprep for 6.5 release
2006-03-29 Brian PaulNew code for rendering to depth/stencil textures.
2006-03-29 Brian Paulnew tests for GL_DEPTH_STENCIL_EXT
2006-03-29 Brian Paula few new assertions
2006-03-29 Karl SchultzWindows makefile to easily build all demo programs.
2006-03-29 Karl SchultzRepair corrupted file and remove rogue 'test' project.
2006-03-29 Brian Paulfix a GLuint vs GLushort test, new assertions
2006-03-29 Brian PaulMove the computation of the viewport matrix into a...
2006-03-29 Karl SchultzUndef a conflicting symbol in Windows.
2006-03-29 Karl Schultzadd showbuffer.[ch] which could be in this dir after...
2006-03-29 Karl SchultzUpdate for new Mesa entry points. I need to change...
2006-03-29 Karl SchultzRemove unneeded includes of time.h
2006-03-28 Daniel BorcaMatch pixel addresses with `compute_row_addresses'...
2006-03-28 Roland Scheideggerfix missing *_STATECHANGE in *UpdateViewportOffset...
2006-03-28 Brian Paulupdated comment about framebuffer's Visual field
2006-03-28 Brian Pauladded known issue: render to depth textures not working
2006-03-28 Brian Paulupdate conditional for render to GL_DEPTH_STENCIL textu...
2006-03-28 Brian Paula little code movement so we don't make invalid casts...
2006-03-28 Aapo Tahkolafix #6072 (Keith Whitwell)
2006-03-28 Keith WhitwellRevert merge of new/experimental code from texmem branch.
2006-03-28 Brian Paulenable GL_ARB_half_float_pixel, was GL_MESAX_half_float...
2006-03-28 Brian Paulcomment about byteswapping in _mesa_unpack_depth_span()
2006-03-27 Roland Scheideggermake allow_large_textures 1 by default for radeon and...
2006-03-27 Roland Scheideggerremove unnecessary typedefs causing compiler warnings
2006-03-27 Daniel BorcaDisable `hidden' attribute for DJGPP
2006-03-27 Daniel BorcaPutRowRGB was not initialized for OSMESA_RGB_565
2006-03-27 Dave AirlieFixup makefile for solo non-egl
2006-03-26 Brian Paulmerge from texman branch
2006-03-26 Brian Paulfix some PFNGL* typedefs
2006-03-25 Brian Paulremove carriage returns
2006-03-25 Brian Paulfix issue in _mesa_free_framebuffer_data()
2006-03-25 Brian Paulcheck for incomplete FBO in _mesa_Clear()
2006-03-24 Brian PaulClean up the recent code related to texture_override...
2006-03-24 Brian Paullots of debug options, some code movement, etc
2006-03-24 Brian Pauladded some missing formats in _mesa_source/dest_buffer_...
2006-03-24 Aapo TahkolaMake ARB_vp backends happy with nv arl
2006-03-24 Aapo Tahkolasecondary color fixes.
2006-03-23 Brian PaulAdded -l option for explicit locking around Xlib and...
2006-03-23 Brian PaulAdded -p option to create a display connection per...
2006-03-23 Dave Airliemake solo build complete
2006-03-23 Dave Airliefix coverity 1107: use after free
2006-03-23 Dave Airliefix coverity 926: use before NULL check
2006-03-22 Brian PaulNeed to check for new state and do readpixels/drawpixel...
2006-03-22 Aapo Tahkolaimplement arl and enable hw nv_vp.
2006-03-22 Aapo TahkolaARL dst idx was undefined.
2006-03-21 Brian PaulGL_EXT_packed_depth_stencil should be off by default
2006-03-21 Michal KrolSilencium gcc warnings.
2006-03-21 Michal KrolGLSL fixes:
2006-03-20 Brian PaulLots of changes/fixes for rendering to framebuffer...
2006-03-20 Brian Pauladditional assertions and debug code for testing FBO...
2006-03-20 Brian Pauladditional error checking to be sure source renderbuffe...
2006-03-20 Brian Pauluse new _mesa_sourc/dest_buffer_exists() functions
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...
next