summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)AuthorFilesLines
2011-12-28i915: Convert to use GLbitfield64 directly.Mathias Fröhlich2-14/+12
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-2/+2
2011-11-26android: pass -std=c99 by defaultChia-I Wu1-4/+0
2011-11-23i915: Fix complete texturing regression since 27505a105aEric Anholt1-0/+2
2011-11-23i915: Fix build since hiz merge.Eric Anholt6-24/+29
2011-11-22i915: Move the texture format setup for this driver out of shared code.Eric Anholt2-0/+51
2011-11-22intel: Add the context to the render_target_supported() vtbl method.Eric Anholt2-2/+2
2011-11-22intel: Remove unused HiZ functionsChad Versace2-18/+0
2011-11-02dri: Remove unused dri texmem.cKristian Høgsberg2-4/+0
2011-10-29i915: Move the always_flush_cache code to triangle emit.Eric Anholt1-0/+8
2011-10-18i915: make i830/i915_hiz_resolve_noop() staticBrian Paul2-2/+2
2011-10-18intel: Add HiZ operations to intel_context::vtbl for all driversChad Versace2-0/+18
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke14-142/+138
2011-10-07i915,i830: Remove dead HiZ assertions in *update_draw_buffer()Chad Versace2-4/+0
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin1-1/+1
2011-10-03i915: don't include texstore.hBrian Paul1-1/+0
2011-09-30i915: out-of-bounds write in calc_live_regs()Chris Wilson1-4/+4
2011-09-26intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt4-12/+12
2011-09-23intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke1-6/+2
2011-09-19mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick2-2/+2
2011-09-09intel: Silence several "warning: unused parameter"Ian Romanick1-26/+14
2011-09-09intel: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu1-0/+2
2011-09-01intel: rename intel_extensions_es2.c to intel_extensions_es.cChia-I Wu3-2/+2
2011-09-01i915: build i915_dri.so for AndroidChia-I Wu1-0/+59
2011-09-01i915: factor our source lists into Makefile.sourcesChia-I Wu2-47/+53
2011-08-31mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.Bryan Cain1-1/+1
2011-08-26mesa/tnl_dd: Remove unused header file t_dd_rendertmp.hIan Romanick1-4/+3
2011-08-10i830: Add missing vtable entry for i830 from the hiz work.Carl Simonson1-0/+7
2011-08-05intel: Fix warnings from gl_constant_parameter changes.Eric Anholt1-4/+2
2011-08-02i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacksIan Romanick1-6/+8
2011-08-02i915: Fail without crashing if a Mesa IR program uses too many registersIan Romanick1-2/+13
2011-07-18i915: Simplify intel_wpos_* with a helper function.Eric Anholt2-46/+27
2011-07-18i915: Include gl_FragCoord.w data, not just xyz.Eric Anholt1-3/+3
2011-07-18i915: Add support for HW rendering with no color draw buffer.Eric Anholt1-51/+51
2011-07-18i915: Fix incorrect depth scaling when enabling/disabling depth buffers.Eric Anholt1-24/+19
2011-07-18i915: Make stencil test for no-stencil handling match depth test.Eric Anholt2-23/+12
2011-07-18i915: Disable the depth test whenever we don't have a depth buffer.Eric Anholt2-2/+8
2011-07-18i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.Eric Anholt2-111/+20
2011-07-18intel: Move intel_draw_buffers() code into each driver.Eric Anholt2-0/+402
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