summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* build: Add tests directories to SUBDIRSMatt Turner2013-07-221-1/+1
* scons: Don't use -z defs ld option on Mac.José Fonseca2013-07-211-1/+2
* scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca2013-07-191-0/+3
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differentlyTomasz Lis2013-07-183-0/+24
* st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.Kenneth Graunke2013-07-181-0/+1
* i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.Kenneth Graunke2013-07-181-0/+1
* i965: Combine URB code emission into a single group.Kenneth Graunke2013-07-181-10/+2
* i965/hsw: Change L3 MOCS for depth, hiz, and stencilChad Versace2013-07-182-4/+9
* i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PSChad Versace2013-07-183-3/+9
* i965/hsw: Change L3 MOCS of SURFACE_STATChad Versace2013-07-182-2/+8
* i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERSChad Versace2013-07-182-0/+6
* dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis2013-07-181-6/+0
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-181-1/+4
* glx: Changes to visual configs initialization.Tomasz Lis2013-07-181-1/+6
* i965: Add #defines for Memory Object Control State fields on Gen7-7.5.Kenneth Graunke2013-07-181-0/+26
* gen_matypes: fix cross-compiling with gccMike Frysinger2013-07-183-6/+49
* i965: Add MOCS shift and mask for SURFACE_STATE entries.Kenneth Graunke2013-07-181-0/+3
* mesa: Remove commas at end of enumerator lists.Vinson Lee2013-07-171-4/+4
* osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst2013-07-161-3/+3
* i965/Gen4: Zero extra coordinates for ir_texChris Forbes2013-07-161-0/+4
* i965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS notes.Kenneth Graunke2013-07-151-2/+2
* i965: Refer people to brw_tex_layout.c rather than the BSpec.Kenneth Graunke2013-07-151-2/+2
* i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets.Kenneth Graunke2013-07-152-5/+5
* i965: Cite the Ivybridge PRM for 3DSTATE_URB_* programming.Kenneth Graunke2013-07-151-2/+3
* i965: Update workaround flush comments for Gen6 3DSTATE_VS.Kenneth Graunke2013-07-152-2/+6
* i965: Cite the Ivybridge PRM for VS PIPE_CONTROL workarounds.Kenneth Graunke2013-07-151-2/+2
* i965: Cite the Sandybridge PRM for Gen7 stencil pitch requirements.Kenneth Graunke2013-07-151-9/+5
* i965: Cite the Ivybridge PRM for multisample surface format notes.Kenneth Graunke2013-07-151-13/+9
* i965: Delete "the data cache is the sampler cache" comments on Gen7+.Kenneth Graunke2013-07-151-12/+0
* i965: Cite the 965 PRM for "the data cache is the sampler cache".Kenneth Graunke2013-07-151-3/+3
* i965: Cite the Ivybridge PRM for DP message descriptor fields.Kenneth Graunke2013-07-151-3/+3
* i965: Cite the Ivybridge PRM for why the fake MRF range is what it is.Kenneth Graunke2013-07-151-1/+1
* i965: Cite the Ivybridge PRM for SFID enum values.Kenneth Graunke2013-07-151-2/+1
* i965: Gen4/5: use IEEE floating point mode for GLSL shaders.Chris Forbes2013-07-142-2/+17
* i965/vs: Gen4/5: enable front colors if back colors are writtenChris Forbes2013-07-141-0/+6
* gallium: fixup definitions of the rsq and sqrtZack Rusin2013-07-111-2/+4
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-122-5/+6
* tgsi: fix-up KILP commentsBrian Paul2013-07-121-0/+1
* mesa: update glext.h to version 20130708Brian Paul2013-07-124-4/+4
* mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter()Brian Paul2013-07-121-1/+15
* mesa: simplify some _mesa_IsEnabled() queriesBrian Paul2013-07-121-10/+11
* mesa: whitespace, formatting, 80-column wrappingBrian Paul2013-07-121-12/+18
* mesa: s/unsigned/int/ to fix MSVC warning in uniforms.cBrian Paul2013-07-121-1/+1
* mesa: s/GLuint/GLint/ to silence MSVC warning in textore.cBrian Paul2013-07-121-1/+1
* mesa: add casts to fix MSVC warnings in multisample.cBrian Paul2013-07-121-2/+3
* mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul2013-07-121-2/+2
* mesa: fix inconsistent function declaration, definitionsBrian Paul2013-07-122-4/+4
* mesa: add cast to silence MSVC warningBrian Paul2013-07-121-1/+1
* i965/blorp: Fix clear rectangle alignment in fast color clearAnuj Phogat2013-07-101-4/+19
* mesa: Set ProfileMask properly for core profile.Matt Turner2013-07-091-2/+4