summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: a couple fixes for st_BlitFramebuffer()Brian Paul2013-01-161-30/+52
* st/mesa: simplify some src/dst surface setup in BlitFramebufferBrian Paul2013-01-161-4/+4
* meta: add 'f' suffix to floats to silence some MSVC warningsBrian Paul2013-01-161-1/+1
* mesa: add missing ASSERT_OUTSIDE_BEGIN_END() in _mesa_GetInternalformativ()Brian Paul2013-01-161-0/+3
* build: Make src/gtest before src/mesaMatt Turner2013-01-161-2/+1
* Fix mapi code generator for out-of-tree buildJon TURNEY2013-01-161-1/+1
* nvc0: Add support for video bufferMaarten Lankhorst2013-01-167-11/+310
* vl/video_buffer: fix up surface ordering for the interlaced caseMaarten Lankhorst2013-01-161-6/+6
* vl/compositor: fix weave shader bugsMaarten Lankhorst2013-01-161-5/+7
* mesa: add new formatquery.c file to SConscript file to fix buildBrian Paul2013-01-161-0/+1
* radeonsi/vdpau: remove nonsense state tracker depChristian König2013-01-161-1/+0
* glapi: Remove duplicate ARB_base_instance from gl_API.xmlIan Romanick2013-01-151-2/+0
* intel: Enable GL_ARB_internalformat_queryIan Romanick2013-01-152-0/+24
* mesa: Add driver method to determine the possible sample countsIan Romanick2013-01-153-4/+44
* mesa: Add dispatch and extension XML for GL_ARB_internalformat_queryIan Romanick2013-01-154-4/+30
* mesa: Add extension tracking bit for GL_ARB_internalformat_queryIan Romanick2013-01-152-0/+2
* mesa: Add skeleton implementation of glGetInternalformativIan Romanick2013-01-153-0/+160
* meta: Move loop variable declaration outside for loop.Vinson Lee2013-01-151-1/+2
* mesa: move declarations before code to fix MSVC buildBrian Paul2013-01-151-4/+8
* mesa: Round float param in glTexparameterf() to nearest integerAnuj Phogat2013-01-151-9/+4
* mesa: Add support to allow blitting to multiple color draw buffersAnuj Phogat2013-01-151-261/+300
* mesa: Add error checking in _mesa_BlitFramebuffer() for MRTsAnuj Phogat2013-01-151-47/+62
* mesa: Fix GL error generation in _mesa_GetFramebufferAttachmentParameteriv()Anuj Phogat2013-01-151-1/+28
* intel: Support blitting to multiple color draw buffersAnuj Phogat2013-01-152-34/+63
* meta: Add functionality to do _mesa_meta_BlitFrameBuffer() using glslAnuj Phogat2013-01-151-93/+344
* mesa: Fix GL error generation in glBlitFramebuffer()Anuj Phogat2013-01-151-15/+49
* mesa: Make ES3 glDrawBuffers() only accept BACK/NONE for the winsys fbo.Kenneth Graunke2013-01-151-5/+17
* mesa: Handle GL_BACK correctly for ES 3.0 in glDrawBuffers().Kenneth Graunke2013-01-151-4/+19
* egl/dri2: Fix typo in the previous commitIan Romanick2013-01-151-1/+1
* libgl-gdi: Avoid hangs on DLL_PROCESS_DETACH.Rob Schneider2013-01-151-2/+4
* egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace2013-01-156-4/+21
* intel: Expose support for DRI_API_GLES3Chad Versace2013-01-151-0/+2
* dri: Define enum __DRI_API_GLES3Chad Versace2013-01-153-1/+4
* intel: Move validation of context version into intelInitContextChad Versace2013-01-157-105/+100
* intel: Set screen's api mask according to hw capabilities (v3)Chad Versace2013-01-152-11/+96
* mesa: Return INVALID_ENUM for glReadPixels(..., GL_DEPTH_*, ...) on ES 3Matt Turner2013-01-151-9/+13
* mesa: Return INVALID_OPERATION when type is known but not allowedMatt Turner2013-01-151-1/+11
* mesa: Allow HALF_FLOAT in glVertexAttribPointer for GLES3Matt Turner2013-01-151-7/+7
* mesa: Reject texture-only formats as renderbuffer formats in ES 3Matt Turner2013-01-151-9/+5
* mesa: Fix default value of BUFFER_ACCESS_FLAGS.Kenneth Graunke2013-01-151-28/+25
* mesa: Rework crazy error code rules in glDrawBuffers().Kenneth Graunke2013-01-151-3/+63
* i965: Force even an empty query to flush all previous queries.Carl Worth2013-01-151-0/+17
* meta: Allow meta operations to pause/resume an active occlusion queryCarl Worth2013-01-152-1/+28
* queryobj: Add EverBound flag, making ISQuery() return false before BeginQuery()Carl Worth2013-01-152-3/+19
* Update comment to specify actual text being referenced from the specification.Carl Worth2013-01-151-1/+6
* docs: minor updates to VMware guest driver docsBrian Paul2013-01-151-3/+4
* r300g: fix and cleanup flushing before clearing CMASK, ZMASK, and HIZMarek Olšák2013-01-154-18/+17
* r300g: implement MSAA compression and fast MSAA color clearMarek Olšák2013-01-1513-6/+211
* gallium/util: add a half float array to util_colorMarek Olšák2013-01-151-0/+1
* Revert "targets/opencl: Link against libgallium.la instead of libgallium.a"Tom Stellard2013-01-152-1/+9