summaryrefslogtreecommitdiff
path: root/render-gl.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-22GL: use texsubimage instead.glStephane Marchesin1-7/+1
2010-04-22GL: oops, APIENTRY is a linux thing.Stephane Marchesin1-5/+5
2010-04-22GL: make it apple-proof.Stephane Marchesin1-3/+13
2010-04-22GL: should work everywhere now.Stephane Marchesin1-265/+13
2010-04-21GL: fix this damn winnie thingie.Stephane Marchesin1-3/+4
2010-04-21GL: should work fine on nv30 finally.Stephane Marchesin1-3/+5
2010-04-20GL: small fixes.Stephane Marchesin1-3/+2
2010-04-20GL: hack together a GLSL version.Stephane Marchesin1-20/+180
2010-04-19GL: yet more GL1.X-ification.Stephane Marchesin1-9/+9
2010-04-19GL: make nv30 happy by using rect textures.Stephane Marchesin1-10/+13
2010-04-19GL: more GL1.X-ification.Stephane Marchesin1-1/+1
2010-04-19GL: make GL 1.X happy.Stephane Marchesin1-29/+53
2010-04-18Make render use a FBO then upscale in a separate step. Requires GL 2.0 for now.Stephane Marchesin1-4/+143
2010-04-13GL: Add ARB_precision_hint_nicest option the the fragment shadersSegher Boessenkool1-2/+8
2010-04-13GL: Fix bug in scrollingSegher Boessenkool1-1/+1
2010-04-13GL: Define GL_GLEXT_PROTOTYPES for LinuxSegher Boessenkool1-0/+1
2010-04-12GL: Handle every video page with just one quadSegher Boessenkool1-87/+286
2010-04-07OpenGL supportSegher Boessenkool1-0/+230