summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2008-06-24mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca
2008-06-24mesa: Replace abort by asserts.José Fonseca
2008-06-23gallium: added support for fixed-point formats, drawingBrian Paul
2008-06-23gallium: fix-up inverted do_copy_texsubimage()Brian Paul
2008-06-23gallium: remove dead/prototype codeBrian Paul
2008-06-23gallium: Add accessor functions to get textures from a st_framebufferJakob Bornecrantz
2008-06-20gallium: always need st_init-blit()Brian Paul
2008-06-20gallium: remove unneeded #includeBrian Paul
2008-06-20gallium: assorted FEATURE testsBrian Paul
2008-06-20gallium: remove unneeded #includeBrian Paul
2008-06-19gallium: new st_api.c file with token symbol for identifying the APIBrian Paul
2008-06-19gallium: remove unused varsBrian Paul
2008-06-18gallium: added new st_set_framebuffer_surface()Brian Paul
2008-06-18gallium: more FEATURE_x testsBrian Paul
2008-06-18gallium: added st_get_proc_address()Brian Paul
2008-06-18gallium: added FEATURE_x testsBrian Paul
2008-06-17gallium: need to flush bitmap cache when raster color changesBrian Paul
2008-06-17gallium: check if sampler->max_lod < sampler->min_lodBrian Paul
2008-06-13mesa: Remove duplicate code.Michal Krol
2008-06-12gallium: add some #if FEATURE_x testsBrian Paul
2008-06-12gallium: test for FEATURE_convolutionBrian Paul
2008-06-12gallium: remove unused/old st_atom_fixedfunction.c fileBrian Paul
2008-06-12glsl: implement variable array indexesZack Rusin
2008-06-09gallium: include scissor.hBrian Paul
2008-06-08mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz
2008-05-31mesa: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-29draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-05-27gallium: Always unreference bitmap cache texture before resetting the cache.Michel Dänzer
2008-05-26gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-20gallium: fix vertex shader mem leak (glRasterPos)Brian Paul
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-20gallium: replace assignment with pipe_texture_reference()Brian Paul
2008-05-20gallium: fix shader mem leakBrian Paul
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-20gallium: move vertex/fragment program unbindingBrian Paul
2008-05-20gallium: fix default case in st_new_program()Brian Paul
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-20gallium: fix mem leaksBrian Paul
2008-05-20gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-20gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul
2008-05-19gallium: remove dead codeBrian Paul
2008-05-19gallium: remove dead codeBrian Paul
2008-05-19fix program delete/refcount bugBrian Paul
2008-05-18fix program delete/refcount bugBrian Paul
2008-05-18Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-17s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/Brian Paul