summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2017-03-15i965: move brw_define.h ifndef guard to the topEmil Velikov1-3/+3
2017-03-15st/mesa: inform the driver of framebuffer changes before compute dispatchesNicolai Hähnle1-1/+9
2017-03-15st/glsl_to_tgsi: avoid iterating past the head of the instruction listNicolai Hähnle1-2/+9
2017-03-15i965/fs: emit MOV_INDIRECT with the source with the right register typeSamuel Iglesias Gonsálvez1-1/+1
2017-03-15i965/fs: fix source type when emitting MOV_INDIRECT to read ICP handlesSamuel Iglesias Gonsálvez1-3/+3
2017-03-15i965/fs: fix indirect load DF uniforms on BSW/BXTSamuel Iglesias Gonsálvez1-21/+20
2017-03-15i965/fs: detect different bit size accesses to uniforms to push them in prope...Samuel Iglesias Gonsálvez1-16/+34
2017-03-15i965/fs: mark last DF uniform array element as 64 bit live oneSamuel Iglesias Gonsálvez1-0/+3
2017-03-15st/mesa: set blend state for PBO readbacksMarek Olšák1-0/+6
2017-03-15st/mesa: reset sample_mask, min_sample, and render_condition for PBO opsMarek Olšák2-0/+13
2017-03-15intel/blorp: Explicitly flush all allocated stateJason Ekstrand1-0/+8
2017-03-15i965/fs: fix uninitialized memory accessLionel Landwerlin1-3/+2
2017-03-15i965/fs: Remove the inline pack_double_2x32 optimizationJason Ekstrand1-29/+0
2017-03-14mesa: Do (TCS && !TES) draw time validation in ES as well.Kenneth Graunke1-19/+26
2017-03-14st/mesa: don't pass compare mode for stencil-sampled texturesIlia Mirkin1-1/+1
2017-03-14i965: Use a better guardband calculation.Jason Ekstrand4-82/+126
2017-03-14i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke3-57/+30
2017-03-14dri/common: clear the loaderPrivate pointer in driDestroyDrawableNicolai Hähnle1-0/+12
2017-03-14i965: Support the force_glsl_version driconf option.Kenneth Graunke2-0/+4
2017-03-14i965: Fix check for negative pitch in can_do_fast_copy_blit().Kenneth Graunke1-6/+4
2017-03-14i965: Use a UW source type for CS_OPCODE_CS_TERMINATE.Kenneth Graunke1-1/+1
2017-03-14i965: Fix fast depth clears for surfaces with a dimension of 16384.Kenneth Graunke1-0/+12
2017-03-14st/mesa: destroy pipe_context before destroying st_context (v2)Marek Olšák1-6/+7
2017-03-14mesa: Don't advertise GL_OES_read_format in core profileIan Romanick1-1/+1
2017-03-13mesa/main: fix meta caller of _mesa_ClampColorNicolai Hähnle1-1/+2
2017-02-16i965/sampler_state: Set the "Base Mip Level" field on Sandy BridgeJason Ekstrand2-1/+20
2017-02-16i965/sampler_state: Pass texObj into update_sampler_stateJason Ekstrand1-6/+4
2017-02-16glsl: Track the linearized array index for each UBO instance array elementIan Romanick1-0/+15
2017-02-14i965/mt: Disable HiZ when sharing depth buffer externally (v2)Chad Versace1-7/+22
2017-02-10i965/gen6: Issue direct depth stall and flush after depth clearTopi Pohjolainen1-1/+6
2017-02-10i965: Make depth clear flushing more explicitTopi Pohjolainen2-8/+57
2017-02-09mesa/tests: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09dri/osmesa: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09dri/swrast: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09radeon, r200: automake: include builddir prior to srcdirEmil Velikov2-2/+2
2017-02-09i915: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09i965: automake: include builddir prior to srcdirEmil Velikov1-3/+3
2017-02-09i965: automake: correctly set MKDIR_GENEmil Velikov1-0/+1
2017-02-09st/mesa: MAX_VARYING is the max supported number of patch varyings, not minIlia Mirkin1-1/+1
2017-02-09vbo: process buffer binding state changes on draw when recordingIlia Mirkin1-0/+7
2017-02-09i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug.Kenneth Graunke1-0/+43
2017-02-08i965/blorp: Use the correct ISL format for combined depth/stencilJason Ekstrand1-0/+2
2017-01-24i965: Properly flush in hsw_pause_transform_feedback().Kenneth Graunke1-0/+3
2017-01-24i965: Make BLORP disable the NP Z PMA stall fix.Kenneth Graunke1-0/+4
2017-01-24i965: Fix texturing in the vec4 TCS and GS backends.Kenneth Graunke1-2/+12
2017-01-24i965: Fix last slot calculationsKenneth Graunke1-3/+13
2017-01-24meta: Disable dithering during glGenerateMipmapChad Versace1-0/+1
2017-01-24mesa/shaderobj: Fix races on refcountsChad Versace1-10/+5
2017-01-24mesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1Chad Versace1-0/+2
2017-01-24dri: Add __DRI_IMAGE_FORMAT_ARGB1555Chad Versace1-0/+4