summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-25docs: Update stencil texturing & ES 3.1 status for i965 gen7gen7-es31Jordan Justen2-6/+6
2016-08-25i965: Enable OpenGLES 3.1 for Ivy Bridge & BaytrailJordan Justen1-1/+1
2016-08-25i965: Enable ARB_texture_stencil8 for Ivy Bridge & BaytrailJordan Justen1-4/+1
2016-08-25i965: Enable ARB_stencil_texturing for Ivy Bridge & BaytrailJordan Justen1-1/+1
2016-08-25wip: lower tg4Jordan Justen3-7/+205
2016-08-25i965/debug_dump: Add depth, num_samples and qpitchJordan Justen1-0/+3
2016-08-25i965/debug: Add func intel_debug_dump_depth_miptree()Chad Versace2-20/+33
2016-08-25i965/debug: Add funcs that dump miptress and bosChad Versace4-0/+341
2016-08-25i965: Fall back to miptree for surface state format on external imagesJordan Justen1-1/+2
2016-08-25rework texop checkingKenneth Graunke1-3/+13
2016-08-25i965: Emulate GL_CLAMP_TO_BORDER for integer textures on Gen7.Kenneth Graunke4-8/+31
2016-08-25fix the base type of border color uniformsKenneth Graunke1-1/+3
2016-08-25nir: Add support for emulating border color.Kenneth Graunke4-1/+222
2016-08-25nir: Make a state struct in nir_lower_tex().Kenneth Graunke1-8/+16
2016-08-25nir: Make a nir_alu_type_get_glsl_base_type() helper.Kenneth Graunke1-0/+20
2016-08-25nir/builder: Add nir_ball_fequal and nir_bany_fnequal helpers.Kenneth Graunke1-0/+40
2016-08-25mesa: Add a gl_program::IntegerSamplers bitfield.Kenneth Graunke5-0/+17
2016-08-25docs: Update stencil texturing & ES 3.1 status for i965 HaswellJordan Justen2-3/+6
2016-08-25i965: Enable OpenGLES 3.1 for HaswellJordan Justen1-0/+5
2016-08-25i965: Enable ARB_texture_stencil8 for HaswellJordan Justen1-1/+1
2016-08-25i965: Enable ARB_stencil_texturing for HaswellJordan Justen1-1/+4
2016-08-25i965/gen7: Use R8_UINT stencil copy when sampling the stencil textureJordan Justen1-2/+10
2016-08-25i965/gen7: Copy stencil when sampling the stencil textureJordan Justen1-0/+5
2016-08-25i965: Add function to copy a stencil miptree to an R8_UINT miptreeJordan Justen2-1/+60
2016-08-25i965: Track that the stencil data was updated when using Tex*ImageJordan Justen2-2/+8
2016-08-25i965: Track that the stencil data was updated when renderingJordan Justen1-0/+1
2016-08-25i965: Track that the stencil data was updated when clearingJordan Justen1-0/+8
2016-08-25i965/gen7: Add R8_UINT stencil miptree copy for samplingJordan Justen2-0/+14
2016-08-25i965: Fix assert with multisampling and cubemapsJordan Justen1-2/+4
2016-08-25i965/hsw: Adjust uploading default color for stencil surfacesJordan Justen1-2/+15
2016-08-25i965/hsw: Don't advertise more than 64 threads for compute shadersJordan Justen1-14/+25
2016-08-25main: Add MESA_VERBOSE=api support for glClearStencilJordan Justen1-0/+3
2016-08-25main: Add MESA_VERBOSE=api support for glTexImageJordan Justen1-0/+5
2016-08-24gen7 sim workaroundsJordan Justen5-68/+9
2016-08-24vl/rbsp: fix another three byte not detectedLeo Liu1-1/+1
2016-08-24radeonsi: fix VM faults due NULL internal const buffers on CIKMarek Olšák1-2/+11
2016-08-24gallium/winsys/kms: Look up the GEM handle after importing a prime FDTomasz Figa1-0/+4
2016-08-24gallium/winsys/kms: Move display target handle lookup to separate functionTomasz Figa1-9/+24
2016-08-24gallium/winsys/kms: Fully initialize kms_sw_dt at prime import time (v2)Tomasz Figa1-7/+11
2016-08-24gallium/winsys/kms: Fix double refcount when importing from prime FD (v2)Tomasz Figa1-1/+0
2016-08-24shaderapi: don't generate not linked error on GetProgramStage in generalAlejandro Piñeiro1-1/+18
2016-08-24gallium/cso: avoid unnecessary null dereferenceEric Engestrom1-1/+1
2016-08-24.gitignore: Ignore tags generated by `make tags`Eric Engestrom1-0/+1
2016-08-24st/xvmc: fix a couple 'unused-but-set-variable' warningsEric Engestrom1-2/+3
2016-08-24egl: turn a couple asserts static (compile-time)Eric Engestrom1-3/+4
2016-08-24i915: remove unnecessary `if`Eric Engestrom1-3/+1
2016-08-24i965: remove unnecessary `if`Eric Engestrom1-6/+2
2016-08-24program_resource: subroutine active uniforms should return NumSubroutineUniformsAlejandro Piñeiro1-23/+118
2016-08-24egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.Stencel, Joanna2-0/+4
2016-08-24st/va: Remove unused variable coded_size from vlVaEndPicture()Kai Wasserbäch1-1/+0