summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: fix fallout from xfb changes.Dave Airlie2016-03-311-2/+2
* glsl: add transform feedback buffers to resource listTimothy Arceri2016-03-311-1/+1
* mesa: split transform feedback buffer into its own structTimothy Arceri2016-03-311-1/+1
* st/mesa: simplify st_generate_mipmap()Brian Paul2016-03-291-78/+24
* st/mesa: implement new DMA-buf based VDPAU interop v2Christian König2016-03-291-49/+132
* st/mesa: enable OES_texture_buffer when all components availableIlia Mirkin2016-03-291-0/+6
* mesa: remove initialized field from uniform storageTimothy Arceri2016-03-291-37/+0
* mesa/st: Fix NULL access if no fragment shader is boundBas Nieuwenhuizen2016-03-281-2/+2
* st/mesa: only minify height if target != 1D array in st_finalize_textureMarek Olšák2016-03-281-1/+6
* st/mesa: fix handling the fallback textureMiklós Máté2016-03-271-3/+4
* st/mesa: enable GL_ATI_fragment_shaderMiklós Máté2016-03-271-0/+1
* st/mesa: implement GL_ATI_fragment_shaderMiklós Máté2016-03-278-4/+1062
* mesa/st: Remove GLSLVersion clampingEdward O'Callaghan2016-03-271-10/+5
* st/mesa: use RGBA instead of BGRA for SRGB_ALPHANicolai Hähnle2016-03-241-1/+1
* mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen2016-03-242-3/+4
* st/mesa: add missing MemoryBarrier bits and some explanationsNicolai Hähnle2016-03-231-1/+24
* st/mesa: add support for internalformat query2.Dave Airlie2016-03-222-10/+45
* st/mesa: translate additional flags in MemoryBarrierNicolai Hähnle2016-03-211-3/+18
* st/mesa: emit sampler view decls in drawpixels codeBrian Paul2016-03-212-1/+19
* st/mesa: emit sampler view declaration in bitmap shaderBrian Paul2016-03-211-0/+4
* st/mesa: emit sampler view declarations for ARB vert/frag programsBrian Paul2016-03-211-0/+22
* st/mesa: use correct TGSI texture target in drawpix fragment shaderBrian Paul2016-03-213-4/+11
* st/mesa: use correct TGSI texture target in bitmap fragment shaderBrian Paul2016-03-213-3/+11
* gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()Brian Paul2016-03-212-7/+7
* st/mesa: use the texture view's format for render-to-textureNicolai Hähnle2016-03-211-7/+15
* tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-211-1/+1
* st/mesa: report correct precision information for low/medium/high intsIlia Mirkin2016-03-201-0/+7
* st/mesa: only minify depth for 3d targetsIlia Mirkin2016-03-201-1/+4
* st/mesa: set TGSI property NEXT_SHADERMarek Olšák2016-03-191-0/+36
* st/mesa: clean up st_translate_texture_target()Brian Paul2016-03-181-25/+44
* st/mesa: simplify drawpixels shader code with tgsi transform helper functionsBrian Paul2016-03-181-64/+18
* st/mesa: simplify bitmap shader code with tgsi transform helper functionsBrian Paul2016-03-181-37/+8
* st/mesa: honour sized internal formats in st_choose_format (v2)Nicolai Hähnle2016-03-171-21/+6
* st/mesa: set image access flags in st_bind_imagesNicolai Hähnle2016-03-141-0/+15
* st/glsl_to_tgsi: set FS_EARLY_DEPTH_STENCIL when requiredNicolai Hähnle2016-03-141-0/+3
* st/glsl_to_tgsi: set memory access type on image intrinsicsNicolai Hähnle2016-03-141-0/+7
* st/glsl_to_tgsi: provide Texture and Format information for image opsNicolai Hähnle2016-03-141-9/+15
* st/mesa: check that the image unit is valid in st_bind_imagesNicolai Hähnle2016-03-111-1/+2
* st/mesa: remove ST_NEW_MESA flag (v2)Marek Olšák2016-03-114-6/+4
* st/mesa: add GL_ARB_shader_atomic_counter_ops supportIlia Mirkin2016-03-102-7/+57
* st/mesa: shader image atoms must be before framebuffer updateNicolai Hähnle2016-03-091-6/+6
* st/mesa: conditionally enable GL_NV_vdpau_interopChristian König2016-03-082-0/+8
* st/mesa: don't force per-sample interp if only sampleid/pos are usedIlia Mirkin2016-03-052-12/+6
* st/mesa: 78-column wrapping in st_extensions.cBrian Paul2016-03-051-68/+107
* st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hookEduardo Lima Mitev2016-03-033-8/+40
* st/mesa: move dereference after null checkThomas Hindoe Paaboel Andersen2016-03-021-1/+3
* program: Remove NV_fragment_program Abs support.Matt Turner2016-03-011-3/+0
* program: Remove condition-code and precision support.Matt Turner2016-03-011-6/+0
* program: Remove OPCODE_KIL_NV.Matt Turner2016-03-011-3/+0
* program: Remove RelAddr2 support.Matt Turner2016-03-011-9/+0