summaryrefslogtreecommitdiff
path: root/src/output_context.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-24log: move log_warning to log_warnDavid Herrmann1-19/+19
2012-01-24context: use GL_RGBA when full OpenGL is usedDavid Herrmann1-0/+5
2012-01-22font: rewrite font backendDavid Herrmann1-7/+13
2012-01-20context: add GLES2 supportDavid Herrmann1-4/+24
2012-01-20context: use BGRA_EXT texture internallyDavid Herrmann1-1/+1
2012-01-20context: warn on shader creation errorDavid Herrmann1-0/+5
2012-01-20context: first initialize EGL then find functionsDavid Herrmann1-45/+45
2012-01-20context: use GL_TRIANGLES instead of GL_QUADSDavid Herrmann1-2/+2
2012-01-20context: use GL_BGRA_EXT to avoid undeclared extsDavid Herrmann1-1/+1
2012-01-20context: fix wrong GL func declarationDavid Herrmann1-2/+2
2012-01-20console: use new drawing pipelineDavid Herrmann1-0/+66
2012-01-20context: enable blend by defaultDavid Herrmann1-0/+3
2012-01-18output: use UniformMatrix4fv instead of ~2fvDavid Herrmann1-6/+6
2012-01-18output: add function to draw colored verticesDavid Herrmann1-1/+51
2012-01-18output: add default shaderDavid Herrmann1-32/+112
2012-01-17output: add shader supportDavid Herrmann1-0/+219
2012-01-16output: move EGL/GL calls into separate headerDavid Herrmann1-0/+408