summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-18docs: Update stencil texturing & ES 3.1 status for i965 gen7gen7-stencil_texturingJordan Justen2-6/+6
2016-08-18i965: Enable OpenGLES 3.1 for Ivy Bridge & BaytrailJordan Justen1-1/+1
2016-08-18i965: Enable ARB_texture_stencil8 for Ivy Bridge & BaytrailJordan Justen1-4/+1
2016-08-18i965: Enable ARB_stencil_texturing for Ivy Bridge & BaytrailJordan Justen1-1/+1
2016-08-18wip: lower tg4Jordan Justen1-17/+32
2016-08-18wip: lower tg4Jordan Justen1-8/+78
2016-08-18wip: lower tg4Jordan Justen1-11/+27
2016-08-18wip: lower tg4Jordan Justen3-3/+100
2016-08-18debugJordan Justen1-0/+1
2016-08-18i965/debug_dump: Add depth, num_samples and qpitchJordan Justen1-0/+3
2016-08-18i965/debug: Add func intel_debug_dump_depth_miptree()Chad Versace2-20/+33
2016-08-18i965/debug: Add funcs that dump miptress and bosChad Versace4-0/+341
2016-08-18i965: Fall back to miptree for surface state format on external imagesJordan Justen1-1/+2
2016-08-18rework texop checkingKenneth Graunke1-3/+13
2016-08-18i965: Emulate GL_CLAMP_TO_BORDER for integer textures on Gen7.Kenneth Graunke4-8/+31
2016-08-18fix the base type of border color uniformsKenneth Graunke1-1/+3
2016-08-18nir: Add support for emulating border color.Kenneth Graunke4-1/+222
2016-08-18nir: Make a state struct in nir_lower_tex().Kenneth Graunke1-8/+16
2016-08-18nir: Make a nir_alu_type_get_glsl_base_type() helper.Kenneth Graunke1-0/+20
2016-08-18nir/builder: Add nir_ball_fequal and nir_bany_fnequal helpers.Kenneth Graunke1-0/+40
2016-08-18mesa: Add a gl_program::IntegerSamplers bitfield.Kenneth Graunke5-0/+17
2016-08-18docs: Update stencil texturing & ES 3.1 status for i965 HaswellJordan Justen2-3/+6
2016-08-18i965: Enable OpenGLES 3.1 for HaswellJordan Justen1-0/+5
2016-08-18i965: Enable ARB_texture_stencil8 for HaswellJordan Justen1-1/+1
2016-08-18i965: Enable ARB_stencil_texturing for HaswellJordan Justen1-1/+4
2016-08-18i965/gen7: Use stencil copy when sampling the stencil textureJordan Justen1-2/+10
2016-08-18i965/gen7: Copy stencil when sampling the stencil textureJordan Justen1-0/+5
2016-08-18i965: Add function to copy a stencil miptree to an R8_UINT miptreeJordan Justen2-1/+58
2016-08-18i965: Track that the stencil data was updated when using TexSubImageJordan Justen1-2/+5
2016-08-18i965: Track that the stencil data was updated when renderingJordan Justen1-0/+1
2016-08-18i965: Track that the stencil data was updated when clearingJordan Justen1-0/+8
2016-08-18i965: Add stencil miptree copy for samplingJordan Justen2-0/+14
2016-08-18i965/gen7: Only advertise 4 samples for RGBA32FJordan Justen1-3/+8
2016-08-18i965/hsw: Don't advertise more than 64 threads for compute shadersJordan Justen1-14/+25
2016-08-18main: Add MESA_VERBOSE=api support for glClearStencilJordan Justen1-0/+3
2016-08-18main: Add MESA_VERBOSE=api support for glTexImageJordan Justen1-0/+5
2016-08-18main: Add MESA_VERBOSE=api support for glFramebufferTexture*Jordan Justen1-0/+7
2016-08-18gen7 sim workaroundsJordan Justen5-68/+9
2016-08-18isl: automake: use VISIBILITY_CFLAGS to restrict symbol visibilityEmil Velikov1-8/+10
2016-08-18anv: remove dummy VK_DEBUG_MARKER_EXT entry pointsmil Velikov1-20/+0
2016-08-18anv: do not export the Vulkan APIEmil Velikov1-11/+0
2016-08-18anv: automake: build with -BsymbolicEmil Velikov1-0/+1
2016-08-18anv: automake: use VISIBILITY_CFLAGS to restrict symbol visibilityEmil Velikov2-3/+7
2016-08-18anv: remove internal 'validate' layerEmil Velikov2-110/+11
2016-08-18nir/search: Extend 'a@bool' to handle a couple of system values.Kenneth Graunke1-0/+7
2016-08-18nir/search: Fold src_is_bool()/alu_instr_is_bool() into src_is_type().Kenneth Graunke1-31/+19
2016-08-18nir/search: Introduce a src_is_type() helper for 'a@type' handling.Kenneth Graunke1-13/+29
2016-08-18i965: Fix barrier count shift in scalar TCS backend.Kenneth Graunke1-1/+1
2016-08-18i965: Fix execution size of scalar TCS barrier setup code.Kenneth Graunke1-6/+6
2016-08-18i965: Implement the WaPreventHSTessLevelsInterference workaround.Kenneth Graunke6-3/+175