summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2013-05-30mesa: Add missing break statement in _mesa_choose_tex_format.Vinson Lee1-0/+1
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-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-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-25gallium: Add support for multiple viewportsZack Rusin2-2/+2
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-28intel: Enable blit glCopyTexSubImage/glBlitFramebuffer with sRGB.Eric Anholt1-5/+11
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
2013-05-28intel: Make a wrapper for intelEmitCopyBlit using miptrees.Eric Anholt5-111/+127
2013-05-28intel: Rename intel_renderbuffer_tile_offsets.Eric Anholt3-6/+6
2013-05-28intel: Reduce intel_renderbuffer_tile_offsets to a thin wrapper.Eric Anholt2-28/+7
2013-05-28intel: Make intel_miptree_get_tile_offsets return a page offset.Eric Anholt4-10/+26
2013-05-28mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák5-34/+58
2013-05-28swrast: increase array size of TextureSampleMarek Olšák2-4/+4
2013-05-28mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák4-14/+9
2013-05-24xlib: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-05-24st/mesa: add switch cases for new IR enums to silence warningsBrian Paul1-0/+2
2013-05-23i965: Go back to using the kernel SOL reset feature.Kenneth Graunke3-8/+7
2013-05-24i965: Enable guardband clipping on Gen4/5.Chris Forbes1-3/+45
2013-05-24ARB_fp: accept duplicate precision optionsChris Forbes1-9/+15
2013-05-22intel: Count fragments in our blitter-based glBitmap() path.Eric Anholt1-8/+12
2013-05-22i965: Shut up more compiler warnings from vector insert/extract changes.Eric Anholt1-0/+8