summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-07-29i965: Don't create a swrast context on ES2+.Kenneth Graunke1-1/+1
2013-07-27i965/vs: Fix flaky texture swizzlingChris Forbes1-1/+1
2013-07-25Revert "i965: Delete pre-DRI2.3 viewport hacks."Kenneth Graunke3-1/+25
2013-07-25i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry2-2/+2
2013-07-24meta: handle 2D texture arrays in decompress_texture_image()Brian Paul1-2/+21
2013-07-21scons: Don't use -z defs ld option on Mac.José Fonseca1-1/+2
2013-07-19scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca1-0/+3
2013-07-18i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.Kenneth Graunke1-0/+1
2013-07-18i965: Combine URB code emission into a single group.Kenneth Graunke1-10/+2
2013-07-18i965/hsw: Change L3 MOCS for depth, hiz, and stencilChad Versace2-4/+9
2013-07-18i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PSChad Versace3-3/+9
2013-07-18i965/hsw: Change L3 MOCS of SURFACE_STATChad Versace2-2/+8
2013-07-18i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERSChad Versace2-0/+6
2013-07-18dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis1-6/+0
2013-07-18glx: Validate the GLX_RENDER_TYPE valueTomasz Lis1-1/+4
2013-07-18glx: Changes to visual configs initialization.Tomasz Lis1-1/+6
2013-07-18i965: Add #defines for Memory Object Control State fields on Gen7-7.5.Kenneth Graunke1-0/+26
2013-07-18i965: Add MOCS shift and mask for SURFACE_STATE entries.Kenneth Graunke1-0/+3
2013-07-16osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst1-3/+3
2013-07-16i965/Gen4: Zero extra coordinates for ir_texChris Forbes1-0/+4
2013-07-15i965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS notes.Kenneth Graunke1-2/+2
2013-07-15i965: Refer people to brw_tex_layout.c rather than the BSpec.Kenneth Graunke1-2/+2
2013-07-15i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets.Kenneth Graunke2-5/+5
2013-07-15i965: Cite the Ivybridge PRM for 3DSTATE_URB_* programming.Kenneth Graunke1-2/+3
2013-07-15i965: Update workaround flush comments for Gen6 3DSTATE_VS.Kenneth Graunke2-2/+6
2013-07-15i965: Cite the Ivybridge PRM for VS PIPE_CONTROL workarounds.Kenneth Graunke1-2/+2
2013-07-15i965: Cite the Sandybridge PRM for Gen7 stencil pitch requirements.Kenneth Graunke1-9/+5
2013-07-15i965: Cite the Ivybridge PRM for multisample surface format notes.Kenneth Graunke1-13/+9
2013-07-15i965: Delete "the data cache is the sampler cache" comments on Gen7+.Kenneth Graunke1-12/+0
2013-07-15i965: Cite the 965 PRM for "the data cache is the sampler cache".Kenneth Graunke1-3/+3
2013-07-15i965: Cite the Ivybridge PRM for DP message descriptor fields.Kenneth Graunke1-3/+3
2013-07-15i965: Cite the Ivybridge PRM for why the fake MRF range is what it is.Kenneth Graunke1-1/+1
2013-07-15i965: Cite the Ivybridge PRM for SFID enum values.Kenneth Graunke1-2/+1
2013-07-14i965: Gen4/5: use IEEE floating point mode for GLSL shaders.Chris Forbes2-2/+17
2013-07-14i965/vs: Gen4/5: enable front colors if back colors are writtenChris Forbes1-0/+6
2013-07-10i965/blorp: Fix clear rectangle alignment in fast color clearAnuj Phogat1-4/+19
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke74-237/+136
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke67-622/+483
2013-07-09i965: Move intel_context::has_llc to brw_context.Kenneth Graunke6-9/+7
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke29-64/+61
2013-07-09i965: Move must_use/has_separate_stencil fields to brw_context.Kenneth Graunke6-13/+11
2013-07-09i965: Move intel_context::has_hiz to brw_context.Kenneth Graunke4-5/+4
2013-07-09i965: Free brw, not intel.Kenneth Graunke1-1/+1
2013-07-09i965: Shorten context base class dereference chains.Kenneth Graunke12-31/+28
2013-07-09i965: Move intel_context::has_swizzling to brw_context.Kenneth Graunke5-11/+7
2013-07-09i965: Move intel_context::intelScreen to brw_context.Kenneth Graunke9-30/+24
2013-07-09i965: Delete unused intel_context::driFd field.Kenneth Graunke2-3/+0
2013-07-09i965: Store brw_context as the DRI driver private, not intel_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::driContext to brw_context.Kenneth Graunke4-9/+7
2013-07-09i965: Move intel_context::NewGLState to brw_context.Kenneth Graunke4-6/+5