summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin7-7/+25
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 Anholt1-0/+13
2011-07-11intel: Make our context structure be a ralloc context.Eric Anholt2-3/+4
2011-07-07Revert "i915: Eliminate redundant CONSTANTS updates"Stéphane Marchesin1-26/+25
2011-07-07intel: Rely on intel_region_reference()'s support of *dst != NULL.Eric Anholt2-4/+0
2011-06-24i965: Don't bother telling swrast_setup about state updates until fallback.Eric Anholt2-0/+4
2011-06-24i965: Don't bother telling tnl about state updates unless we fall back.Eric Anholt2-0/+17
2011-06-14i915: Drop dead argument to translate_texture_format().Eric Anholt2-6/+3
2011-06-13intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt2-20/+36
2011-06-02dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr1-1/+3
2011-05-25intel: Add is_hiz_depth_format() to intel_contex.vtblChad Versace1-0/+9
2011-04-23intel: Add support for ARB_sampler_objects.Eric Anholt2-31/+35
2011-04-21i915: Gut all remaining bits of hardware fogIan Romanick4-107/+13
2011-04-21i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill itIan Romanick3-8/+1
2011-04-21i915: There's always a fragment programIan Romanick1-26/+5
2011-04-21i915: Delete disabled try_pixel_fog pathsIan Romanick1-55/+0
2011-04-21i915: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2-11/+2
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul2-31/+31
2011-03-29intel: fix buildMarek Olšák1-1/+1
2011-03-29i915: Detect allocation failure of batch bufferChris Wilson1-0/+4
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák1-1/+1
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2-3/+5
2011-03-07i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet1-7/+15
2011-03-07i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet1-6/+5
2011-02-23i915: And remember assign the new value to the state reg...Chris Wilson1-0/+1
2011-02-21i915: Emit a single relocation per vboChris Wilson5-17/+45
2011-02-21i915: Suppress emission of redundant stencil updatesChris Wilson1-45/+55
2011-02-21i915: Separate BLEND from general context state.Chris Wilson3-22/+40
2011-02-21i915: Only flag context changes if the actual state is changedChris Wilson1-49/+105
2011-02-21i915: suppress repeated sampler state emissionChris Wilson2-0/+11
2011-02-21i915: Eliminate redundant CONSTANTS updatesChris Wilson1-25/+26
2011-02-21intel: use pwrite for batchChris Wilson4-33/+21
2011-02-10i915: Force lowering of all types of indirect array accesses in the FSIan Romanick1-3/+11
2011-02-10i915: Calculate partial result to temp register firstIan Romanick1-8/+8
2011-02-01i915: Only mark a register as available if all components are writtenIan Romanick1-3/+17
2011-01-20intel: Fix typeos from 3d028024 and 790ff232Ian Romanick1-10/+10
2011-01-20i915: Set correct values for range/precision of fragment shader typesIan Romanick1-0/+14
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2-14/+14
2011-01-10Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt1-11/+11
2011-01-07i915: Drop old checks for the settexoffset hack.Eric Anholt2-17/+6
2011-01-07intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt2-36/+46
2011-01-05i915: Fix build for previous commit.Eric Anholt1-11/+11
2011-01-05intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt2-3/+3
2011-01-05i915: Enable LOD preclamping on 8xx like on 915/965.Eric Anholt2-0/+3
2011-01-05i915: Implement min/max lod clamping in hardware on 8xx.Eric Anholt2-5/+23
2010-12-16i915: Fix INTEL_DEBUG=wm segmentation faultShuang He1-5/+5