test for presence of both front and back color vertex slots
[mesa.git] / src / mesa / drivers /
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
2007-08-09 BrianCheckpoint intel_renderbuffer removal.
2007-08-09 Brianremove dead code, remove intel_fbo.h includes
2007-08-09 Briansurface-related prototypes
2007-08-09 Briancheckpoint: no longer using intel_fbo.c
2007-08-09 Brianremove color_rb[] and lots of dead code
2007-08-09 Briandisable intel_get_rb_region()
2007-08-09 Briancheckpoint: more intel_renderbuffer removal
2007-08-09 Briancheckpoint: intel_renderbuffer removal (intel_renderbuf...
2007-08-09 Briancheckpoint: intel_renderbuffer removal (move vbl_pendin...
2007-08-09 Briancheckpoint: intel_renderbuffer removal
2007-08-09 Keith WhitwellSupporting batchbuffer changes for 1st hwpipe triangles...
2007-08-09 Keith WhitwellRemove unreferenced file.
2007-08-09 Keith WhitwellThe pipe version of these files. Can probably relocate...
2007-08-09 Keith WhitwellPut back the old versions of intel_tex_layout.* in...
2007-08-09 Keith WhitwellHook up pipe flush functionality
2007-08-09 Keith WhitwellSplit swapbuffers and read/draw buffers functionality...
2007-08-08 Briannew assertions
2007-08-08 Keith WhitwellDon't use hardware driver by default, until its working...
2007-08-08 Keith WhitwellThe i915simple driver now runs well enough to lock...
2007-08-08 Keith WhitwellFix typo so that i915simple actually gets used.
2007-08-08 Keith WhitwellRemove unused code, definitions.
2007-08-08 Keith WhitwellRemove more dead files.
2007-08-08 Keith WhitwellRemove dead files.
2007-08-08 Keith WhitwellPull in i915simple.a
2007-08-08 Keith WhitwellHook up i915simple. Doesn't compile.
2007-08-08 Keith WhitwellRename drivers/dri/i915pipe --> drivers/dri/intel_winsys.
2007-08-07 Briansketch out new pipe surface/sampler types
2007-08-07 Briandon't include non-existant intel_buffer_objects.h
2007-08-07 Keith WhitwellGutsy oopses on touch of existing file. Workaround.
2007-08-07 Keith WhitwellRemove old intel_buffer_objects code - there is a state...
2007-08-07 Brianprototypes
2007-08-07 Brianget rid of temp write_mono_row_ub() function
2007-08-06 Briancall st_init_driver_functions(), make intelInitDriverFu...
2007-08-06 Briancall st_init_driver_functions()
2007-08-06 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-06 Brianuse new xmesa_create_softpipe()
2007-08-06 Briansoftpipe/winsys interface
2007-08-06 Brianclean-ups
2007-08-06 Brianswitch to new texture functions in state tracker
2007-08-06 Briandisable/remove intel dependencies
2007-08-06 Brianmore intel_context removal
2007-08-06 Briandisable some PBO code, remove intel dependencies
2007-08-06 Brianremove timing code
2007-08-06 BrianReplace intel_texture_object with st_texture_object...
2007-08-06 BrianLift intel_mipmap_tree.c to st_mipmap_tree.c
next