summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Collapse)AuthorAgeFilesLines
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-231-0/+8
|
* gallium: Define intptr_t for Windows platform.Michal Krol2008-02-231-1/+3
|
* gallium: Move align_pointer() to p_pointer.h.Michal Krol2008-02-231-27/+1
|
* gallium: New file.Michal Krol2008-02-231-0/+87
|
* gallium: comments, white-space clean-upBrian2008-02-211-23/+30
|
* [PATCH] gallium: include p_compiler.h for boolean defnKeith Whitwell2008-02-211-0/+2
|
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+8
| | | | | Called whenever texture data is changed (glTexImage, glTexSubImage, glCopyTexSubImage, etc).
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-191-32/+295
|
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-8/+8
| | | | | | | | Conflicts: src/gallium/drivers/softpipe/sp_quad_fs.c src/gallium/drivers/softpipe/sp_state.h src/gallium/drivers/softpipe/sp_state_fs.c
* Code reorganization: move files into their places.José Fonseca2008-02-1511-0/+2976
This is in a separate commit to ensure renames are properly preserved.