index
:
~dvdhrm/kmscon
master
KMS/DRM based system console
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
output_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-24
log: move log_warning to log_warn
David Herrmann
1
-19
/
+19
2012-01-24
context: use GL_RGBA when full OpenGL is used
David Herrmann
1
-0
/
+5
2012-01-22
font: rewrite font backend
David Herrmann
1
-7
/
+13
2012-01-20
context: add GLES2 support
David Herrmann
1
-4
/
+24
2012-01-20
context: use BGRA_EXT texture internally
David Herrmann
1
-1
/
+1
2012-01-20
context: warn on shader creation error
David Herrmann
1
-0
/
+5
2012-01-20
context: first initialize EGL then find functions
David Herrmann
1
-45
/
+45
2012-01-20
context: use GL_TRIANGLES instead of GL_QUADS
David Herrmann
1
-2
/
+2
2012-01-20
context: use GL_BGRA_EXT to avoid undeclared exts
David Herrmann
1
-1
/
+1
2012-01-20
context: fix wrong GL func declaration
David Herrmann
1
-2
/
+2
2012-01-20
console: use new drawing pipeline
David Herrmann
1
-0
/
+66
2012-01-20
context: enable blend by default
David Herrmann
1
-0
/
+3
2012-01-18
output: use UniformMatrix4fv instead of ~2fv
David Herrmann
1
-6
/
+6
2012-01-18
output: add function to draw colored vertices
David Herrmann
1
-1
/
+51
2012-01-18
output: add default shader
David Herrmann
1
-32
/
+112
2012-01-17
output: add shader support
David Herrmann
1
-0
/
+219
2012-01-16
output: move EGL/GL calls into separate header
David Herrmann
1
-0
/
+408