intel / DRI2: When available, use DRI2GetBuffersWithFormat
[mesa.git] / src / mesa / state_tracker /
2009-02-23 Alan Hourihanegallium: add winsys interface for viewport changes...
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-22 Brian Paulmesa: move a bunch of compiler-related stuff into new...
2009-02-21 Brian Paulmesa: use an array for current texture objects
2009-02-24 Keith Whitwellmesa/st: support l8 as well as i8 in bitmap code
2009-02-20 Brian Paulgallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture...
2009-02-19 Brian Paulmesa: support GL_EXT_stencil_two_side in gallium/mesa...
2009-02-19 José Fonsecamesa: Free the util shaders with the gallium's FREE.
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith Whitwellgallium: fix merge
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-18 José Fonsecautil: Move p_debug.h into util module.
2009-02-17 Alan Hourihanemesa: remove old comment as it's fixed elsewhere now.
2009-02-13 Michel Dänzergallium: Various coordinate fixups for texture transfers.
2009-02-12 Michel Dänzergallium: Fix GL_DEPTH CopyPixels tile coordinates.
2009-02-12 Michel Dänzergallium: Fix accumulation buffer tile coordinates.
2009-02-12 Brian Paulmesa: use new ST_CALLOC_STRUCT() macro in gallium state...
2009-02-12 Brian Paulmesa: consistantly use mesa memory-functions in gallium...
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 Patrice MandinMissing: tgsi: Fix build -- rename Size to NrTokens.
2009-02-10 José Fonsecamesa: Compare formats using nominal bytes per pixel.
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-05 Michel Dänzergallium: No longer allow CPU mapping surfaces directly.
2009-02-03 Alan Hourihanemesa: fix offset problem with interleaved arrays
2009-02-03 Zack Rusingallium: remove pipe_buffer from surfaces
2009-02-02 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-02-02 José Fonsecawgl: Only export the same symbols as Microsoft's opengl...
2009-02-02 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2009-02-01 Zack RusinMerge branch 'gallium-winsys-private' into gallium-0.2
2009-01-30 José Fonsecastw: Remove pipe_winsys references.
2009-01-30 José Fonsecagallium: Don't ask winsys name -- let pipe screen do...
2009-01-30 José Fonsecastw: Don't use the winsys.
2009-01-30 Zack Rusingallium: make p_winsys internal
2009-01-27 Zack Rusingallium: remove redundant size from the constant buffer
2009-01-27 Zack Rusingallium: it's a reference value, not a reference number
2009-01-27 Zack Rusingallium: standardize api on the prefix "nr"
2009-01-27 Zack Rusingallium: standardize naming of masks
2009-01-27 Zack Rusingallium: standardize on stride instead of pitch in...
2009-01-27 Keith Whitwellwgl: relocate wgl code to state_trackers/wgl
2009-01-26 Brian Paulgallium: updated comments in st_extensions.c
2009-01-24 Pekka Paalanenmesa: declare pipe_texture in st_public.h
2009-01-23 José Fonsecawgl: Adapt for st_get_framebuffer_surface call change.
2009-01-23 Alan Hourihanegallium: change the st_get_framebuffer_surface/texture...
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-19 Brian Paulstatetracker: copy back color buffer to front buffer...
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-16 José Fonsecastw: Dispatch to our stw_winsys::flush_front_buffer
2009-01-15 Alan Hourihanemesa: tweak to formatting
2009-01-15 Alan Hourihanemesa: small cleanup
2009-01-15 Alan Hourihanemesa: revert partial commit for 0x0 render targets
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Alan Hourihanemesa: handle some cases of 0x0 render targets
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-09 Alan Hourihanest: build fix
2009-01-09 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-08 José Fonsecawgl: Do not provide DllMain inside the state tracker.
2009-01-08 José Fonsecawgl: Ensure public symbols get the proper DLL linkage...
2009-01-06 José Fonsecawgl: Do not provide DllMain inside the state tracker.
2009-01-06 José Fonsecawgl: Ensure public symbols get the proper DLL linkage...
2009-01-06 Brian Paulmesa: pass shader centroid/invariant info through to...
2009-01-06 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-04 Brian Paulgallium: fix MaxTextureCoordUnits init
2009-01-02 Brian Paulgallium: assorted state tracker fixes for > 8 texture...
2009-01-02 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-02 Brian Paulgallium: fix texcoord loop for rasterpos attributes
2009-01-02 Brian Paulgallium: clamp MaxVertexTextureImageUnits against Mesa...
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-30 José Fonsecagallium: Remove unused variables.
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-19 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-19 Alan Hourihanegallium: set ST_NEW_FRAMEBUFFER when setting new surfaces
2008-12-18 Brian Paulgallium: fix two-sided lighting test in state tracker
2008-12-18 Brian Paulgallium: fix two-sided lighting test in state tracker
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-12 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-12 Alan Hourihanemesa: move declaration
2008-12-12 Alan Hourihanemesa: when we have interleaved arrays, check bounds...
2008-12-12 Keith Whitwellgallium: fix refcount bug introduced in eb20e2984
2008-12-12 Keith WhitwellMerge branch 'no-validate' into gallium-0.1
2008-12-12 Keith Whitwellgallium: avoid mapping same vertex buffer in subsequent...
2008-12-12 Keith Whitwellst: reduce unnecessary calls to pipe->set_vertex_buffers()
2008-12-12 Keith Whitwellst: move feedback draw function to new file
2008-12-12 Keith Whitwellst: don't unilaterally ABS the argument to RSQ
2008-12-12 José Fonsecamesa: Bring in new mesa sub-statetracker.
2008-12-12 Roland Scheideggergallium: fixes for srgb, new srgb formats
2008-12-11 Keith Whitwellst: reduce unnecessary calls to pipe->set_vertex_buffers()
2008-12-11 Keith Whitwellst: move feedback draw function to new file
2008-12-11 Keith Whitwellst: don't unilaterally ABS the argument to RSQ
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
next