summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* mesa: include mtypes.h lessMarek Olšák2018-04-1211-6/+14
* st/mesa: finalise tcs/tes/geom NIR before storing it to the cacheTimothy Arceri2018-04-101-2/+9
* st/mesa: exit st_translate_fragment_program() earlier for NIR pathTimothy Arceri2018-04-101-6/+6
* st/glsl_to_nir: set paramater value offset as driver location for packed unif...Timothy Arceri2018-04-103-11/+11
* st/mesa: stop calling _mesa_init_shader_object_functions()Timothy Arceri2018-04-101-1/+0
* mesa/st/nir: fix instruction removalRob Clark2018-04-091-1/+1
* mesa/st/nir: fix naked lowering pass callRob Clark2018-04-091-1/+1
* st/mesa: tex offsets can't be in a const or 2d-indexedIlia Mirkin2018-04-071-1/+5
* st/mesa: set stencil border color the same as intensityMarek Olšák2018-04-041-0/+2
* st/mesa: Also use PIPE_FORMAT_R8G8B8A8_SRGB for framebuffer_sRGB.Jakob Bornecrantz2018-04-031-1/+2
* st/mesa: don't draw if the bound element array buffer is not allocatedMarek Olšák2018-04-021-0/+7
* st/glsl_to_nir: gather next_stage in shader_infoTimothy Arceri2018-04-021-0/+15
* gallium: Push down the gl_vertex_array inputs into gallium.Mathias Fröhlich2018-03-315-14/+52
* st/mesa: add missing GLSL_TYPE_[U]INT8 cases in st_glsl_type_dword_size()Brian Paul2018-03-301-0/+3
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-292-5/+5
* st/mesa: silence unhandled switch case warningBrian Paul2018-03-291-1/+2
* st: Don't try to finalize the texture in st_render_texture().Eric Anholt2018-03-281-4/+0
* st/glsl_to_nir: set driver location for bindless images and samplersTimothy Arceri2018-03-281-1/+2
* st/glsl_to_nir: correctly handle arrays packed across multiple varsTimothy Arceri2018-03-281-1/+23
* st/glsl_to_nir: fix driver location for dual-slot packed doublesTimothy Arceri2018-03-281-6/+16
* st: Allow accelerated CopyTexImage from RGBA to RGB.Eric Anholt2018-03-261-6/+26
* mesa/st/tests: Use tgsi opcode enum also in the test classesGert Wollny2018-03-262-8/+8
* st/mesa: s/unsigned/enum pipe_shader_type/ for st_bind_ubos()Brian Paul2018-03-231-1/+1
* st/mesa: whitespace/formatting fixes in st_atom_constbuf.cBrian Paul2018-03-231-21/+36
* st/mesa: s/unsigned/enum pipe_shader_type/Brian Paul2018-03-232-3/+5
* st/mesa,tgsi: use enum tgsi_opcodeBrian Paul2018-03-232-28/+29
* mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich2018-03-221-0/+4
* st/mesa: add compiler/nir/ prefix for nir includesEmil Velikov2018-03-201-2/+2
* st/nir: fix atomic lowering for gallium driversTimothy Arceri2018-03-201-1/+1
* st/radeonsi: enable uniform packing in NIR backendTimothy Arceri2018-03-201-8/+2
* st: add uniform packing support to lower_uniforms_to_ubo()Timothy Arceri2018-03-203-7/+14
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+3
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-203-0/+112
* st: add st_glsl_type_dword_size() helperTimothy Arceri2018-03-202-0/+44
* st/glsl_to_nir: add support for packed builtin uniformsTimothy Arceri2018-03-201-5/+37
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-204-8/+15
* st/mesa: simplify st_init_limits() via tgsi_processor_to_shader_stageEmil Velikov2018-03-161-39/+6
* st/mesa: Factorize duplicate code in st_BlitFramebuffer()Guillaume Charifi2018-03-141-50/+26
* compiler: int8/uint8 supportKarol Herbst2018-03-141-0/+2
* gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument.Mathias Fröhlich2018-03-123-24/+11
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-104-71/+123
* st/mesa: gl_program::info.system_values_read is a 64-bit-fieldMichel Dänzer2018-03-092-7/+7
* st/mesa: expose 0 shader binary formats for compat profiles for QtMarek Olšák2018-03-074-6/+14
* st/glsl_to_nir: simplify st_nir_assign_var_locations() and fix for fs outputsTimothy Arceri2018-03-021-17/+13
* st/mesa: ensure that images don't try to reference non-existent levelsIlia Mirkin2018-02-271-0/+1
* glsl: Specify framebuffer fetch coherency mode in lower_blend_equation_advanc...Francisco Jerez2018-02-241-1/+2
* mesa: Rename dd_function_table::BlendBarrier to match latest EXT spec.Francisco Jerez2018-02-241-3/+3
* st/mesa: Factorize duplicate code for atomic buffer bindingGuillaume Charifi2018-02-201-38/+29
* st/mesa: Factorize duplicate code in st_update_framebuffer_state()Guillaume Charifi2018-02-201-13/+5
* mesa: add xbgr support adjacent to xrgbIlia Mirkin2018-02-191-0/+2