summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Fix topogun-1.06-orc-84k-resize.trace crashNeha Bhende2019-02-011-0/+4
* mesa/st: wire up DiscardFramebufferJonathan Marek2019-01-291-0/+25
* mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possibleGert Wollny2019-01-281-1/+1
* mesa/st: rework support for sRGB framebuffer attachementsGert Wollny2019-01-284-18/+31
* st/mesa: fix PRIMITIVES_GENERATED query after the "pipeline stat single" changesMarek Olšák2019-01-231-1/+2
* st/mesa: purge framebuffers when unbinding a contextMarek Olšák2019-01-231-0/+5
* gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho2019-01-231-0/+2
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-153-2/+62
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-154-2/+45
* st/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS result fetching.Kenneth Graunke2019-01-151-43/+45
* st/mesa: Make an enum for pipeline statistics query result indices.Kenneth Graunke2019-01-151-11/+11
* st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS.Kenneth Graunke2019-01-111-0/+23
* st/mesa: don't leak pipe_surface if pipe_context is not currentMarek Olšák2019-01-091-1/+4
* st/mesa: don't reference pipe_surface locally in PBO codeMarek Olšák2019-01-091-3/+1
* st/mesa: unify window-system renderbuffer initializationMarek Olšák2019-01-093-21/+28
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-2/+2
* nir: Distinguish between normal uniforms and UBOsJason Ekstrand2019-01-081-2/+1
* st/glsl: refactor st_link_nir()Timothy Arceri2019-01-071-36/+16
* nir: rename nir_link_constant_varyings() nir_link_opt_varyings()Timothy Arceri2019-01-021-1/+1
* st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the stTimothy Arceri2019-01-021-1/+3
* st/mesa: expose GL_NV_shader_atomic_float when ATOMFADD is supportedIlia Mirkin2018-12-261-0/+1
* st/mesa: select ATOMFADD when source type is floatIlia Mirkin2018-12-262-0/+3
* st/mesa: allow glDrawElements to work with GL_SELECT feedbackIlia Mirkin2018-12-262-23/+42
* st/nir: Drop unused gl_program parameter in VS input handling helper.Kenneth Graunke2018-12-211-2/+2
* st/nir: Gather info after applying lowering FS variant featuresKenneth Graunke2018-12-211-0/+4
* st/mesa: Combine the DrawPixels and Bitmap passthrough VS programs.Kenneth Graunke2018-12-214-33/+22
* st/mesa: Don't open code the drawpixels vertex shader.Kenneth Graunke2018-12-211-27/+11
* st/mesa: Drop !passColor optimization in drawpixels shaders.Kenneth Graunke2018-12-212-28/+20
* st/mesa: Drop dead 'passthrough_fs' field.Kenneth Graunke2018-12-211-2/+0
* st/mesa: remove sampler associated with buffer texture in pbo logicIlia Mirkin2018-12-201-5/+0
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-171-1/+1
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-171-1/+1
* st/nir: Use nir_src_as_uint for tokensJason Ekstrand2018-12-161-5/+1
* mesa/st: Expose compute shaders when NIR support is advertised.Eric Anholt2018-12-131-7/+12
* mesa/st/nir: fix missing nir_compact_varyingsRob Clark2018-12-111-1/+2
* st/mesa: Add support for EXT_multisampled_render_to_textureKristian H. Kristensen2018-12-063-0/+5
* st/mesa: expose EXT_render_snorm on GLESMarek Olšák2018-12-041-0/+8
* st/mesa: expose GL_OES_texture_viewMarek Olšák2018-12-041-0/+1
* Revert "st/mesa: silenced unhanded enum warning in st_glsl_to_tgsi.cpp"Matt Turner2018-12-031-1/+0
* mesa/st: do not probe for the same texture-formats twiceErik Faye-Lund2018-12-031-4/+4
* android: st/mesa: fix building error due to sched_getcpu()Mauro Rossi2018-12-011-1/+1
* mesa/st: better colormask check for clear fallbackRob Clark2018-11-271-2/+8
* mesa/st: swap order of clear() and clear_with_quad()Rob Clark2018-11-271-3/+3
* mesa/st: Make st_pipe_vertex_format static.Mathias Fröhlich2018-11-262-4/+1
* mesa/st: Use binding information from the VAO in feedback rendering.Mathias Fröhlich2018-11-263-62/+68
* mesa/st: Avoid extra references in the feedback draw function scope.Mathias Fröhlich2018-11-261-2/+1