i965: Don't create a swrast context on ES2+.
[mesa.git] / src / mesa /
2013-07-29 Kenneth Graunkei965: Don't create a swrast context on ES2+.
2013-07-29 Matt Turnermesa: Expose OES_surfaceless_context.
2013-07-29 Matt Turnermesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys...
2013-07-27 Ian Romanickmesa: Disable GL_EXT_framebuffer_object in core profile...
2013-07-26 Chris Forbesi965/vs: Fix flaky texture swizzling
2013-07-25 Kenneth GraunkeRevert "i965: Delete pre-DRI2.3 viewport hacks."
2013-07-25 Paul Berryi965: Initialize inout_offset parameter to brw_search_c...
2013-07-24 Brian Paulmesa: implement mipmap generation for compressed 2D...
2013-07-24 Brian Paulmeta: handle 2D texture arrays in decompress_texture_im...
2013-07-24 Brian Paulmesa: handle 2D texture arrays in get_tex_rgba_compressed()
2013-07-24 Roland Scheideggermesa: fix rgtc snorm decoding
2013-07-22 Matt Turnerbuild: Add tests directories to SUBDIRS
2013-07-21 José Fonsecascons: Don't use -z defs ld option on Mac.
2013-07-19 José Fonsecascons: Disallow undefined symbols in Xlib libGL.so.
2013-07-19 Tomasz Lismesa: Dispatch ARB_framebuffer_object and EXT_framebuff...
2013-07-18 Kenneth Graunkest/mesa: Enable the ARB_shading_language_420pack extens...
2013-07-18 Kenneth Graunkei965: Enable the GL_ARB_shading_language_420pack extens...
2013-07-18 Kenneth Graunkei965: Combine URB code emission into a single group.
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS for depth, hiz, and stencil
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of SURFACE_STAT
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
2013-07-18 Tomasz Lisdri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
2013-07-18 Tomasz Lisglx: Validate the GLX_RENDER_TYPE value
2013-07-18 Tomasz Lisglx: Changes to visual configs initialization.
2013-07-18 Kenneth Graunkei965: Add #defines for Memory Object Control State...
2013-07-18 Mike Frysingergen_matypes: fix cross-compiling with gcc
2013-07-18 Kenneth Graunkei965: Add MOCS shift and mask for SURFACE_STATE entries.
2013-07-18 Vinson Leemesa: Remove commas at end of enumerator lists.
2013-07-16 Maarten Lankhorstosmesa: link against static libglapi library too to...
2013-07-16 Chris Forbesi965/Gen4: Zero extra coordinates for ir_tex
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS...
2013-07-16 Kenneth Graunkei965: Refer people to brw_tex_layout.c rather than...
2013-07-16 Kenneth Graunkei965: Remove old BSpec reference from BLORP's 3DSTATE_W...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for 3DSTATE_URB_* programming.
2013-07-16 Kenneth Graunkei965: Update workaround flush comments for Gen6 3DSTATE_VS.
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for VS PIPE_CONTROL workar...
2013-07-16 Kenneth Graunkei965: Cite the Sandybridge PRM for Gen7 stencil pitch...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for multisample surface...
2013-07-16 Kenneth Graunkei965: Delete "the data cache is the sampler cache"...
2013-07-16 Kenneth Graunkei965: Cite the 965 PRM for "the data cache is the sampl...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for DP message descriptor...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for why the fake MRF range...
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for SFID enum values.
2013-07-14 Chris Forbesi965: Gen4/5: use IEEE floating point mode for GLSL...
2013-07-14 Chris Forbesi965/vs: Gen4/5: enable front colors if back colors...
2013-07-12 Zack Rusingallium: fixup definitions of the rsq and sqrt
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-12 Brian Paultgsi: fix-up KILP comments
2013-07-12 Brian Paulmesa: update glext.h to version 20130708
2013-07-12 Brian Paulmesa: fix Address Sanitizer (ASan) issue in _mesa_add_p...
2013-07-12 Brian Paulmesa: simplify some _mesa_IsEnabled() queries
2013-07-12 Brian Paulmesa: whitespace, formatting, 80-column wrapping
2013-07-12 Brian Paulmesa: s/unsigned/int/ to fix MSVC warning in uniforms.c
2013-07-12 Brian Paulmesa: s/GLuint/GLint/ to silence MSVC warning in textore.c
2013-07-12 Brian Paulmesa: add casts to fix MSVC warnings in multisample.c
2013-07-12 Brian Paulmesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.c
2013-07-12 Brian Paulmesa: fix inconsistent function declaration, definitions
2013-07-12 Brian Paulmesa: add cast to silence MSVC warning
2013-07-11 Anuj Phogati965/blorp: Fix clear rectangle alignment in fast color...
2013-07-09 Matt Turnermesa: Set ProfileMask properly for core profile.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::has_llc to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move must_use/has_separate_stencil fields to...
2013-07-09 Kenneth Graunkei965: Move intel_context::has_hiz to brw_context.
2013-07-09 Kenneth Graunkei965: Free brw, not intel.
2013-07-09 Kenneth Graunkei965: Shorten context base class dereference chains.
2013-07-09 Kenneth Graunkei965: Move intel_context::has_swizzling to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::intelScreen to brw_context.
2013-07-09 Kenneth Graunkei965: Delete unused intel_context::driFd field.
2013-07-09 Kenneth Graunkei965: Store brw_context as the DRI driver private,...
2013-07-09 Kenneth Graunkei965: Move intel_context::driContext to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::NewGLState to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::upload to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::max_gtt_map_object_size to...
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::no_batch_wrap to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context's framerate throttling fields...
2013-07-09 Kenneth Graunkei965: Move intel_context::stats_wm to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::hw_ctx to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context's driconf flags to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::reduced_primitive to brw_context.
2013-07-09 Kenneth Graunkei965: Move front buffer rendering fields from intel_con...
2013-07-09 Kenneth Graunkei965: Move intel_context::vtbl to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::optionCache to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Remove pointless intel_context parameter from...
2013-07-09 Kenneth Graunkei965: Add forward declarations of brw_context to a...
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-07-09 Kenneth Graunkei965: Move ctx->Const setup from intelInitContext to...
2013-07-09 Kenneth Graunkei965: Split code to set ctx->Const values into a helper...
2013-07-09 Kenneth Graunkei915: Remove i965+ chip names.
2013-07-09 Kenneth Graunkei965: Remove i915 chip names.
2013-07-09 Kenneth Graunkei965: Replace intel_context:needs_ff_sync with intel...
2013-07-09 Kenneth Graunkei965: Add missing newline to blorp color clear perf_deb...
2013-07-08 Paul Berryi965: Add an assertion to brwProgramStringNotify.
next