summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
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-24mesa: implement mipmap generation for compressed 2D array texturesBrian Paul1-16/+43
2013-07-24meta: handle 2D texture arrays in decompress_texture_image()Brian Paul1-2/+21
2013-07-24mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul1-28/+24
2013-07-24mesa: fix rgtc snorm decodingRoland Scheidegger1-3/+3
2013-07-22build: Add tests directories to SUBDIRSMatt Turner1-1/+1
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-18mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis3-0/+24
2013-07-18st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.Kenneth Graunke1-0/+1
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-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