summaryrefslogtreecommitdiff
path: root/src/mbgl/shader
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variableJohn Firebaugh2015-05-011-2/+2
* remove linejoin shaderAnsis Brammanis2015-04-274-76/+0
* use a reinterpret_cast to return the correct typeKonstantin Käfer2015-03-061-1/+1
* throw exception when shader compilation failsKonstantin Käfer2015-03-0614-74/+7
* implement functions for line-imageAnsis Brammanis2015-02-022-12/+19
* implement functions for patternsAnsis Brammanis2015-02-023-13/+22
* make line-opacity work with line-imageAnsis Brammanis2015-01-302-1/+3
* Remove program binary cachingLeith Bade2015-01-272-131/+37
* Merge pull request #676 from mapbox/android-masonLeith Bade2015-01-271-5/+7
|\
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-237-12/+136
| |\
| * | Update to Android NDK r10d in new AMILeith Bade2015-01-151-2/+2
| * | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-151-32/+39
| |\ \
| * | | remove extra lineLeith Bade2015-01-131-1/+0
| * | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-0912-126/+63
| |\ \ \
| * | | | Add failsafe to program binary loadingLeith Bade2015-01-051-10/+43
| * | | | Tidy up a few missed things in shader.cppLeith Bade2014-12-241-3/+2
* | | | | transition dashes when resetting their stretchAnsis Brammanis2015-01-233-8/+19
| |_|_|/ |/| | |
* | | | remove old dash support from line shaderAnsis Brammanis2015-01-143-12/+0
* | | | start porting dash lines from jsAnsis Brammanis2015-01-144-0/+136
| |_|/ |/| |
* | | Check for IO errors when loading binary shader. Fixes #740Leith Bade2015-01-141-21/+57
| |/ |/|
* | Merge branch 'master' into shader-performanceJohn Firebaugh2015-01-071-42/+29
|\ \ | |/
| * Use iostream for saving GL program binary. Also check for GL_NUM_PROGRAM_BINA...Leith Bade2014-12-201-42/+29
* | fix rendering errorsKonstantin Käfer2014-12-123-14/+11
* | use 4-byte aligned vertex attributes for performance reasonKonstantin Käfer2014-12-129-112/+52
|/
* update error reporting functionKonstantin Käfer2014-12-1014-160/+160
* Use CHECK_ERROR on every GL callLeith Bade2014-12-1014-162/+164
* Load program binary extension on LinuxLeith Bade2014-12-062-46/+129
* make most headers privateKonstantin Käfer2014-12-0448-0/+1524