summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Collapse)AuthorAgeFilesLines
* mesa: More signed/unsigned float/integer fixes.José Fonseca2008-06-242-20/+20
|
* mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca2008-06-244-20/+21
|
* mesa: Replace abort by asserts.José Fonseca2008-06-242-2/+3
|
* gallium: added support for fixed-point formats, drawingBrian Paul2008-06-232-3/+14
|
* gallium: fix-up inverted do_copy_texsubimage()Brian Paul2008-06-231-21/+30
| | | | The logic/arithmetic for inverting the src image is a bit simpler now.
* gallium: remove dead/prototype codeBrian Paul2008-06-231-22/+0
|
* gallium: Add accessor functions to get textures from a st_framebufferJakob Bornecrantz2008-06-232-0/+19
|
* gallium: always need st_init-blit()Brian Paul2008-06-201-4/+0
|
* gallium: remove unneeded #includeBrian Paul2008-06-201-1/+0
|
* gallium: assorted FEATURE testsBrian Paul2008-06-201-1/+9
|
* gallium: remove unneeded #includeBrian Paul2008-06-201-1/+0
|
* gallium: new st_api.c file with token symbol for identifying the APIBrian Paul2008-06-191-0/+33
|
* gallium: remove unused varsBrian Paul2008-06-191-3/+0
|
* gallium: added new st_set_framebuffer_surface()Brian Paul2008-06-182-0/+59
| | | | | This allows the winsys to explicitly specify gallium surfaces for a framebuffer object.
* gallium: more FEATURE_x testsBrian Paul2008-06-181-1/+5
|
* gallium: added st_get_proc_address()Brian Paul2008-06-182-0/+16
|
* gallium: added FEATURE_x testsBrian Paul2008-06-181-2/+12
|
* gallium: need to flush bitmap cache when raster color changesBrian Paul2008-06-171-6/+14
|
* gallium: check if sampler->max_lod < sampler->min_lodBrian Paul2008-06-171-0/+9
|
* mesa: Remove duplicate code.Michal Krol2008-06-131-18/+1
|
* gallium: add some #if FEATURE_x testsBrian Paul2008-06-123-0/+10
|
* gallium: test for FEATURE_convolutionBrian Paul2008-06-121-0/+4
|
* gallium: remove unused/old st_atom_fixedfunction.c fileBrian Paul2008-06-121-66/+0
|
* glsl: implement variable array indexesZack Rusin2008-06-121-2/+2
|
* gallium: include scissor.hBrian Paul2008-06-092-0/+2
|
* mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz2008-06-081-2/+4
| | | | | | | None of the fetch and store functions implemented. This atleast stops shadowtex from locking the GPU on i915 with the linux-dri-x86 target. It most of it looks okay, with the exception of actually displaying the texture.
* mesa: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-17/+11
|
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-314-30/+30
|
* draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell2008-05-291-3/+4
|
* draw: draw_range_elements trialKeith Whitwell2008-05-291-4/+23
|
* gallium: Always unreference bitmap cache texture before resetting the cache.Michel Dänzer2008-05-271-4/+6
| | | | Fixes assertion failure with tunnel2 demo.
* gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul2008-05-261-2/+3
|
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-201-0/+7
|\
| * gallium: fix vertex shader mem leak (glRasterPos)Brian Paul2008-05-201-0/+7
| |
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-202-1/+5
|\|
| * gallium: replace assignment with pipe_texture_reference()Brian Paul2008-05-201-1/+1
| |
| * gallium: fix shader mem leakBrian Paul2008-05-201-0/+4
| |
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-202-5/+10
|\|
| * gallium: move vertex/fragment program unbindingBrian Paul2008-05-201-3/+3
| |
| * gallium: fix default case in st_new_program()Brian Paul2008-05-201-2/+7
| |
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-201-0/+10
|\|
| * gallium: fix mem leaksBrian Paul2008-05-201-0/+10
| |
| * gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul2008-05-204-12/+37
| |
| * gallium: remove dead codeBrian Paul2008-05-191-9/+0
| |
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-204-12/+37
|\ \
| * | gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul2008-05-204-12/+37
| |/
| * fix program delete/refcount bugBrian Paul2008-05-191-1/+3
| | | | | | | | cherry-picked from gallium-tex-surfaces
* | gallium: remove dead codeBrian Paul2008-05-191-9/+0
| |
* | fix program delete/refcount bugBrian Paul2008-05-181-1/+4
| |
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-185-13/+14
|\|