summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Remove the now unused gl_vertex_array.Mathias Fröhlich2018-05-104-44/+2
* st/mesa: Make feedback draw and rasterpos use _DrawVAO.Mathias Fröhlich2018-05-102-65/+24
* st/mesa: Use Array._DrawVAO in st_atom_array.c.Mathias Fröhlich2018-05-101-325/+108
* st/mesa: Make the input_to_index array available.Mathias Fröhlich2018-05-103-5/+21
* st/mesa: Use _DrawVAO for edgeflag enabled check.Mathias Fröhlich2018-05-101-7/+4
* mesa: add GLSLVersionCompat constantTimothy Arceri2018-05-091-0/+1
* compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga2018-05-031-1/+1
* st/mesa: add support for nvidia conservative rasterization extensionsRhys Perry2018-04-303-0/+51
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-011-3/+4
* st: Choose a 2101010 format for GL_RGB/GL_RGBA with a 2_10_10_10 type.Eric Anholt2018-04-261-0/+13
* st/mesa: fix missing setting of _ElementSize in new_draw_rasterpos_stageCharmaine Lee2018-04-261-0/+5
* st/mesa: add new driver function DrawBufferAllocateTimothy Arceri2018-04-251-6/+4
* autotools: Include new meson files18.1-branchpointDylan Baker2018-04-201-0/+2
* meson: Build st_tests_common with gtestMike Lothian2018-04-191-1/+1
* glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extractMarek Olšák2018-04-181-0/+5
* meson: build tests for gallium mesa state trackerDylan Baker2018-04-181-0/+40
* mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri2018-04-171-5/+4
* 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