summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* mesa/tnl_dd: Remove unused header file t_dd_rendertmp.hIan Romanick2011-08-261-4/+3
* i830: Add missing vtable entry for i830 from the hiz work.Carl Simonson2011-08-101-0/+7
* intel: Fix warnings from gl_constant_parameter changes.Eric Anholt2011-08-051-4/+2
* i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacksIan Romanick2011-08-021-6/+8
* i915: Fail without crashing if a Mesa IR program uses too many registersIan Romanick2011-08-021-2/+13
* i915: Simplify intel_wpos_* with a helper function.Eric Anholt2011-07-182-46/+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
* intel: Move intel_draw_buffers() code into each driver.Eric Anholt2011-07-182-0/+402
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin2011-07-137-7/+25
|\
| * 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-121-0/+13
| * intel: Make our context structure be a ralloc context.Eric Anholt2011-07-112-3/+4
* | Revert "i915: Eliminate redundant CONSTANTS updates"Stéphane Marchesin2011-07-071-26/+25
|/
* intel: Rely on intel_region_reference()'s support of *dst != NULL.Eric Anholt2011-07-072-4/+0
* i965: Don't bother telling swrast_setup about state updates until fallback.Eric Anholt2011-06-242-0/+4
* i965: Don't bother telling tnl about state updates unless we fall back.Eric Anholt2011-06-242-0/+17
* i915: Drop dead argument to translate_texture_format().Eric Anholt2011-06-142-6/+3
* intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt2011-06-132-20/+36
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-1/+3
* intel: Add is_hiz_depth_format() to intel_contex.vtblChad Versace2011-05-251-0/+9
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-232-31/+35
* i915: Gut all remaining bits of hardware fogIan Romanick2011-04-214-107/+13
* i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill itIan Romanick2011-04-213-8/+1
* i915: There's always a fragment programIan Romanick2011-04-211-26/+5
* i915: Delete disabled try_pixel_fog pathsIan Romanick2011-04-211-55/+0
* i915: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-212-11/+2
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-102-31/+31
* intel: fix buildMarek Olšák2011-03-291-1/+1
* i915: Detect allocation failure of batch bufferChris Wilson2011-03-291-0/+4
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-1/+1
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-112-3/+5
* i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet2011-03-071-7/+15
* i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet2011-03-071-6/+5
* i915: And remember assign the new value to the state reg...Chris Wilson2011-02-231-0/+1
* i915: Emit a single relocation per vboChris Wilson2011-02-215-17/+45
* i915: Suppress emission of redundant stencil updatesChris Wilson2011-02-211-45/+55
* i915: Separate BLEND from general context state.Chris Wilson2011-02-213-22/+40
* i915: Only flag context changes if the actual state is changedChris Wilson2011-02-211-49/+105
* i915: suppress repeated sampler state emissionChris Wilson2011-02-212-0/+11
* i915: Eliminate redundant CONSTANTS updatesChris Wilson2011-02-211-25/+26
* intel: use pwrite for batchChris Wilson2011-02-214-33/+21
* i915: Force lowering of all types of indirect array accesses in the FSIan Romanick2011-02-101-3/+11