summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | intel: Use the GLSL-based meta clear when available.Eric Anholt2011-07-201-1/+4
* | | meta: Add a GLSL-based _mesa_meta_Clear() variant.Eric Anholt2011-07-202-1/+162
|/ /
* | intel: Fix stencil buffer to be W tiledChad Versace2011-07-195-31/+93
* | i965: Fix regression in 29a911c50e4443dfebef0a2e32c39b64992fa3cc.Eric Anholt2011-07-191-1/+1
* | i965: Rename CMD_VF_STATISTICS_(965|GM45) to include "3DSTATE".Kenneth Graunke2011-07-182-4/+4
* | i965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VERTEX_...S.Kenneth Graunke2011-07-182-5/+5
* | i965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAWING_RECTANGLE.Kenneth Graunke2011-07-182-2/+1
* | i915: Simplify intel_wpos_* with a helper function.Eric Anholt2011-07-183-47/+27
* | i915: Include gl_FragCoord.w data, not just xyz.Eric Anholt2011-07-181-3/+3
* | i915: Add support for HW rendering with no color draw buffer.Eric Anholt2011-07-181-51/+51
* | i915: Fix incorrect depth scaling when enabling/disabling depth buffers.Eric Anholt2011-07-181-24/+19
* | i915: Make stencil test for no-stencil handling match depth test.Eric Anholt2011-07-182-23/+12
* | i915: Disable the depth test whenever we don't have a depth buffer.Eric Anholt2011-07-182-2/+8
* | i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.Eric Anholt2011-07-182-111/+20
* | i965: Remove i915 paths from brw_update_draw_buffers().Eric Anholt2011-07-181-37/+11
* | i965: Remove unused region calculations in brw_update_draw_buffer().Eric Anholt2011-07-181-60/+2
* | i965: Remove empty brw_set_draw_region.Eric Anholt2011-07-181-14/+0
* | i965: Remove FALLBACK() from brw_update_draw_region().Eric Anholt2011-07-181-16/+0
* | intel: Move intel_draw_buffers() code into each driver.Eric Anholt2011-07-186-200/+612
* | intel: Clarify the depthRb == stencilRb logic.Eric Anholt2011-07-181-16/+15
* | intel: Use the post-execution batchbuffer contents for dumping.Eric Anholt2011-07-181-1/+3
* | xmlconfig: remove an unused-but-set variableMarek Olšák2011-07-151-2/+2
* | r300/compiler: remove an unused-but-set variable and simplify the codeMarek Olšák2011-07-151-9/+6
* | r300/compiler: fix a warning that a variable may be uninitializedMarek Olšák2011-07-151-1/+1
* | r600c/g: add new NI pci idsAlex Deucher2011-07-151-0/+2
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin2011-07-1341-494/+683
|\ \
| * | i915: Add support for gl_FragData[0] for output color.Eric Anholt2011-07-121-0/+1
| * | i915: Fix NPOT compressed textures on 915.Eric Anholt2011-07-121-2/+2
| * | i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764dEric Anholt2011-07-121-0/+1
| * | i915: Use _mesa_get_format_name to describe translate_tex_format() fail.Eric Anholt2011-07-122-2/+4
| * | i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.Eric Anholt2011-07-122-0/+14
| * | intel: Use _mesa_tex_target_to_face() helper function instead of our own.Eric Anholt2011-07-121-22/+3
| * | dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTEAndrew Randrianasulu2011-07-111-1/+1
| * | i965/gen7: Add support for gl_PointCoord.Kenneth Graunke2011-07-111-0/+3
| * | i965/gen7: Fix point sprite texture coordinate overrides.Kenneth Graunke2011-07-111-6/+6
| * | i965/gen7: Refactor SF setup a bit to handle overrides in one place.Kenneth Graunke2011-07-111-19/+24
| * | i965/gen4: Add a stub dumper for CC unit state, which is different from gen6.Eric Anholt2011-07-111-3/+20
| * | i965/gen4: Add state dumping for unit state using state_batch_list[].Eric Anholt2011-07-111-57/+112
| * | i965/gen6: Add state dumping for the VS constants.Eric Anholt2011-07-113-1/+22
| * | i965/gen6: Add state dumping for the scissor packet.Eric Anholt2011-07-111-0/+16
| * | i965: When dumping programs, dump the whole cache. But don't by default.Eric Anholt2011-07-111-23/+47
| * | i965: Dump the binding table using state_batch_list[].Eric Anholt2011-07-111-5/+19
| * | i965: Dump the surface, sampler, and sdc state using state_batch_list[].Eric Anholt2011-07-111-164/+105
| * | i965: Dump brw_state_batch data in an easier format for cross-referencing.Eric Anholt2011-07-111-89/+79
| * | i965: Map the batch once for dumping all our state batch structs.Eric Anholt2011-07-111-25/+2
| * | i965: Move the new gen6 state structs to using state_batch_list[].Eric Anholt2011-07-111-22/+24
| * | i965: Move the SF VP state dump to using the state_batch_list[]Eric Anholt2011-07-111-11/+19
| * | i965: Move CLIP VP state dump to using the state_batch_list[].Eric Anholt2011-07-111-5/+21
| * | i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.Eric Anholt2011-07-113-0/+36
| * | i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-1122-35/+87