summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-15r300g: fix and cleanup flushing before clearing CMASK, ZMASK, and HIZMarek Olšák4-18/+17
2013-01-15r300g: implement MSAA compression and fast MSAA color clearMarek Olšák13-6/+211
2013-01-15gallium/util: add a half float array to util_colorMarek Olšák1-0/+1
2013-01-15Revert "targets/opencl: Link against libgallium.la instead of libgallium.a"Tom Stellard2-1/+9
2013-01-15st/mesa: use a generic varying to pass the clear color to the FSMarek Olšák1-2/+2
2013-01-15gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák6-9/+42
2013-01-15st/mesa: fix InternalFormat for Z24X8 window-system buffersMarek Olšák1-1/+3
2013-01-15st/mesa: remove dead conditional in ClearMarek Olšák1-12/+0
2013-01-15st/mesa: simplify conditionals in ClearMarek Olšák1-30/+12
2013-01-15st/mesa: fix glClear with different colormask for each colorbufferMarek Olšák1-18/+25
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák13-19/+1
2013-01-15st/mesa: always assume separate depth and stencil clear is supportedMarek Olšák2-97/+22
2013-01-15softpipe: implement separate depth-stencil clearMarek Olšák1-3/+12
2013-01-15libgl-xlib: softpipe and llvmpipe aren't mutually exclusive at link timeJon TURNEY1-2/+1
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
2013-01-14r300g: set a dummy vertex buffer in context_createMarek Olšák1-0/+1
2013-01-14r300g: fix MSAA resolve to an untiled textureMarek Olšák3-3/+10
2013-01-14r300g: advertise MSAA support for the RGB10_A2 format on r500Marek Olšák2-12/+47
2013-01-14r300g: allow separate depth and stencil clearMarek Olšák1-1/+1
2013-01-14r300g: if both Z and stencil are present, they must be fast-cleared togetherMarek Olšák1-6/+11
2013-01-14r300g: allow HiZ with a 16-bit zbufferMarek Olšák1-1/+0
2013-01-14r300g: random hyperz cleanupsMarek Olšák3-18/+12
2013-01-14r300g: kill the X.Org state tracker targetMarek Olšák4-247/+1
2013-01-13xmlpool: Fix out-of-tree builds.Johannes Obermayr13-1/+13
2013-01-13gtest: Build it only for 'make check'.Johannes Obermayr1-1/+1
2013-01-13tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr4-13/+14
2013-01-13r200: Fix probable thinko in r200EmitArraysAdam Jackson1-1/+2
2013-01-13target/dri-swrast: fix for nonstandard LLVM prefixNathan Schulte1-0/+1
2013-01-13targets/dri-r600: Force c++ linker in all casesAndreas Boll1-8/+2
2013-01-13glapi/gen: remove an obsolete comment from Makefile.amAndreas Boll1-5/+0
2013-01-13Remove hacks for static MakefilesMatt Turner49-224/+6
2013-01-12i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke4-8/+22
2013-01-12i965: Fix build error with clang.Kenneth Graunke1-3/+7