summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Merge branch 'pipe-video'Christian König119-22/+19274
2011-07-13i915g: don't try to check if a NULL buffer is busy.Stéphane Marchesin1-0/+2
2011-07-13Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin107-943/+2599
2011-07-13st/mesa: flush bitmap cache on query and conditional render boundariesVadim Girlin2-0/+10
2011-07-13[g3dvl] remove some unneeded MakefilesChristian König4-121/+0
2011-07-13r600g: reenable hardware blits for STATIC and IMMUTABLE resourcesChristian König1-10/+8
2011-07-13r600g: prevent hardware blitting based on resource usageChristian König1-1/+8
2011-07-13[g3dvl] implement workaround for missing blender clamp controlChristian König2-7/+35
2011-07-13r600g: revert "set BLEND_CLAMP depending on clamp_fragment_color"Christian König2-18/+11
2011-07-13[g3dvl] keep a pointer in idct buffer to idct objectChristian König3-20/+26
2011-07-13targets/egl-static: fix a linking errorChia-I Wu1-1/+1
2011-07-12i915: Add support for gl_FragData[0] for output color.Eric Anholt1-0/+1
2011-07-13i915g: fixup context desdructionDaniel Vetter1-2/+2
2011-07-12i915: Fix NPOT compressed textures on 915.Eric Anholt1-2/+2
2011-07-12mesa: Fix assertion failure in X8_Z24/Z24_X8 texfetch.Eric Anholt1-2/+4
2011-07-12i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764dEric Anholt1-0/+1
2011-07-12i915: Use _mesa_get_format_name to describe translate_tex_format() fail.Eric Anholt2-2/+4
2011-07-12i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.Eric Anholt2-0/+14
2011-07-12intel: Use _mesa_tex_target_to_face() helper function instead of our own.Eric Anholt1-22/+3
2011-07-12r600g: emit SQ_LDS_RESOURCE_MGMTAlex Deucher3-0/+13
2011-07-12u_upload_mgr: add missing offset to src map in u_upload_buffer()Brian Paul1-1/+1
2011-07-12st/mesa: check if _mesa_create_context() returns NULLEmil Velikov1-0/+3
2011-07-12vaapi: cleanup the source and let the st at least compile againChristian König11-611/+517
2011-07-12st/mesa: choose a matching depth internal format for DrawPixelsMarek Olšák1-2/+27
2011-07-12[g3dvl] add some more PIPE_VIDEO_CAPsChristian König10-27/+79
2011-07-11st/mesa: get rid of unnecessary 'goto' in DrawPixelsMarek Olšák1-10/+6
2011-07-11st/mesa: derive a stencil sampler format from the actual texture formatMarek Olšák1-44/+26
2011-07-11gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only.Vinson Lee1-2/+2
2011-07-11dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTEAndrew Randrianasulu1-1/+1
2011-07-11nvfx: handle PIPE_CAP_SM3David Heidelberger1-0/+3
2011-07-11gallivm: Remove LLVMOpaqueKindType case with llvm-3.0.Vinson Lee1-0/+2
2011-07-11glsl: Reject ambiguous function calls (multiple inexact matches).Kenneth Graunke1-6/+27
2011-07-11i965/gen7: Add support for gl_PointCoord.Kenneth Graunke1-0/+3
2011-07-11i965/gen7: Fix point sprite texture coordinate overrides.Kenneth Graunke1-6/+6
2011-07-11i965/gen7: Refactor SF setup a bit to handle overrides in one place.Kenneth Graunke1-19/+24
2011-07-11i965/gen4: Add a stub dumper for CC unit state, which is different from gen6.Eric Anholt1-3/+20
2011-07-11i965/gen4: Add state dumping for unit state using state_batch_list[].Eric Anholt1-57/+112
2011-07-11i965/gen6: Add state dumping for the VS constants.Eric Anholt3-1/+22
2011-07-11i965/gen6: Add state dumping for the scissor packet.Eric Anholt1-0/+16
2011-07-11i965: When dumping programs, dump the whole cache. But don't by default.Eric Anholt1-23/+47
2011-07-11i965: Dump the binding table using state_batch_list[].Eric Anholt1-5/+19
2011-07-11i965: Dump the surface, sampler, and sdc state using state_batch_list[].Eric Anholt1-164/+105
2011-07-11i965: Dump brw_state_batch data in an easier format for cross-referencing.Eric Anholt1-89/+79
2011-07-11i965: Map the batch once for dumping all our state batch structs.Eric Anholt1-25/+2
2011-07-11i965: Move the new gen6 state structs to using state_batch_list[].Eric Anholt1-22/+24
2011-07-11i965: Move the SF VP state dump to using the state_batch_list[]Eric Anholt1-11/+19
2011-07-11i965: Move CLIP VP state dump to using the state_batch_list[].Eric Anholt1-5/+21
2011-07-11i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.Eric Anholt3-0/+36
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt22-35/+87
2011-07-11intel: Make our context structure be a ralloc context.Eric Anholt4-6/+8