mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile
[mesa.git] / src / mesa / drivers /
2013-07-30 Marek Olšákmesa: default DEPTH_TEXTURE_MODE should be RED in the...
2013-07-29 Kenneth Graunkei965: Don't create a swrast context on ES2+.
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 Paulmeta: handle 2D texture arrays in decompress_texture_im...
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-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 Kenneth Graunkei965: Add MOCS shift and mask for SURFACE_STATE entries.
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-11 Anuj Phogati965/blorp: Fix clear rectangle alignment in fast color...
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.
2013-07-06 Chris Forbesi965: fix alpha test for MRT
2013-07-03 Kenneth Graunkei965: Move the rest of intel_tex_layout.c into brw_tex_...
2013-07-03 Kenneth Graunkei965: Push intel_get_texture_alignment_unit call into...
2013-07-03 Kenneth Graunkei965: Declare for-loop counters in the loop in brw_tex_...
2013-07-03 Kenneth Graunkei965: Remove use of GLuint/GLint in brw_tex_layout.c.
2013-07-03 Kenneth Graunkei965: Tidy the brw_tex_layout.c copyright and file...
2013-07-03 Kenneth Graunkei965: Move i945_texture_layout_2d to brw_tex_layout.c
2013-07-03 Kenneth Graunkei965: Remove fallthrough for Gen4 cube map layout.
2013-07-03 Kenneth Graunkei965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the...
2013-07-03 Kenneth Graunkei965: Pull 3D texture layout code out into a helper...
2013-07-03 Kenneth Graunkei965: Replace maxBatchSize variable with BATCH_SZ define.
2013-07-03 Kenneth Graunkei965: Move annotate_aub out of the vtable.
2013-07-03 Kenneth Graunkei965: Move debug_batch hook out of the vtable.
2013-07-03 Kenneth Graunkei965: Remove render_target_supported from the vtable.
2013-07-03 Kenneth Graunkei965: Move is_hiz_depth_format out of the vtable.
2013-07-03 Kenneth Graunkei965: Remove the invalidate_state() vtable hook.
2013-07-03 Kenneth Graunkei965: Replace fprintfs with assertions in GLenum compar...
2013-07-03 Kenneth Graunkei965: Replace intel_state.c enums with those from brw_d...
2013-07-03 Kenneth Graunkei965: Delete pre-DRI2.3 viewport hacks.
2013-07-03 Kenneth Graunkei965: Remove "There are probably better ways" comment.
2013-07-03 Kenneth Graunkei965: Delete brw_print_reg() function.
2013-07-03 Kenneth Graunkei965: Move contents of intel_clear.h to intel_context.h.
2013-07-03 Kenneth Graunkei965: Move contents of intel_extensions.h to intel_cont...
2013-07-03 Kenneth Graunkei965: Remove some dead code.
next