summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* glsl: add ARB_bindless_texture operationsSamuel Pitoiset2017-05-061-0/+5
* st/glsl_to_tgsi: fix renumber_registers() in presence of dead codeSamuel Pitoiset2017-05-051-5/+34
* mesa/st: compute support for glsl_to_nirRob Clark2017-05-044-1/+32
* glsl: rename image_* qualifiers to memory_*Samuel Pitoiset2017-05-041-3/+3
* st/glsl_to_tgsi: remove unrequired tgsi_get_opcode_info() callTimothy Arceri2017-05-041-1/+1
* st/mesa: use min_index and max_index directly from vboMarek Olšák2017-04-281-7/+2
* st/mesa: add more fallback gallium formats for GL integer formatsBrian Paul2017-04-281-25/+25
* st/mesa: whitespace clean-ups in st_manager.cBrian Paul2017-04-281-7/+8
* st/mesa: remove redundant stfb->iface checksNicolai Hähnle2017-04-282-9/+2
* st/mesa: don't cast the incomplete framebufer to st_framebufferNicolai Hähnle2017-04-282-2/+4
* st/glsl_to_tgsi: make undef_src and undef_dst constNicolai Hähnle2017-04-281-2/+2
* st/glsl_to_tgsi: cleanup using visit_generic_intrinsicNicolai Hähnle2017-04-281-8/+2
* glsl: remove the shader_group_vote and shader_ballot expression opsNicolai Hähnle2017-04-281-18/+0
* st/glsl_to_tgsi: implement shader_group_vote and shader_ballot intrinsicsNicolai Hähnle2017-04-281-0/+36
* glsl: add intrinsics for ARB_shader_group_vote and ARB_shader_ballotNicolai Hähnle2017-04-281-0/+6
* st/mesa: minor clean-ups in st_update_renderbuffer_surface()Brian Paul2017-04-261-9/+8
* st/glsl_to_tgsi: disable the merge registers pass conditionallySamuel Pitoiset2017-04-261-1/+6
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-222-11/+9
* glsl: make use of glsl_type::is_double()Samuel Pitoiset2017-04-211-1/+1
* glsl: make use of glsl_type::is_boolean()Samuel Pitoiset2017-04-211-1/+1
* glsl: make use of glsl_type::is_record()Samuel Pitoiset2017-04-211-2/+2
* glsl: make use of glsl_type::is_array()Samuel Pitoiset2017-04-211-1/+1
* st/mesa: use one big translation table in st_pipe_vertex_formatMarek Olšák2017-04-201-242/+228
* st/mesa: check in advance in st_draw_vbo whether the bitmap cache is emptyMarek Olšák2017-04-201-1/+3
* st/mesa: put the bitmap_cache structure inside st_contextMarek Olšák2017-04-203-43/+36
* st/mesa: inline and optimize st_invalidate_readpix_cacheMarek Olšák2017-04-202-10/+11
* st/mesa: invalidate the readpix cache in st_indirect_draw_vboMarek Olšák2017-04-201-0/+2
* gallium: fold u_trim_pipe_prim call from st/mesa to driversMarek Olšák2017-04-201-10/+2
* st/mesa: add st_convert_sampler()Samuel Pitoiset2017-04-182-12/+36
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-4/+4
* st/mesa: enable ARB_shader_viewport_layer_arrayNicolai Hähnle2017-04-141-0/+5
* st/mesa: fix wrong comparison in update_framebuffer_state()Samuel Pitoiset2017-04-131-4/+4
* st/mesa: add some _mesa_is_winsys_fbo() assertionsBrian Paul2017-04-122-2/+9
* st/mesa: minor optimization in st_DrawBuffers()Brian Paul2017-04-121-8/+16
* mesa/st: only update samplers for stages that have changedTimothy Arceri2017-04-134-28/+94
* st/mesa: Fix missing-braces warning.Vinson Lee2017-04-121-1/+1
* mesa/st: remove _mesa_get_fallback_texture() callsTimothy Arceri2017-04-122-10/+3
* mesa/st: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+13
* st/mesa: Use compressed fog mode for atifs.Gustaw Smolarczyk2017-04-082-19/+4
* st/mesa: silence unused/uninitialized var warningsBrian Paul2017-04-071-1/+2
* st/pbo: select the right swizzle for instance IDsNicolai Hähnle2017-04-061-1/+2
* st/mesa: enable ARB_shader_ballotNicolai Hähnle2017-04-051-0/+1
* st/glsl_to_tgsi: implement ARB_shader_ballot system variablesNicolai Hähnle2017-04-051-0/+16
* st/glsl_to_tgsi: implement ARB_shader_ballot builtin functionsNicolai Hähnle2017-04-051-0/+9
* st/mesa: plumbing for sparse buffersNicolai Hähnle2017-04-051-0/+20
* st/mesa: enable ARB_sparse_buffer when supportedNicolai Hähnle2017-04-051-0/+4
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-043-20/+26
* glsl: Fix blob memory leakBartosz Tomczyk2017-04-041-1/+1
* st/mesa: add st_convert_image()Samuel Pitoiset2017-04-032-47/+63
* st/mesa: make 'st' const in st_mesa_format_to_pipe_format()Samuel Pitoiset2017-04-032-2/+2