summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin41-494/+683
2011-07-12i915: Add support for gl_FragData[0] for output color.Eric Anholt1-0/+1
2011-07-12i915: Fix NPOT compressed textures on 915.Eric Anholt1-2/+2
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-11dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTEAndrew Randrianasulu1-1/+1
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
2011-07-11i965: Fix fp-dst-aliasing-[12].vpfp.Eric Anholt1-4/+19
2011-07-11i965: Fix fp-lit-src-equals-dst.Eric Anholt1-11/+11
2011-07-11glx: add a few missing glXChooseFBConfig() attributesBrian Paul1-0/+4
2011-07-09intel: Recognize all depth formats in get_teximage_readbuffer.Kenneth Graunke1-8/+4
2011-07-09i965/gen4: Fix GPU hangs since the program streaming change.Eric Anholt1-1/+1
2011-07-08i965/gen7: Remove gratuitous dirty flags from WM and PS state.Kenneth Graunke1-8/+3
2011-07-07intel: add null src pointer check in intel_region_reference()Brian Paul1-1/+2
2011-07-07Revert "i915: Eliminate redundant CONSTANTS updates"Stéphane Marchesin1-26/+25
2011-07-07intel: Fix use of freed buffer if glBitmap is called after a swap.Eric Anholt1-3/+4
2011-07-07intel: Remove dead comment about software clears -- it's handled just above.Eric Anholt1-1/+0
2011-07-07i915: Fix leak of ViewportMatrix data on context destroy.John1-0/+2
2011-07-07intel: Remove gratuitous context checks in intel_delete_renderbuffer().Eric Anholt1-14/+5
2011-07-07intel: Remove now trivial intel_renderbuffer_set_{hiz_,}region().Eric Anholt3-57/+19
2011-07-07intel: Rely on intel_region_reference()'s support of *dst != NULL.Eric Anholt4-18/+0
2011-07-07intel: Allow intel_region_reference() with *dst != NULL.Eric Anholt1-4/+6
2011-07-07intel: Mark MESA_FORMAT_X8_Z24 as always supported.Eric Anholt1-1/+1
2011-07-07i965: Remove unused structures for command packets.Kenneth Graunke1-433/+0
2011-07-07i965: Convert system instruction pointer to OUT_BATCH style.Kenneth Graunke2-14/+5
2011-07-07i965: Convert PIPELINE_SELECT to OUT_BATCH style.Kenneth Graunke1-10/+4
2011-07-07i965: Emit 3DSTATE_VF_STATISTICS in OUT_BATCH style.Kenneth Graunke2-18/+4
2011-07-07i965: Convert 3DSTATE_GLOBAL_DEPTH_OFFSET_CLAMP to OUT_BATCH style.Kenneth Graunke2-19/+5
2011-07-06i965/fs: Fix message register allocation in FB writes.Kenneth Graunke1-5/+6
2011-06-29i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes.Kenneth Graunke2-0/+10
2011-06-29i965/gen7: Add missing ! to brw->gs.prog_active assertion.Kenneth Graunke1-1/+1