commit-bot@chromium.org
|
6ed67789c5
|
Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows
BUG=326382
R=reed@google.com, bsalomon@google.com
Author: bajones@chromium.org
Review URL: https://codereview.chromium.org/111403003
git-svn-id: http://skia.googlecode.com/svn/trunk@12694 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-12-16 19:47:16 +00:00 |
|
commit-bot@chromium.org
|
d3baf20dd1
|
Added support for Chrome's gpu command buffer extension BindUniformLocation.
R=bsalomon@google.com, bsalomon
Author: skaslev@chromium.org
Review URL: https://codereview.chromium.org/62163004
git-svn-id: http://skia.googlecode.com/svn/trunk@12178 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-11-07 22:06:08 +00:00 |
|
commit-bot@chromium.org
|
040fd8f567
|
Rip out CSAA support
R=robertphillips@google.com
Author: bsalomon@google.com
Review URL: https://chromiumcodereview.appspot.com/23882009
git-svn-id: http://skia.googlecode.com/svn/trunk@11138 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-09-06 20:00:41 +00:00 |
|
commit-bot@chromium.org
|
46fbfe0cd1
|
Add glTexGen funcs to interface
R=robertphillips@google.com
Author: bsalomon@google.com
Review URL: https://chromiumcodereview.appspot.com/23513006
git-svn-id: http://skia.googlecode.com/svn/trunk@11032 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-08-30 15:52:12 +00:00 |
|
commit-bot@chromium.org
|
cffff79a40
|
get genmipmap function in the struct
BUG=
R=bsalomon@google.com, reed@google.com
Author: humper@google.com
Review URL: https://chromiumcodereview.appspot.com/20436002
git-svn-id: http://skia.googlecode.com/svn/trunk@10393 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-26 16:36:04 +00:00 |
|
robertphillips@google.com
|
a6ffb58b10
|
Plumbed in discard_framebuffer extension
https://codereview.chromium.org/14461006/
git-svn-id: http://skia.googlecode.com/svn/trunk@8906 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-04-29 16:50:17 +00:00 |
|
commit-bot@chromium.org
|
98168bb394
|
Add glCopyTexSubImage2D to GrGLInterface
Author: bsalomon@google.com
Reviewed By: robertphillips@google.com
Review URL: https://chromiumcodereview.appspot.com/13941006
git-svn-id: http://skia.googlecode.com/svn/trunk@8634 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-04-11 22:00:34 +00:00 |
|
bsalomon@google.com
|
f3a60c09b9
|
Add support for IMG's MSAA extension.
Review URL: https://codereview.chromium.org/12875005
git-svn-id: http://skia.googlecode.com/svn/trunk@8241 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-03-19 19:06:09 +00:00 |
|
bsalomon@google.com
|
ecd84842b3
|
Add support to GrGLInterface for vertex array objects
Committed: https://code.google.com/p/skia/source/detail?r=7919
Review URL: https://codereview.chromium.org/12379025
git-svn-id: http://skia.googlecode.com/svn/trunk@7924 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-03-01 15:36:02 +00:00 |
|
bsalomon@google.com
|
b82c3993c2
|
Revert 7919 and 7920 (committed wrong version of r7919.)
git-svn-id: http://skia.googlecode.com/svn/trunk@7923 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-03-01 15:32:49 +00:00 |
|
bsalomon@google.com
|
87c6d7a99e
|
Add support to GrGLInterface for vertex array objects
Review URL: https://codereview.chromium.org/12379025
git-svn-id: http://skia.googlecode.com/svn/trunk@7919 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-03-01 14:37:18 +00:00 |
|
bsalomon@google.com
|
26fb61ae46
|
Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.
R=senorblanco@google.com
Review URL: https://codereview.chromium.org/12390021
git-svn-id: http://skia.googlecode.com/svn/trunk@7904 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-02-28 19:26:04 +00:00 |
|
bsalomon@google.com
|
1744f97ea7
|
Use glGetStringi to get extensions when available.
Review URL: https://codereview.chromium.org/12328111
git-svn-id: http://skia.googlecode.com/svn/trunk@7872 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-02-26 21:46:32 +00:00 |
|
senorblanco@chromium.org
|
e0d44ff614
|
Add support for new glShaderSource() signature from Khronos. Disabled by default.
Review URL: https://codereview.appspot.com/6853068
git-svn-id: http://skia.googlecode.com/svn/trunk@6491 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-11-19 20:43:10 +00:00 |
|
rmistry@google.com
|
fbfcd56021
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
This CL is part I of IV (I broke down the 1280 files into 4 CLs).
Review URL: https://codereview.appspot.com/6485054
git-svn-id: http://skia.googlecode.com/svn/trunk@5262 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-08-23 18:09:54 +00:00 |
|
bsalomon@google.com
|
f22f77faeb
|
NV PR spec update to function param, use GrGL typedefs rather than fundamental types
Review URL: http://codereview.appspot.com/6307077/
git-svn-id: http://skia.googlecode.com/svn/trunk@4245 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-06-13 14:16:03 +00:00 |
|
bsalomon@google.com
|
0efcc37952
|
Remove glBlendEquation and glColorPointer
Review URL: http://codereview.appspot.com/6300075/
git-svn-id: http://skia.googlecode.com/svn/trunk@4216 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-06-08 20:36:22 +00:00 |
|
bsalomon@google.com
|
fe11cb6486
|
Add GL function pointers for GL_NV_path_rendering
Review URL: http://codereview.appspot.com/6296046/
git-svn-id: http://skia.googlecode.com/svn/trunk@4192 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-06-06 15:17:54 +00:00 |
|
bsalomon@google.com
|
4d063dea5e
|
Add glTexParameteriv to GL interface
Comitted on behalf of jin.a.yang@intel.com
Review URL: http://codereview.appspot.com/6213069/
git-svn-id: http://skia.googlecode.com/svn/trunk@4099 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-05-31 17:59:23 +00:00 |
|
bsalomon@google.com
|
637d5e9297
|
Move GL function prototype typdefs to a separate header
Review URL: http://codereview.appspot.com/6189054/
git-svn-id: http://skia.googlecode.com/svn/trunk@3864 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-05-07 21:33:56 +00:00 |
|