aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/libGLESv2.cpp
AgeCommit message (Expand)Author
2014-06-10Rename Renderbuffer to FramebufferAttachment.Jamie Madill
2014-06-06Fix up some validation bugs in Texture functions.Jamie Madill
2014-06-05Refactor CopyTexImage validation.Jamie Madill
2014-05-23Move state query validation out of Context.Jamie Madill
2014-05-22Move all uniform validation from ProgramBinary to API layer.Jamie Madill
2014-05-22Refactor Uniform validation to validationES.cpp.Jamie Madill
2014-05-22Refactor UniformMatrix validation.Jamie Madill
2014-05-16Move validation of EndQuery out of gl::Context.Jamie Madill
2014-05-16Refactor BeginQuery validation out of gl::Context.Jamie Madill
2014-05-06Replace catch blocks from std::bad_alloc to ellipses.Jamie Madill
2014-05-02Fix 64-bit build failures.Geoff Lang
2014-04-28Early-out of *TexSubImage* calls when the width, height or depth is zero.Geoff Lang
2014-04-24Fix validation in TexSubImage.Jamie Madill
2014-04-16Implement state tracking for BASE/MAX_LEVEL, and MIN/MAX_LOD.Nicolas Capens
2014-04-01Remove excess dereferences and casts.Geoff Lang
2014-03-27Adds support for EXT_map_buffer_rangeShannon Woods
2014-03-27Adds support for OES_mapbufferShannon Woods
2014-03-26Added transform feedback shader generation.Geoff Lang
2014-03-26Add remaining transform feedback queries.Geoff Lang
2014-03-18Revert "Add remaining transform feedback queries."Geoff Lang
2014-03-18Add remaining transform feedback queries.Geoff Lang
2014-03-14Refactor ReadPixels validation.Jamie Madill
2014-03-14Implement queries and enums for buffer mapping.Jamie Madill
2014-03-07Implement buffer map related entry points and errors.Jamie Madill
2014-03-07Add helper methods for buffer enum tagets.Jamie Madill
2014-03-05Added methods for applying the current transform feedback buffers.Geoff Lang
2014-02-24Add functionality to create and destroy TransformFeedback objects.Geoff Lang
2014-02-19Implement EXT_blend_minmax.Geoff Lang
2014-02-19Fix unsized formats in GenerateMipmap.Jamie Madill
2014-02-14Merge 'Tie program binary version to commit hash.'Jamie Madill
2014-02-12Fix checking for a NULL pointer after using the pointer.Geoff Lang
2014-02-11Add support for transform feedback queries.Geoff Lang
2014-02-10Implement GL_RASTERIZER_DISCARD.Geoff Lang
2014-02-03Fixed missing break statement.Geoff Lang
2014-01-28Add the missing GL_DEPTH enum to the fbo attachment query.Jamie Madill
2014-01-23Refactor validation of FramebufferRenderbuffer.Jamie Madill
2014-01-15Clean up state query methods.Jamie Madill
2014-01-03Fix allowing ES3 enum queries to call through to ES2 contexts.Jamie Madill
2013-11-28Added TEXTURE_SWIZZLE_* parameters to the texture sampler state and API queries.Geoff Lang
2013-10-24Replace API queries of immutable texture level count with a specialized funct...Jamie Madill
2013-10-22Fix mis-printed type in event message.Geoff Lang
2013-10-22Use GLenum instead of GLint to store internal format variables.Geoff Lang
2013-10-17Support pixel unpack buffers in TexSubImage3D.Jamie Madill
2013-10-09Fix incorrect targets for TexStorage2D with cube maps.Geoff Lang
2013-10-08Move validation of API errors out of Texture*::generateMipmaps() to the API.Jamie Madill
2013-10-08Clean up the validation logic in glGenerateMipmap by using the generic base f...Jamie Madill
2013-10-08In GenerateMipmap, determine if texture is a compressed or depth texture via ...Jamie Madill
2013-09-27Add the proper API errors for pixel unpack buffers.Jamie Madill
2013-09-20Use the context's PixelUnpackState as an argument to Texture's implementation...Jamie Madill
2013-09-05Implemented glClearBuffer*Geoff Lang