Implement GLX_SGI_make_current_read
[mesa.git] / src / mesa / drivers /
2006-11-10 Ian RomanickImplement GLX_SGI_make_current_read
2006-11-09 Ian RomanickRemove unnecessary setting of GetBufferSize to NULL.
2006-11-09 Adam JacksonFix some && (logical) that should clearly have been...
2006-11-05 Roland Scheideggerfix vp lockups due to incorrectly set up / emitted...
2006-11-05 Roland Scheideggerfix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT...
2006-11-05 Jerome GlisseAdd sin instruction to fragment program.
2006-11-04 Jerome GlisseAdd cos instruction and remove left over debug.
2006-11-03 Brian PaulAdded OpenGL 2.1 entrypoints.
2006-11-03 Brian PaulSet DO_DEBUG=0
2006-11-03 Brian Paulonly enabled memcpy timing if DO_DEBUG=1
2006-11-03 Roland Scheideggerenable generic arrays for r200 hw vertex programs by...
2006-11-03 Roland Scheideggerremove setting some driver funcs explicitly to NULL...
2006-11-02 Brian PaulUpdate gl_API.xml with OpenGL 2.0 functions, regenerate...
2006-11-02 Brian Paulinclude utils.h to silence warning
2006-11-02 Brian Pauls/GLuint/int/ to silence warnings
2006-11-02 Brian Paulcasting, type changes to silence warnings
2006-11-02 Brian Pauls/GLint/GLuint/ to fix sign warnings
2006-11-02 Brian Paulfix typo, silence warnings
2006-11-02 Brian PaulFix GL_EXT_packed_depth_stencil crash, but shadowtex...
2006-11-02 Brian PaulFix fragment program fog problems found with Glean.
2006-11-02 Brian PaulCall _mesa_problem() from i915_program_error() so we...
2006-11-02 Jerome GlisseAdd requested size to r300RefillCurrentDmaRegion.
2006-11-02 Brian Paulremove GetBufferSize = NULL; assignment
2006-11-02 Brian PaulFixes Glean vertex/fragment test failures. Those tests...
2006-11-02 Brian Paulremove GetBufferSize code
2006-11-02 Brian Paulremove unneeded extern declaration of lockMutex
2006-11-02 Brian Paulbump driver date
2006-11-02 Brian PaulUse RGBA_LOGICOP_ENABLED() instead of ctx->Color._Logic...
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-11-01 Brian Paulcomment-out unused var
2006-11-01 Brian Paulremove unused vars
2006-11-01 Brian Paulfix _mesa_select_tex_image() calls
2006-11-01 Brian PaulDon't use the x/y/width/height params passed to Clear...
2006-11-01 Brian Pauldisable debug printfs
2006-11-01 Jerome GlisseCorrect a little bug, radeon->glCtx is a pointer.
2006-11-01 Jerome GlisseRemove deprecated GetBufferSize interface.
2006-11-01 Keith Whitwellfix compiler warnings
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Jerome GlisseAdd LIT instruction to fragment program.
2006-11-01 Keith WhitwellImport texmem i915 driver to its new location as i915tex.
2006-11-01 Jerome GlisseAdd CMPH instruction to fragprog
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-10-30 Ian RomanickFix bug #8799.
2006-10-30 Ian RomanickRefactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackC...
2006-10-30 Ian RomanickGet DRI drawable from framebuffer object.
2006-10-26 Roland Scheideggerremove code for inserting mvp transform into position...
2006-10-25 Roland Scheideggerchange some bogus comments regarding the base e exponen...
2006-10-24 Roland Scheideggerfix (per-vertex) fog when using ARB_vp by incorporating...
2006-10-23 Keith WhitwellEmit cliprects in the userspace driver as required...
2006-10-21 Brian Pauldon't use params passed to Clear()
2006-10-18 Ian RomanickEnable GLX_SGI_make_current_read for radeon.
2006-10-18 Brian PaulDon't use x/y/w/h params given to Clear().
2006-10-18 Brian PaulWant to stop passing x/y/width/height to Clear() function.
2006-10-17 Brian Paulremove obsolete intelBufferSize(), bump driver date
2006-10-17 Brian PaulRemove get_buffer_size()
2006-10-17 Brian PaulLots of fixes/changes to select color depth at runtime.
2006-10-16 Brian PaulInit _UseTexEnvProgram to fix failed assertion in i915_...
2006-10-16 Brian PaulUpdates to intelWindowMoved():
2006-10-16 Ian RomanickTrack the currently bound read drawable and make sure...
2006-10-16 Brian Paulremove some old code that could cause infinite recursion
2006-10-15 Brian Paulallow >10 mipmap levels (patch by Benno Schulenberg...
2006-10-15 Brian Paulregenerated to get DRI_CONF_EXCESS_MIPMAP()
2006-10-15 Roland Scheideggerfix handling of textures with a base internal format...
2006-10-15 Brian Paulminor clean-up: s/intel->driDrawable/dPriv/
2006-10-15 Brian PaulRemove calls to _mesa_ResizeBuffersMESA() - generally...
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Jerome GlisseUse endianness test function provided by mesa.
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-10-15 Brian Paulincreate MaxTextureLevels to 11 (bug 3130)
2006-10-14 Brian PaulSome code movement so that the gl_framebuffer is fully...
2006-10-14 Brian PaulBig re-org of buffer size management.
2006-10-14 Brian Paulbuild fix: s/Table/TableUB/
2006-10-14 Brian Paulassorted clean-ups
2006-10-13 Roland Scheideggerimplement ARB_point_parameters and ARB_point_sprite...
2006-10-13 Keith WhitwellUpload of interleaved arrays currently assumes that...
2006-10-13 Keith WhitwellMake sure instructions are zero'd out before use.
2006-10-13 Keith WhitwellUse unsigned long batchbuffer offset, fixes x64 warnings.
2006-10-13 Keith WhitwellFix printf warning.
2006-10-13 Keith WhitwellUse unsigned long cast for checking pointer alignment...
2006-10-13 Keith WhitwellUse mesa function to get opcode name rather than an...
2006-10-13 Brian PaulRevamp color table code.
2006-10-11 Ian RomanickFix bug #4681.
2006-10-11 Brian PaulIn xmesa_DrawPixels_8R8G8B() check if drawing into...
2006-10-11 Brian PaulList of source (.c) files in each directory.
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-10-10 Keith WhitwellUse the mesa-provided texenv program rather than rollin...
2006-10-05 Keith Whitwellmissing file
2006-10-05 Keith WhitwellAccelerate glBitmap with a color expand blit. Nice...
2006-10-05 Keith WhitwellQuieten debug message.
2006-10-05 Keith Whitwelleliminate rhw divide under some circumstances
2006-10-05 Keith WhitwellQuieten debug message.
2006-10-02 Felix KuehlingBugzilla 6242: [mach64] Use private DMA buffers (only)
2006-09-29 Michel Dänzeri915: Fix wait for scheduled swap on secondary display.
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-09-28 Michel DänzerSynchronize drawable to the pipe where the bigger part...
2006-09-28 Michel DänzerAdd new I830 SAREA fields.
2006-09-28 Michel DänzerAdd helper function that returns the current vblank...
2006-09-28 Michel DänzerAdd helper function to calculate the area of the inters...
2006-09-28 Michel Dänzeri915: Handle DRM_VBLANK_SECONDARY when scheduling buffe...
next