summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)AuthorFilesLines
2018-07-12CHROMIUM: st/mesa: Do not flush front buffer on context flushStéphane Marchesin1-3/+0
2018-06-19mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri1-0/+3
2018-06-19mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri1-0/+3
2018-06-14st/mesa: add support for ARB_sample_locationsRhys Perry8-7/+129
2018-06-14st/mesa: add missing switch cases in glsl_to_tgsi_visitor::visit()Brian Paul1-0/+2
2018-06-06nir: Add an ALU lowering pass for mul_high.Eric Anholt1-0/+1
2018-06-01st/mesa: relax requirements for ARB_ES3_compatibilityMarek Olšák1-4/+7
2018-05-29mesa: expose ARB_tessellation_shader in the compatibility profileMarek Olšák1-1/+3
2018-05-29st/mesa: use PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-10/+15
2018-05-29st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)Marek Olšák1-1/+2
2018-05-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2-2/+2
2018-05-28Revert "st/nir: use NIR for asm programs"Eric Anholt1-58/+7
2018-05-25st/mesa: simplify lastLevel determination in st_finalize_textureMarek Olšák1-13/+4
2018-05-18st/mesa: only define GLSL 1.4 for compat if driver supports itChristian Gmeiner1-1/+1
2018-05-17mesa: Remove flush_vertices argument from VAO methods.Mathias Fröhlich1-2/+2
2018-05-15mesa/st: handle vert_attrib_mask in nir case tooRob Clark1-7/+7
2018-05-12gallium: remove aux_vertex_buffer_slot codeMarek Olšák5-28/+7
2018-05-12st/nir: use NIR for asm programsTimothy Arceri1-7/+58
2018-05-12st/nir: make st_nir_opts() available externallyTimothy Arceri2-1/+3
2018-05-10mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.Mathias Fröhlich1-1/+0
2018-05-10st/mesa: Remove the now unused gl_vertex_array.Mathias Fröhlich4-44/+2
2018-05-10st/mesa: Make feedback draw and rasterpos use _DrawVAO.Mathias Fröhlich2-65/+24
2018-05-10st/mesa: Use Array._DrawVAO in st_atom_array.c.Mathias Fröhlich1-325/+108
2018-05-10st/mesa: Make the input_to_index array available.Mathias Fröhlich3-5/+21
2018-05-10st/mesa: Use _DrawVAO for edgeflag enabled check.Mathias Fröhlich1-7/+4
2018-05-09mesa: add GLSLVersionCompat constantTimothy Arceri1-0/+1
2018-05-03compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga1-1/+1
2018-04-30st/mesa: add support for nvidia conservative rasterization extensionsRhys Perry3-0/+51
2018-05-01nir: move GL specific passes to src/compiler/glslTimothy Arceri1-3/+4
2018-04-26st: Choose a 2101010 format for GL_RGB/GL_RGBA with a 2_10_10_10 type.Eric Anholt1-0/+13
2018-04-26st/mesa: fix missing setting of _ElementSize in new_draw_rasterpos_stageCharmaine Lee1-0/+5
2018-04-25st/mesa: add new driver function DrawBufferAllocateTimothy Arceri1-6/+4
2018-04-20autotools: Include new meson files18.1-branchpointDylan Baker1-0/+2
2018-04-19meson: Build st_tests_common with gtestMike Lothian1-1/+1
2018-04-18glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extractMarek Olšák1-0/+5
2018-04-18meson: build tests for gallium mesa state trackerDylan Baker1-0/+40
2018-04-17mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri1-5/+4
2018-04-12mesa: include mtypes.h lessMarek Olšák11-6/+14
2018-04-10st/mesa: finalise tcs/tes/geom NIR before storing it to the cacheTimothy Arceri1-2/+9
2018-04-10st/mesa: exit st_translate_fragment_program() earlier for NIR pathTimothy Arceri1-6/+6
2018-04-10st/glsl_to_nir: set paramater value offset as driver location for packed unif...Timothy Arceri3-11/+11
2018-04-10st/mesa: stop calling _mesa_init_shader_object_functions()Timothy Arceri1-1/+0
2018-04-09mesa/st/nir: fix instruction removalRob Clark1-1/+1
2018-04-09mesa/st/nir: fix naked lowering pass callRob Clark1-1/+1
2018-04-07st/mesa: tex offsets can't be in a const or 2d-indexedIlia Mirkin1-1/+5
2018-04-04st/mesa: set stencil border color the same as intensityMarek Olšák1-0/+2
2018-04-03st/mesa: Also use PIPE_FORMAT_R8G8B8A8_SRGB for framebuffer_sRGB.Jakob Bornecrantz1-1/+2
2018-04-02st/mesa: don't draw if the bound element array buffer is not allocatedMarek Olšák1-0/+7
2018-04-02st/glsl_to_nir: gather next_stage in shader_infoTimothy Arceri1-0/+15
2018-03-31gallium: Push down the gl_vertex_array inputs into gallium.Mathias Fröhlich5-14/+52