summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)AuthorFilesLines
2015-05-16gallium: disable tessellation shaders for meta opsMarek Olšák4-2/+26
2015-05-15st/mesa: Flush the bitmap cache in st_BlitFramebufferFredrik Höglund1-0/+4
2015-05-14st/mesa: Enable ARB_direct_state_accessFredrik Höglund1-0/+6
2015-05-14main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand1-1/+1
2015-05-12st/mesa: update stencil surface if it comes from textureIlia Mirkin1-1/+4
2015-05-12st/mesa: translate st_api robustness flags to gl_context flagsMarek Olšák1-0/+4
2015-05-12st/mesa: implement GetGraphicsResetStatusMarek Olšák4-6/+42
2015-05-11st/mesa: make sure to create a "clean" bool when doing i2bIlia Mirkin1-1/+1
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-1/+1
2015-05-08st/mesa: add double input support including lowering (v3.1)Dave Airlie5-45/+164
2015-05-08st/glsl_to_tgsi: fix ir_assignment hack doing bad things for doublesDave Airlie1-0/+1
2015-05-05st/mesa: fix pipe_query_result result initializerBrian Paul1-1/+1
2015-05-05st/mesa: fix st_NewPerfMonitor() declarationBrian Paul1-1/+1
2015-05-05st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10Brian Paul1-1/+1
2015-05-06st/mesa: implement GL_AMD_performance_monitorChristoph Bumiller3-0/+498
2015-04-28st/mesa: allow glsl version up to 410, enable ARB_shader_precisionIlia Mirkin1-2/+4
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-23st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie4-16/+22
2015-04-17mesa/st: Free st_translate with FREE macro.Brian Paul1-1/+1
2015-04-16glsl_to_tgsi: only associate the uniform storage once at link timeMarek Olšák1-24/+0
2015-04-16glsl_to_tgsi: add STATE_FB_WPOS_Y_TRANSFORM at link timeMarek Olšák1-20/+24
2015-04-16glsl_to_tgsi: add assertions for detecting out-of-bounds immediates accessMarek Olšák1-0/+6
2015-04-16glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levelsMarek Olšák1-5/+3
2015-04-16glsl_to_tgsi: fix out-of-bounds constant access and crash for uniformsMarek Olšák1-4/+7
2015-04-16glsl_to_tgsi: cleanup includesMarek Olšák3-25/+10
2015-04-16st/mesa: add a debug option to compile shaders at link timeMarek Olšák6-4/+55
2015-04-15st/mesa: log shaders, GLSL info log with _mesa_log()Brian Paul1-6/+4
2015-04-14state_tracker: replace __FUNCTION__ with __func__Marius Predut8-18/+18
2015-04-14st/mesa: align cube map arrays layersDave Airlie1-1/+1
2015-04-14st/mesa: convert sub image for cube map arrays to 2d arrays for uploadDave Airlie1-0/+5
2015-04-06st/mesa: Remove unused emit_scs().Matt Turner1-98/+0
2015-04-06glsl: Remove never used sin_reduced/cos_reduced.Matt Turner1-6/+0
2015-03-26st/mesa: initialize have_fma in constructorIlia Mirkin1-0/+1
2015-03-26st/mesa: update arrays when the current attrib has been updatedIlia Mirkin1-1/+1
2015-03-26st_glsl_to_tgsi: only do mov copy propagation on temps (v2)Dave Airlie1-0/+1
2015-03-22st/vdpau: Avoid constness cast warnings.Jose Fonseca1-1/+1
2015-03-17main: Refactor ClearBuffer[Sub]Data.Laura Ekstrand1-2/+2
2015-03-16gallium: add FMA and DFMA opcodes (v3)Marek Olšák1-4/+9
2015-03-09st/mesa: drop unused texture functionDave Airlie2-50/+0
2015-03-09mesa/st: remove unused TexDataDave Airlie2-27/+0
2015-03-05st/mesa: include stdio.h where neededBrian Paul2-0/+2
2015-03-02st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul10-45/+45
2015-02-26st/mesa: replace INLINE with inlineBrian Paul15-37/+37
2015-02-24st/mesa: remove unused/broken function st_print_shadersMarek Olšák2-49/+0
2015-02-24st/mesa: remove struct qualifier from st_src_reg parameterBrian Paul1-1/+1
2015-02-24st/mesa: cleanup st_translate_geometry_programMarek Olšák1-102/+30
2015-02-24st/mesa: inline st_free_tokensMarek Olšák3-17/+3
2015-02-24st/mesa: cleanup st_geometry_program structureMarek Olšák3-74/+36
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner2-7/+7
2015-02-19st/mesa: lower DFRACEXP/DLDEXP when they are not supportedIlia Mirkin1-0/+3