summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-30integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]Alan Coopersmith1-1/+6
2013-05-30mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul1-2/+4
2013-05-30mesa: asst. whitespace, formatting fixes in teximage.cBrian Paul1-28/+43
2013-05-30draw: fix vs/fs input/output mismatchesZack Rusin1-0/+7
2013-05-30intel: Add multisample scaled blitting in blorp engineAnuj Phogat4-74/+93
2013-05-30intel: Change the register type from UW to UD in blorp engineAnuj Phogat3-52/+90
2013-05-30mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat3-6/+32
2013-05-29Revert "i965: fix problem with constant out of bounds access (v2)"Kenneth Graunke1-11/+1
2013-05-30ilo: simplify shader variant handlingCourtney Goeltzenleuchter2-25/+2
2013-05-30i965: fix problem with constant out of bounds access (v2)Dave Airlie1-1/+11
2013-05-30intel: initialize fs_visitor::params_remap in constructorFrank Henigman1-0/+2
2013-05-29draw: add cast in debug_printf() to silence warningBrian Paul1-1/+1
2013-05-29svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warningBrian Paul1-0/+2
2013-05-25draw: make sure viewport index is fetched from leading vertexZack Rusin6-28/+54
2013-05-25llvmpipe: clamp scissors to be between 0 and maxZack Rusin5-3/+13
2013-05-25draw: clamp the viewports to always be between 0 and maxZack Rusin5-16/+24
2013-05-25gallium/docs: adds documentation for multi viewport capZack Rusin1-0/+4
2013-05-25draw: fixup draw_find_shader_outputZack Rusin4-11/+12
2013-05-25llvmpipe: implement support for multiple viewportsZack Rusin11-36/+79
2013-05-25draw: implement support for multiple viewportsZack Rusin9-33/+105
2013-05-25gallium: Add support for multiple viewportsZack Rusin52-166/+265
2013-05-29mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke4-12/+3
2013-05-29mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke1-1/+1
2013-05-29st/mesa: Go back to using ctx->Array.RestartIndex, not _RestartIndex.Kenneth Graunke1-1/+1
2013-05-29i965: Fix can_cut_index_handle_restart_index() for byte/short types.Kenneth Graunke1-3/+9
2013-05-29i965: Use the correct restart index for fixed index mode on Haswell.Kenneth Graunke1-2/+4
2013-05-29vbo: Use the new primitive restart index helper function.Kenneth Graunke2-2/+3
2013-05-29mesa: Add a helper function for determining the restart index.Kenneth Graunke2-0/+26
2013-05-29vbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArrays().Kenneth Graunke1-5/+5
2013-05-29i965/vs: Fix implied_mrf_writes() for integer division pre-gen6.Eric Anholt1-0/+2
2013-05-29i965/fs: Fix test for smearing enabled on an instruction.Eric Anholt1-1/+1
2013-05-29i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF.Eric Anholt1-2/+8
2013-05-29mesa: Fix test for optimistic coloring being necessary.Eric Anholt1-1/+1
2013-05-29gallium: fix build on uclibc systemAnthony G. Basile1-4/+2
2013-05-28intel: Enable blit glCopyTexSubImage/glBlitFramebuffer with sRGB.Eric Anholt1-5/+11
2013-05-28radeonsi: Add ipo to LLVM_COMPONENTSAndreas Hartmetz1-2/+2
2013-05-29llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger6-226/+47
2013-05-28intel: Remove dead intel_drawbuf_region().Eric Anholt2-16/+0
2013-05-28intel: Fix format handling of blit glBitmap()Eric Anholt1-3/+12
2013-05-28intel: Fix MRT handling of glBitmap().Eric Anholt1-9/+14
2013-05-28intel: Rebuild PBO blit glTexImage() on top of miptrees.Eric Anholt1-30/+32
2013-05-28intel: Rebuild PBO blit glReadPixels() on top of miptrees.Eric Anholt1-25/+23
2013-05-28intel: Rework intel_miptree_create_for_region() to wrap a BO.Eric Anholt3-24/+67
2013-05-28intel: Make a temporary miptree for the blit path of miptree mapping.Eric Anholt2-74/+29
2013-05-28intel: Make a temporary miptree when doing blit uploads for glTexSubImage().Eric Anholt1-44/+28
2013-05-28intel: Extend the force_y_tiling flag to allow forcing no tiling.Eric Anholt5-13/+26
2013-05-28intel: Add an assert for glCopyTexSubImage() being called on MSAA buffers.Eric Anholt1-0/+6
2013-05-28i965: Allow glCopyTexSubImage() on depth textures.Eric Anholt1-5/+0
2013-05-28i965: Prefer blorp glBlitFramebuffer() to the glCopyTexSubImage-based blit.Eric Anholt1-8/+9
2013-05-28i965: Consistently do depth resolves before blitting.Eric Anholt2-6/+6