aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
...
* intel: Add HiZ operations to intel_context::vtbl for all driversChad Versace2011-10-182-0/+18
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-1814-142/+138
* i915,i830: Remove dead HiZ assertions in *update_draw_buffer()Chad Versace2011-10-072-4/+0
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
* i915: don't include texstore.hBrian Paul2011-10-031-1/+0
* i915: out-of-bounds write in calc_live_regs()Chris Wilson2011-09-301-4/+4
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-264-12/+12
* intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke2011-09-231-6/+2
* mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick2011-09-192-2/+2
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-26/+14
* intel: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu2011-09-091-0/+2
* intel: rename intel_extensions_es2.c to intel_extensions_es.cChia-I Wu2011-09-013-2/+2
* i915: build i915_dri.so for AndroidChia-I Wu2011-09-011-0/+59
* i915: factor our source lists into Makefile.sourcesChia-I Wu2011-09-012-47/+53
* mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.Bryan Cain2011-08-311-1/+1
* 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