aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: Remove x/y from cmd_binAdam Jackson2013-05-316-47/+30
* r600g/sb: fix broken assertVadim Girlin2013-05-311-1/+1
* glapi: Add some missing static_dispatch="false" annotations to es_EXT.xmlAndreas Boll2013-05-311-9/+14
* mesa: Add missing break statement in _mesa_choose_tex_format.Vinson Lee2013-05-301-0/+1
* integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]Alan Coopersmith2013-05-301-3/+5
* integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]Alan Coopersmith2013-05-301-1/+6
* mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul2013-05-301-2/+4
* mesa: asst. whitespace, formatting fixes in teximage.cBrian Paul2013-05-301-28/+43
* draw: fix vs/fs input/output mismatchesZack Rusin2013-05-301-0/+7
* intel: Add multisample scaled blitting in blorp engineAnuj Phogat2013-05-304-74/+93
* intel: Change the register type from UW to UD in blorp engineAnuj Phogat2013-05-303-52/+90
* mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat2013-05-303-6/+32
* Revert "i965: fix problem with constant out of bounds access (v2)"Kenneth Graunke2013-05-291-11/+1
* ilo: simplify shader variant handlingCourtney Goeltzenleuchter2013-05-302-25/+2
* i965: fix problem with constant out of bounds access (v2)Dave Airlie2013-05-301-1/+11
* intel: initialize fs_visitor::params_remap in constructorFrank Henigman2013-05-301-0/+2
* draw: add cast in debug_printf() to silence warningBrian Paul2013-05-291-1/+1
* svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warningBrian Paul2013-05-291-0/+2
* draw: make sure viewport index is fetched from leading vertexZack Rusin2013-05-256-28/+54
* llvmpipe: clamp scissors to be between 0 and maxZack Rusin2013-05-255-3/+13
* draw: clamp the viewports to always be between 0 and maxZack Rusin2013-05-255-16/+24
* gallium/docs: adds documentation for multi viewport capZack Rusin2013-05-251-0/+4
* draw: fixup draw_find_shader_outputZack Rusin2013-05-254-11/+12
* llvmpipe: implement support for multiple viewportsZack Rusin2013-05-2511-36/+79
* draw: implement support for multiple viewportsZack Rusin2013-05-259-33/+105
* gallium: Add support for multiple viewportsZack Rusin2013-05-2552-166/+265
* mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke2013-05-294-12/+3
* mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke2013-05-291-1/+1
* st/mesa: Go back to using ctx->Array.RestartIndex, not _RestartIndex.Kenneth Graunke2013-05-291-1/+1
* i965: Fix can_cut_index_handle_restart_index() for byte/short types.Kenneth Graunke2013-05-291-3/+9
* i965: Use the correct restart index for fixed index mode on Haswell.Kenneth Graunke2013-05-291-2/+4
* vbo: Use the new primitive restart index helper function.Kenneth Graunke2013-05-292-2/+3
* mesa: Add a helper function for determining the restart index.Kenneth Graunke2013-05-292-0/+26
* vbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArrays().Kenneth Graunke2013-05-291-5/+5
* i965/vs: Fix implied_mrf_writes() for integer division pre-gen6.Eric Anholt2013-05-291-0/+2
* i965/fs: Fix test for smearing enabled on an instruction.Eric Anholt2013-05-291-1/+1
* i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF.Eric Anholt2013-05-291-2/+8
* mesa: Fix test for optimistic coloring being necessary.Eric Anholt2013-05-291-1/+1
* gallium: fix build on uclibc systemAnthony G. Basile2013-05-291-4/+2
* intel: Enable blit glCopyTexSubImage/glBlitFramebuffer with sRGB.Eric Anholt2013-05-281-5/+11
* llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger2013-05-296-226/+47
* intel: Remove dead intel_drawbuf_region().Eric Anholt2013-05-282-16/+0
* intel: Fix format handling of blit glBitmap()Eric Anholt2013-05-281-3/+12
* intel: Fix MRT handling of glBitmap().Eric Anholt2013-05-281-9/+14
* intel: Rebuild PBO blit glTexImage() on top of miptrees.Eric Anholt2013-05-281-30/+32
* intel: Rebuild PBO blit glReadPixels() on top of miptrees.Eric Anholt2013-05-281-25/+23
* intel: Rework intel_miptree_create_for_region() to wrap a BO.Eric Anholt2013-05-283-24/+67
* intel: Make a temporary miptree for the blit path of miptree mapping.Eric Anholt2013-05-282-74/+29
* intel: Make a temporary miptree when doing blit uploads for glTexSubImage().Eric Anholt2013-05-281-44/+28
* intel: Extend the force_y_tiling flag to allow forcing no tiling.Eric Anholt2013-05-285-13/+26