summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-14fbobject: add additional fbo completeness checks for GLESgles3-fmtJordan Justen1-1/+45
2013-01-14framebuffer: update allowed implementation format/typeJordan Justen1-3/+23
2013-01-14readpix: allow implementation format/typeJordan Justen1-1/+6
2013-01-14extensions: enable EXT_color_buffer_float for ES2/ES3Jordan Justen3-9/+20
2013-01-14readpix: check FBO completeness before trying to access the read-bufferJordan Justen1-9/+9
2013-01-14readpix: add error checking for GLES3Jordan Justen1-0/+56
2013-01-14copyteximage: update error checking for GLES3Jordan Justen1-1/+37
2013-01-14copyteximage: make sure is_srgb(src) == is_srgb(dst)Jordan Justen1-0/+32
2013-01-14mesa: Round float param in glTexparameterf() to nearest integerAnuj Phogat1-9/+4
2013-01-14mesa: Add support to allow blitting to multiple color draw buffersAnuj Phogat1-261/+300
2013-01-14mesa: Add error checking in _mesa_BlitFramebuffer() for MRTsAnuj Phogat1-47/+62
2013-01-14mesa: Fix GL error generation in _mesa_GetFramebufferAttachmentParameteriv()Anuj Phogat1-1/+28
2013-01-14intel: Support blitting to multiple color draw buffersAnuj Phogat2-34/+63
2013-01-14meta: Add functionality to do _mesa_meta_BlitFrameBuffer() using glslAnuj Phogat1-93/+344
2013-01-14mesa: Fix GL error generation in glBlitFramebuffer()Anuj Phogat1-15/+49
2013-01-14mesa: Make ES3 glDrawBuffers() only accept BACK/NONE for the winsys fbo.Kenneth Graunke1-0/+10
2013-01-14mesa: Handle GL_BACK correctly for ES 3.0 in glDrawBuffers().Kenneth Graunke1-4/+17
2013-01-14mesa: Use GL_RED for DEPTH_TEXTURE_MODE for everything but legacy GL.Kenneth Graunke7-11/+13
2013-01-14egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace6-4/+21
2013-01-14intel: Expose support for DRI_API_GLES3Chad Versace1-0/+2
2013-01-14dri: Define enum __DRI_API_GLES3Chad Versace3-1/+4
2013-01-14intel: Move validation of context version into intelInitContextChad Versace7-105/+100
2013-01-14intel: Set screen's api mask according to hw capabilities (v3)Chad Versace2-11/+96
2013-01-14i965: Bump maximum supported ES2 context version to 3.0Chad Versace1-1/+1
2013-01-14i965/Gen6+: Enable ARB_ES3_compatibility extensionPaul Berry1-0/+1
2013-01-14mesa/es3: Enable ES 3.0 API and shading language versionIan Romanick2-2/+25
2013-01-14mesa: Return INVALID_ENUM for glReadPixels(..., GL_DEPTH_*, ...) on ES 3Matt Turner1-9/+13
2013-01-14mesa: Return INVALID_OPERATION when type is known but not allowedMatt Turner1-1/+11
2013-01-14mesa: Allow HALF_FLOAT in glVertexAttribPointer for GLES3Matt Turner1-7/+7
2013-01-14mesa: Reject texture-only formats as renderbuffer formats in ES 3Matt Turner1-9/+5
2013-01-14mesa: Fix default value of BUFFER_ACCESS_FLAGS.Kenneth Graunke1-28/+25
2013-01-14mesa: Rework crazy error code rules in glDrawBuffers().Kenneth Graunke1-3/+63
2013-01-14pack: handle GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV caseJordan Justen1-2/+10
2013-01-14glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV for GLES2/3Jordan Justen1-0/+8
2013-01-14copyteximage: Use Driver's AllocTextureImageBuffer instead of TexImageJordan Justen1-3/+1
2013-01-14copyteximage: update signed vs. unsigned format matchingJordan Justen1-7/+25
2013-01-14framebuffer: add _mesa_get_read_renderbufferJordan Justen2-0/+26
2013-01-14teximage: use _mesa_es3_error_check_format_and_type for GLES3Matt Turner1-6/+13
2013-01-14glformats: add _mesa_es3_error_check_format_and_typeMatt Turner2-0/+444
2013-01-14fbobject: don't allow LUMINANCE/INTENSITY/ALPHA fbo on ES/CoreJordan Justen1-1/+2
2013-01-14fbobject: add VERBOSE=api message for renderbuffer storageJordan Justen1-1/+16
2013-01-14fbobject: add VERBOSE=api message for check framebuffer statusJordan Justen1-0/+4
2013-01-14util: add new primitive types to pipe_prim_names[] arrayBrian Paul1-0/+4
2013-01-14st/mesa: add some simple buffer/draw debug codeBrian Paul4-0/+18
2013-01-14libgl-xlib: link with -lrtBrian Paul1-1/+2
2013-01-14i965: Avoid blending with destination alpha when RB format has no alpha bitsCarl Worth3-8/+22
2013-01-14egl/wayland: Implement EGL_EXT_buffer_ageKristian Høgsberg1-1/+24
2013-01-14egl/wayland: Pull color buffers from dri2_surf->color_buffers poolKristian Høgsberg2-252/+150
2013-01-14gallium/svga: Make sure -std=gnu99 is set.Johannes Obermayr2-2/+5
2013-01-14build: Fix the documented default value of --with-gallium-driversDamien Lespiau1-1/+3