Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl/dri2: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+2 |
| | |||||
* | egl: Drop unnecessary Makefile.am. | Matt Turner | 2014-12-12 | 3 | -3/+1 |
| | |||||
* | glx: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -3/+21 |
| | |||||
* | glx: Alphabetize source lists. | Matt Turner | 2014-12-12 | 1 | -40/+40 |
| | | | | And remove absurd tab-space-space indentation. | ||||
* | swrast: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+2 |
| | |||||
* | r200: Add headers to distribution. | Matt Turner | 2014-12-12 | 2 | -2/+31 |
| | |||||
* | r200: Alphabetize source list. | Matt Turner | 2014-12-12 | 1 | -10/+10 |
| | |||||
* | radeon: Add headers to distribution. | Matt Turner | 2014-12-12 | 2 | -2/+31 |
| | |||||
* | radeon: Alphabetize source list. | Matt Turner | 2014-12-12 | 1 | -9/+9 |
| | |||||
* | nouveau: Add headers to distribution. | Matt Turner | 2014-12-12 | 2 | -1/+30 |
| | |||||
* | nouveau: Alphabetize source list. | Matt Turner | 2014-12-12 | 1 | -10/+10 |
| | |||||
* | i965: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+47 |
| | |||||
* | i965: Alphabetize source list. | Matt Turner | 2014-12-12 | 1 | -35/+35 |
| | |||||
* | i915: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+25 |
| | |||||
* | i915: Alphabetize source list. | Matt Turner | 2014-12-12 | 1 | -23/+23 |
| | |||||
* | loader: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+3 |
| | |||||
* | program: Add lex and yacc sources to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+2 |
| | | | | | Since we have manual build rules and list the .c/.cpp files in SOURCES, we need to explicitly list these for distribution. | ||||
* | glsl: Add parser headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+2 |
| | |||||
* | drivers/common: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+3 |
| | |||||
* | vbo: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+8 |
| | |||||
* | vbo: Alphabetize VBO_FILES. | Matt Turner | 2014-12-12 | 1 | -6/+6 |
| | |||||
* | tnl: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+9 |
| | |||||
* | tnl: Alphabetize TNL_FILES. | Matt Turner | 2014-12-12 | 1 | -7/+7 |
| | |||||
* | tnl_dd: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+2 |
| | |||||
* | tnl_dd: Remove dead t_dd_vb.c. | Matt Turner | 2014-12-12 | 1 | -347/+0 |
| | | | | Dead since e4344161 ("dri: Remove all DRI1 drivers"). | ||||
* | swrast: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -3/+37 |
| | |||||
* | state_trackers: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -6/+45 |
| | |||||
* | x86: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+12 |
| | |||||
* | x86-64: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | sparc: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+2 |
| | |||||
* | math: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -2/+15 |
| | |||||
* | program: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+19 |
| | |||||
* | program: Alphabetize PROGRAM_FILES. | Matt Turner | 2014-12-12 | 1 | -8/+8 |
| | |||||
* | mesa: Remove moved texcompress_rgtc_tmp.h from source list. | Matt Turner | 2014-12-12 | 1 | -1/+0 |
| | | | | Missed in commit ebcb2ee9. | ||||
* | mesa: Add headers to distribution. | Matt Turner | 2014-12-12 | 2 | -4/+131 |
| | |||||
* | mesa: Alphabetize MAIN_FILES. | Matt Turner | 2014-12-12 | 1 | -9/+9 |
| | |||||
* | glsl: Add lex and yacc sources to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+5 |
| | | | | | Since we have manual build rules and list the .c/.cpp files in SOURCES, we need to explicitly list these for distribution. | ||||
* | include: Add remaining headers to distribution. | Matt Turner | 2014-12-12 | 2 | -1/+9 |
| | |||||
* | configure.ac: Ship .xz compressed tarballs, in addition to .gz. | Matt Turner | 2014-12-12 | 1 | -1/+1 |
| | | | | 11 MiB -> 6.5 MiB. | ||||
* | configure.ac: Use tar-ustar archive format. | Matt Turner | 2014-12-12 | 1 | -1/+1 |
| | | | | | The default tar-v7 archive format doesn't support filenames longer than 99 characters, of which we have a few (in src/glsl/tests/lower_jumps/). | ||||
* | gtest: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | glsl: Add headers to distribution. | Matt Turner | 2014-12-12 | 2 | -3/+32 |
| | |||||
* | glsl: Distribute tests/, TODO, and README | Matt Turner | 2014-12-12 | 1 | -0/+2 |
| | |||||
* | mesa: Add python scripts to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+7 |
| | |||||
* | dri/common: Add files to distribution. | Matt Turner | 2014-12-12 | 3 | -1/+7 |
| | |||||
* | vgapi: Add vgapi.csv to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | mapi: Add mapi_abi.py to EXTRA_DIST | Matt Turner | 2014-12-12 | 1 | -0/+2 |
| | |||||
* | dri/common: Drop unused mmio.h. | Matt Turner | 2014-12-12 | 1 | -62/+0 |
| | | | | Unused since commit 7550a24f. | ||||
* | glapi/gen: Add KHR_context_flush_control.xml to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | configure.ac: Drop generating egl-static and gbm Makefiles. | Matt Turner | 2014-12-12 | 1 | -2/+0 |
| |