summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu2011-12-021-0/+1
| | | | | | | The format is defined by GL_OES_compressed_ETC1_RGB8_texture. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Jose Fonseca <[email protected]>
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-291-1/+0
| | | | | | | Complicates Gallium3D development and doesn't seem to have active users. Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: José Fonseca <[email protected]>
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-5/+0
| | | | | | XP kernel mode was the only subsystem lacking stdio FILES. Reviewed-by: Brian Paul <[email protected]>
* u_vbuf_mgr: rename to u_vbufMarek Olšák2011-11-221-1/+1
|
* Remove tgsi_sse2.José Fonseca2011-11-081-5/+0
| | | | tgsi_exec is simple. llvm is fast. tgsi_sse2 ends up being neither.
* pp: add files to Makefile.sourcesBrian Paul2011-08-251-0/+6
|
* make: Add missing source file.José Fonseca2011-08-231-0/+1
|
* auxiliary: share the source listsChia-I Wu2011-08-231-0/+193
Factor out source lists from Makefile to Makefile.sources, and let Makefile, SConscript, and Android.mk share it. Note that files in $(GENERATED_SOURCES) are removed from $(C_SOURCES). Acked-by: José Fonseca <[email protected]> Acked-by: Chad Versace <[email protected]>