mesa: remove FEATURE_OES_EGL_image define.
[mesa.git] / src / mesa / drivers / dri / i915 /
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-08-28 Eric Anholtintel: Move RenderMode fallback func to i915 driver.
2012-08-25 Kenneth Graunkemesa: Use a new, more specific hook for shader uniform...
2012-08-14 Ian Romanicki915: Validate API and version in i915CreateContext
2012-08-13 Eric Anholtintel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
2012-08-09 Tapani Pälliintel: use _mesa_meta_Clear with OpenGL ES 1.1 v2
2012-08-01 Pauli Nieminenmesa: Move DepthMode to texture object
2012-07-26 Paul Berryintel: Make more consistent use of _mesa_is_{user,winsy...
2012-07-20 Chad Versacei830: Fix stack corruption
2012-07-11 Kristian Høgsbergintel: Add offset field to miptree
2012-06-21 Eric Anholtmake: Fold ASM_CFLAGS into DEFINES.
2012-05-29 Kurt Roeckxi830: Fix crash for GL_STENCIL_TEST in i830Enable()
2012-05-24 Kenneth Graunkei965: Gut the separate OpenGL ES extension enabling.
2012-05-23 Eric Anholti915: Drop gen4+ code from the forked clear code.
2012-05-23 Eric Anholtintel: Fork the intel_clear.c file between i915 and...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-04-29 Dylan Noblesmithautoconf: pass -Wall to automake
2012-04-09 Yuanhan Liui915: set SPRITE_POINT_ENABLE bit correctly
2012-03-20 Eric Anholtintel: Drop the INTEL_STRICT_CONFORMANCE environment...
2012-03-20 Kenneth GraunkeAdd Makefile.in to toplevel .gitignore
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-19 Yuanhan Liui915: fallback for NPOT cubemap texture
2012-03-12 Brian Pauli915: remove occurances of _DD_NEW_x flags
2012-03-07 Yuanhan Liui915: move the FALLBACK_DRAW_OFFSET check outside the...
2012-03-05 Yuanhan Liui915: fix wrong rendering of gl_PointSize on Pineview
2012-03-03 Kurt Roeckxi915: Fix i830 polygon stipple from PBOs.
2012-03-03 Kurt Roeckxi915: Compute maximum number of verts using the actual...
2012-03-03 Chris Wilsoni830: Compute initial number of vertices from remaining...
2012-03-03 Alban Browaeysdri/i915: Fix off-by-one in i830 clip region size.
2012-03-03 Eric Anholti915: Fix piglit fbo-nodepth-test on i830.
2012-02-24 Brian Paulmesa: remove last of MAX_WIDTH, MAX_HEIGHT
2012-02-14 Paul Berryi915: Fix type of "specoffset" variable.
2012-01-30 Eric Anholtintel: Use libdrm's decode functionality instead of...
2012-01-29 Matt Turnerdri: don't link with DRICORE_LIB_DEPS
2012-01-27 Eric Anholtintel: Pass the gl_renderbuffer to render_target_suppor...
2012-01-27 Eric Anholtdri: Move the compile of the common files to a convenie...
2012-01-27 Eric Anholti915: Fix driver after automakeification.
2012-01-24 Brian Paulintel: use intel_rb_format() to get renderbuffer format
2012-01-20 Matt Turnerautomake: src/mesa/drivers/dri/i915
2012-01-18 Ian Romanickintel: Set depth to 6 for cubemaps
2011-12-28 Mathias Fröhlichi915: Convert to use GLbitfield64 directly.
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-26 Chia-I Wuandroid: pass -std=c99 by default
2011-11-23 Eric Anholti915: Fix complete texturing regression since 27505a105a
2011-11-23 Eric Anholti915: Fix build since hiz merge.
2011-11-22 Eric Anholti915: Move the texture format setup for this driver...
2011-11-22 Eric Anholtintel: Add the context to the render_target_supported...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Remove unused HiZ functions
2011-11-02 Kristian Høgsbergdri: Remove unused dri texmem.c
2011-10-29 Eric Anholti915: Move the always_flush_cache code to triangle...
2011-10-19 Brian Pauli915: make i830/i915_hiz_resolve_noop() static
2011-10-18 Chad Versaceintel: Add HiZ operations to intel_context::vtbl for...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-07 Chad Versacei915,i830: Remove dead HiZ assertions in *update_draw_b...
2011-10-04 Stéphane Marchesinconfigure: replace pkg-config calls with $(PKG_CONFIG...
2011-10-04 Brian Pauli915: don't include texstore.h
2011-09-30 Chris Wilsoni915: out-of-bounds write in calc_live_regs()
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-24 Kenneth Graunkeintel: Remove pointless boolean return value from ...
2011-09-19 Ian Romanickmesa: Replace _mesa_rgba_logicop_enabled(ctx) with...
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Chia-I Wuintel: add support for __DRI_IMAGE_FORMAT_ABGR8888
2011-09-01 Chia-I Wuintel: rename intel_extensions_es2.c to intel_extension...
2011-09-01 Chia-I Wui915: build i915_dri.so for Android
2011-09-01 Chia-I Wui915: factor our source lists into Makefile.sources
2011-09-01 Bryan Cainmesa: Replace the EmitNoIfs compiler flag with a MaxIfD...
2011-08-27 Ian Romanickmesa/tnl_dd: Remove unused header file t_dd_rendertmp.h
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-10 Carl Simonsoni830: Add missing vtable entry for i830 from the hiz...
2011-08-05 Eric Anholtintel: Fix warnings from gl_constant_parameter changes.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Ian Romanicki915: Only emit program errors when INTEL_DEBUG=wm...
2011-08-02 Ian Romanicki915: Fail without crashing if a Mesa IR program uses...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-18 Eric Anholti915: Simplify intel_wpos_* with a helper function.
2011-07-18 Eric Anholti915: Include gl_FragCoord.w data, not just xyz.
2011-07-18 Eric Anholti915: Add support for HW rendering with no color draw...
2011-07-18 Eric Anholti915: Fix incorrect depth scaling when enabling/disabli...
2011-07-18 Eric Anholti915: Make stencil test for no-stencil handling match...
2011-07-18 Eric Anholti915: Disable the depth test whenever we don't have...
2011-07-18 Eric Anholti915: Remove i965 paths from i915_update_drawbuffer...
2011-07-18 Eric Anholtintel: Move intel_draw_buffers() code into each driver.
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-12 Eric Anholti915: Add support for gl_FragData[0] for output color.
2011-07-12 Eric Anholti915: Fix NPOT compressed textures on 915.
2011-07-12 Eric Anholti915: Fix depth texturing since 86e62b2357447b7c97f434b...
2011-07-12 Eric Anholti915: Use _mesa_get_format_name to describe translate_t...
2011-07-12 Eric Anholti915: Fix map/unmap mismatches from leaving INTEL_FALLB...
2011-07-11 Eric Anholtintel: Make our context structure be a ralloc context.
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Stéphane MarchesinRevert "i915: Eliminate redundant CONSTANTS updates"
2011-07-07 Eric Anholtintel: Rely on intel_region_reference()'s support of...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-24 Eric Anholti965: Don't bother telling swrast_setup about state...
2011-06-24 Eric Anholti965: Don't bother telling tnl about state updates...
2011-06-14 Eric Anholti915: Drop dead argument to translate_texture_format().
next