radeon: stupid mesa extension fail
[mesa.git] / src / mesa / state_tracker /
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-22 Dave AirlieMerge remote branch 'origin/master' into HEAD
2009-03-21 Keith Whitwellgallium: remove remaining references to origin_lower_left
2009-03-21 Michal Krolst: Silence compiler warnings.
2009-03-21 Brian Paulgallium: remove use of origin_lower_left
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-19 Alan Hourihanemesa: check renderbuffer is defined before use.
2009-03-19 Jakob Bornecrantzst/gl: Only transfer needed parts in st_TexSubimage
2009-03-18 Keith Whitwellst: call _glapi_check_multithread from st_make_current
2009-03-18 Brian Paulst: need to free/realloc pipe texture when we're handed...
2009-03-18 Brian Paulst: clean up some if-statment code
2009-03-18 Brian Paulst: update texture comments
2009-03-16 Thomas Hellstromgallium: Use struct pipe_atomic for pipe refcounts.
2009-03-13 Keith Whitwellgallium: consolidate bypass_vs and bypass_clipping...
2009-03-13 Keith Whitwellgallium: no need to keep a copy of shader tokens in...
2009-03-13 Keith Whitwellmesa/st: add check for null front renderbuffer
2009-03-13 Keith Whitwellmesa/st: don't call finish in st_glFlush()
2009-03-13 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
2009-03-09 Brian Paulst: silence warning
2009-03-09 Brian Paulst: remove unused DrawPixels code
2009-03-09 Brian Paulst: use pointer_to_offset() cast wrapper to convert...
2009-03-09 Keith Whitwellst: also check for a8 texture support in bitmap code
2009-03-07 Brian Paulgallium: use unsigned long to silence warnings with...
2009-03-07 Brian Paulmesa: move glViewport and glDepthRange functions into...
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-07 Brian Paulmesa: remove last of _mesa_unreference_framebuffer...
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecamesa: Follow ARB_map_buffer_range more stricly.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecamesa: Clear cache->trans after destroying the transfer.
2009-03-04 José Fonsecamesa: Clear cache->trans after destroying the transfer.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecamesa: Implement and use FlushMappedBufferRange.
2009-03-04 Michel Dänzergallium: Remove some superfluous instances of #include...
2009-03-04 Michel Dänzergallium: Unify reference counting.
2009-03-03 Brian Paulgallium: remove old state tracker renderbuffer attachme...
2009-03-03 José Fonsecamesa: Massage the interface to more closely resemble...
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-03 Keith Whitwellmesa/st: implement MapBufferRange callback
2009-03-02 Brian Paulgallium: only enable depth test if a depth bufffer...
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-28 Joakim Sindholtmesa: fix remaining FEEDBACK_TOKEN macros
2009-02-27 Brian Paulgallium: fix state tracker's stencil buffer test
2009-02-27 Brian Paulgallium: add st_validate_framebuffer() driver function
2009-02-24 José Fonsecagallium: Add pipe_buffer_write/read inlines.
2009-02-23 Brian Paulgallium: include st_cb_viewport.h to silence warning
2009-02-23 Brian Paulgallium: fix build breakage in st_cb_viewport.c
2009-02-23 Alan Hourihanemesa: only call update_buffer when it's available
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 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
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
next