History log of /external/mesa3d/src/mesa/drivers/dri/i915/Makefile.sources
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
88128516d43be5d25288ff5b64db63cda83c04b3 24-May-2012 Kenneth Graunke <kenneth@whitecape.org> i965: Gut the separate OpenGL ES extension enabling.

We should just set the bits of functionality that we support; the
GL/ES1/ES2 flags in extensions.c will take care of advertising the
appropriate extensions for the current API.

This enables the GL_EXT_texture_compression_dxt1 extension on ES1/ES2
when libtxc_dxtn is installed or the force_s3tc driconf option is set.
The main extension code set this up properly, but the ES-specific code
failed to do so.

Otherwise, the extension strings reported by es1_info, es2_info, and
glxinfo all remain the same.

This patch manually disables the ARB_framebuffer_object bit on ES
to preserve the behavior of 1c0f5d8324c4db2720247989ddc4a45315b55a85.

v2: Rebase, fix the i915 Makefile, and unconditionally set the
OES_draw_texture bit as core Mesa will only apply it to ES1 now.

Tested-by: Daniel Charles <daniel.charles@intel.com> [v1]
Reviewed-by: Chad Versace <chad.versace@linux.intel.com> [v1]
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/src/mesa/drivers/dri/i915/Makefile.sources
e4c97f1e607f857fb7f397f9e00f37c00ffff295 13-Apr-2012 Dylan Noblesmith <nobled@dreamwidth.org> autoconf: pass -Wall to automake

And fix these warning that appear at autoreconf time:
"`:='-style assignments are not portable"

v2: Fix the recently-converted-to-automake r600.
/external/mesa3d/src/mesa/drivers/dri/i915/Makefile.sources
61b9ccd9e298ca1d3db55aee0cb2ff78662d6fa6 20-Dec-2011 Eric Anholt <eric@anholt.net> intel: Use libdrm's decode functionality instead of the gpu-tools copy.

While typing out the new decode, I added a fallback mode for dumping
when we fail to re-map the BO after execution. This should get us a
minimal dump when trying to dump a batch that results in a GPU hang.
/external/mesa3d/src/mesa/drivers/dri/i915/Makefile.sources
3c87dfce403ad3c2fed7998b16bea34dcb0c9fde 15-Jan-2012 Matt Turner <mattst88@gmail.com> automake: src/mesa/drivers/dri/i915
/external/mesa3d/src/mesa/drivers/dri/i915/Makefile.sources
87f12bb2d95236c7b025d1a8be56b5ab1683d702 22-Nov-2011 Eric Anholt <eric@anholt.net> i915: Fix build since hiz merge.

v2: Guard against rb->mt being NULL, since we may enter the draw
regions path before intel_prepare_render() has been called to set
them.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com> (v1)
/external/mesa3d/src/mesa/drivers/dri/i915/Makefile.sources
820789ac69a72f6ea8081db6f82827da6c7d7110 21-Aug-2011 Chia-I Wu <olv@lunarg.com> intel: rename intel_extensions_es2.c to intel_extensions_es.c

We'd like to add intelInitExtensionsES1 to it later.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/mesa/drivers/dri/i915/Makefile.sources
47ba5c482f6c87971c8ad878dbfd9e7a4fc3e17c 30-Aug-2011 Chia-I Wu <olv@lunarg.com> i915: factor our source lists into Makefile.sources

In preparation for porting i915 to Android, factor its source lists into
a shared makefile. This prevents duplication of source lists, and hence
prevents the Android build from breaking as often.

Reviewed-by: Chad Versace <chad@chad-versace.us>
/external/mesa3d/src/mesa/drivers/dri/i915/Makefile.sources