summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Reorganize headersLioncash2015-09-111-1/+1
* OpenGL: Use Sampler Objects to decouple sampler config from texturesYuri Kunde Schlesner2015-09-031-20/+5
* OpenGL: Remove ugly and endian-unsafe color pointer castsYuri Kunde Schlesner2015-09-031-1/+1
* gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.bunnei2015-08-281-5/+13
* Integrate the MicroProfile profiling libraryYuri Kunde Schlesner2015-08-251-0/+5
* OpenGL: Fix state tracking in situations with reused object handlesYuri Kunde Schlesner2015-08-061-0/+1
* Rasterizer/GL: Set the border color when binding a texture.Subv2015-07-231-2/+9
* GPU: Added registers for min and mag texture filters and implemented them in the hw renderer.Subv2015-07-211-3/+2
* Move video_core/math.h to common/vector_math.harchshift2015-05-301-1/+1
* OpenGL renderertfarley2015-05-231-0/+77