aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
...
* glsl_to_tgsi: clean up opcode translationMarek Olšák2017-08-221-62/+30
* mesa: pass ctx to add_uniform_to_shader constructorTimothy Arceri2017-08-222-2/+2
* mesa/st: simplify some UBO index logicTimothy Arceri2017-08-221-3/+2
* st/mesa: remove Windows hack for glFinishBrian Paul2017-08-161-12/+0
* st/mesa: fix a null pointer accessFrank Richter2017-08-161-1/+1
* st/mesa: correctly calculate the storage offsetTimothy Arceri2017-08-153-2/+163
* glsl: pass mem_ctx to constant_expression_value(...) and friendsTimothy Arceri2017-08-111-2/+5
* glsl: stop copying struct and interface member namesTimothy Arceri2017-08-111-18/+16
* glsl: calculate number of operands in an expression onceTimothy Arceri2017-08-111-3/+3
* mesa: hook up UUID queries for driver and deviceAndres Rodriguez2017-08-061-0/+22
* mesa/st: expose EXT_memory_object and EXT_memory_object_fdAndres Rodriguez2017-08-061-0/+2
* mesa/st: implement memory objects as a backend for buffer objectsAndres Rodriguez2017-08-061-17/+49
* mesa/st: implement memory objects as a backend for texture storageDave Airlie2017-08-062-12/+106
* mesa/st: factor out st_AllocTextureStorage into a helperAndres Rodriguez2017-08-061-7/+19
* mesa/st: start adding memory object supportDave Airlie2017-08-063-0/+91
* st/mesa: fix handling of NumSamples=1 (v2)Brian Paul2017-08-032-4/+6
* st/mesa: minor clean-ups in st_atom_msaa.cBrian Paul2017-08-031-16/+18
* gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom2017-08-033-0/+27
* st/mesa: replace st_shader_stage_to_ptargetNicolai Hähnle2017-08-025-31/+8
* mesa/st: Reduce the number of frontbuffer flush callsThomas Hellstrom2017-08-022-39/+10
* st/mesa: implement ARB_transform_feedback_overflow_queryNicolai Hähnle2017-08-022-1/+4
* mesa/st: fix conditional jump depends on uninitialised valueTimothy Arceri2017-08-021-0/+1
* Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."Dave Airlie2017-08-011-26/+29
* Revert "st/mesa: release sampler views when redefining a texture in st_contex...Marek Olšák2017-07-311-2/+0
* st/glsl_to_nir: move nir_lower_io to driversNicolai Hähnle2017-07-311-2/+1
* st/mesa: get rid of st_glsl_typesNicolai Hähnle2017-07-314-160/+13
* st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driverNicolai Hähnle2017-07-311-1/+6
* st/glsl_to_nir: fix the case where NIR clone testing is enabledNicolai Hähnle2017-07-311-1/+2
* st/mesa: remove useless st_bufferobj_validate_usage()Samuel Pitoiset2017-07-282-19/+0
* st/mesa: remove st_cache.hSamuel Pitoiset2017-07-281-69/+0
* st/glsl_to_tgsi: fix getting the image type for array of structsSamuel Pitoiset2017-07-281-1/+1
* mesa: drop fence type parameter from NewSyncObject()Samuel Pitoiset2017-07-281-9/+4
* st/mesa: release sampler views when redefining a texture in st_context_teximageMarek Olšák2017-07-281-0/+2
* st/mesa: always unconditionally revalidate main framebuffer after SwapBuffersMarek Olšák2017-07-281-0/+10
* st/mesa: Fix inversed test in st_api_destroy_drawableMichel Dänzer2017-07-271-1/+1
* st/mesa: also clamp and quantize per-unit lod biasMarek Olšák2017-07-263-4/+6
* st/mesa: fix unconditional return in st_framebuffer_iface_removeMarek Olšák2017-07-261-1/+1
* mesa/st: fix inconsistent indentation of st_cb_bufferobjects.cAndres Rodriguez2017-07-261-18/+18
* mesa/st: fix unused variable warningsTimothy Arceri2017-07-264-10/+11
* mesa/st: move st_pipe_format_to_mesa_format() call to where its usedTimothy Arceri2017-07-261-2/+1
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-241-27/+80
* st/mesa: use proper resource target type in st_AllocTextureStorage()Brian Paul2017-07-221-1/+4
* st/glsl_to_tgsi: don't optimize mul+add to mad if expression is preciseKarol Herbst2017-07-211-1/+1
* tgsi: populate preciseKarol Herbst2017-07-213-24/+24
* st/glsl_to_tgsi: handle precise modifierKarol Herbst2017-07-211-0/+13
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-202-1/+99
* st/mesa: init winsys buffers list only if context creation succeedsCharmaine Lee2017-07-111-3/+3
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-143-5/+14
* st/mesa: handle stfbi being NULL on entry of st_framebuffer_reuse_or_createLucas Stach2017-07-141-0/+3
* st/mesa: Handle st_framebuffer_create returning NULLMichel Dänzer2017-07-131-3/+5