mesa: append fog instructions after parsing if a fog option is set
[mesa.git] / src / mesa / drivers /
2007-11-05 Briansimplify intelSwapBuffers()
2007-11-05 Brianremove useless code
2007-11-05 Brianremove disabled vblank/sync code
2007-11-05 Briandisable vblank/sync code
2007-11-05 Brianremove dead pageflip code
2007-11-05 Briandisable page flip code
2007-11-05 Brianreplace IntelFlush(), FLUSH_VERTICES(), etc. with st_fl...
2007-11-05 Brianremove extern decls for non-existant functions
2007-11-05 Brian#include clean-ups, fixes
2007-11-05 Briancomment about renderbuffers vs. surfaces
2007-11-05 Brianremove some dead code, clean-ups
2007-11-05 Brianmore clean-up in intelDisplayBuffer()
2007-11-02 BrianStart re-working SwapBuffers.
2007-11-02 BrianUse new state tracker context/destroy funcs with wrap...
2007-11-02 Brianremove _mesa_init_driver_functions()
2007-10-31 Brianfix some breakage from lifting vbo/tnl code
2007-10-31 Brianmove a few lines of code
2007-10-31 BrianLift VBO/tnl stuff up out of drivers
2007-10-31 Brianremove intelInvalidateState
2007-10-31 Brianre-enable fb size assertions which were previously...
2007-10-30 BrianSet _NEW_BUFFERS in glRead/DrawBuffer().
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-29 José FonsecaUpdate intel_is_format_supported.
2007-10-29 José FonsecaFix i915simple build.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-27 BrianRemove remnants of softpipe_surface.
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 José FonsecaActually move region_alloc() and region_release() to...
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-24 Briana bit more work for optimizing clears in tile cache...
2007-10-24 Brianadded a pipe->flush() call in xmesa_clear()
2007-10-22 Briandon't apply ColorMask to main gc
2007-10-22 Briandon't use GL types for get/put_tile() params
2007-10-20 BrianRemove obsolete read/write_quad() functions
2007-10-20 Brianuse combined depth/stencil buffer when possible
2007-10-19 Briandon't alloc region in xmesa_surface_alloc(), fixes...
2007-10-19 Brianclamp/clip in put_tile(), move softpipe_init_surface_fu...
2007-10-18 BrianAlternate CopyPixels path based on get/put_tile().
2007-10-14 Brianimplement put_tile()
2007-10-14 Brianaccum buffer support
2007-10-11 Brianimplement intel_user_buffer_create()
2007-10-11 BrianInitial support for user-space buffer objects.
2007-10-10 Brianimplement the user_buffer_create() function
2007-10-03 Michel Dänzerintel_winsys: Adapt to DRM changes (again).
2007-09-18 Michel Dänzerintel_winsys: Disable scheduled buffer swaps for now.
2007-09-17 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-09-17 Brianupdate begin/end_query() functions
2007-09-14 Michel Daenzerintel_winsys: Fix intel_buffer_reference.
2007-09-14 Michel Daenzerintel_winsys: Adapt to recent drm changes (s/pipes...
2007-09-11 BrianImplement query object interface.
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-09-10 Brianclean-ups, comments
2007-09-10 BrianRename
2007-09-06 BrianMove guts of glRasterPos down into T&L module.
2007-08-23 Brianfix-up stencil buffers
2007-08-23 Briancheck for null ptr in xm_buffer_unreference()
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-18 Brianfix xm_buffer_data
2007-08-17 Brianreplace assertion w/ conditionals in xmesa_clear()
2007-08-17 Brianfix buffer clearing problems
2007-08-11 BrianChange/fix surface allocation functions.
2007-08-11 Brianrepair breakage from recent pipe_winsys re-org
2007-08-11 Keith WhitwellRename intel_buffers.[ch] to intel_swapbuffers.[ch]
2007-08-11 Keith WhitwellFix some build failures. Move intelScreenContext to...
2007-08-10 keithwadd intel_lock.c to build
2007-08-10 keithwremove intel_ioctl.c
2007-08-10 keithwmove batch ioctl to intel_batchbuffer.c
2007-08-10 keithwremove unused irq functions
2007-08-10 keithwmove locking to new file
2007-08-10 keithwremove intelGetString()
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 keithwadd missing printf
2007-08-10 keithwmove dri_bo() to a header file
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Keith WhitwellClean up / sanitize debugging
2007-08-10 Keith WhitwellRemove dead include line
2007-08-10 Keith WhitwellFix merge issue
2007-08-10 Keith WhitwellAdd printf handlers, pass pci id and move texlayout...
2007-08-10 Brianobsolete files
2007-08-10 Brianno longer need intel_surface.c
2007-08-10 Brianmove intel_supported_formats() into intel_context.c
2007-08-10 Brianwe can now just rely on softpipe for surface creation...
2007-08-10 Brianreturn (softpipe) in GL_RENDERER string - temporarily
2007-08-10 Brianinvert Y axis
2007-08-09 Brianasst changes to get softpipe rendering again (no zbuf...
2007-08-09 Keith Whitwellsilence warning
2007-08-09 Keith WhitwellRemove references to fallbacks from this directory
2007-08-09 Briancomments, assertions, etc
2007-08-09 BrianObsolete
2007-08-09 Briandead code removal
2007-08-09 Keith WhitwellRemove unused blit functions.
2007-08-09 Brianfix merge conflicts
2007-08-09 Briandon't use intel_read_draw_buffer.c anymore
2007-08-09 Brianminor clean-ups
2007-08-09 Brianremove intel_depthstencil.c and intel_fbo.c
2007-08-09 BrianObsolete files
2007-08-09 Briandon't include intel_depthstencil.h
2007-08-09 Brianremove some includes
next