summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
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-18gen_matypes: fix cross-compiling with gccMike Frysinger3-6/+49
2013-07-18i965: Add MOCS shift and mask for SURFACE_STATE entries.Kenneth Graunke1-0/+3
2013-07-17mesa: Remove commas at end of enumerator lists.Vinson Lee1-4/+4
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-11gallium: fixup definitions of the rsq and sqrtZack Rusin1-2/+4
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul2-5/+6
2013-07-12tgsi: fix-up KILP commentsBrian Paul1-0/+1
2013-07-12mesa: update glext.h to version 20130708Brian Paul4-4/+4
2013-07-12mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter()Brian Paul1-1/+15
2013-07-12mesa: simplify some _mesa_IsEnabled() queriesBrian Paul1-10/+11
2013-07-12mesa: whitespace, formatting, 80-column wrappingBrian Paul1-12/+18
2013-07-12mesa: s/unsigned/int/ to fix MSVC warning in uniforms.cBrian Paul1-1/+1
2013-07-12mesa: s/GLuint/GLint/ to silence MSVC warning in textore.cBrian Paul1-1/+1
2013-07-12mesa: add casts to fix MSVC warnings in multisample.cBrian Paul1-2/+3
2013-07-12mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul1-2/+2
2013-07-12mesa: fix inconsistent function declaration, definitionsBrian Paul2-4/+4
2013-07-12mesa: add cast to silence MSVC warningBrian Paul1-1/+1
2013-07-10i965/blorp: Fix clear rectangle alignment in fast color clearAnuj Phogat1-4/+19
2013-07-09mesa: Set ProfileMask properly for core profile.Matt Turner1-2/+4
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