summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: remove useless break statementBrian Paul2016-02-241-1/+0
* st/mesa: rename st_readpixels to st_ReadPixelsBrian Paul2016-02-241-2/+2
* st/mesa: fix frontbuffer glReadPixels regressionsBrian Paul2016-02-241-2/+11
* st/mesa: force depth mode to GL_RED for sized depth/stencil formatsIlia Mirkin2016-02-191-9/+25
* st/mesa: fix pbo uploadsIlia Mirkin2016-02-191-10/+18
* st/mesa: implement a simple cache for glDrawPixelsBrian Paul2016-02-193-0/+97
* st/mesa: disable depth/stencil/alpha tests in PBO uploadNicolai Hähnle2016-02-181-0/+8
* st/mesa: new st_DrawAtlasBitmaps() function for drawing bitmap textBrian Paul2016-02-172-3/+141
* st/mesa: apply DepthMode swizzle to stencil texturing as wellIlia Mirkin2016-02-171-2/+0
* st/mesa: fix up result_src.type when doing i2u/u2i conversionsIlia Mirkin2016-02-171-0/+1
* st/mesa: use cso_set_viewport_dims() in try_pbo_upload_common()Brian Paul2016-02-171-12/+1
* st/mesa: add missing ETC2 entries to format_mapRob Clark2016-02-161-0/+42
* st/mesa: do not init limits when compute shaders are not supportedSamuel Pitoiset2016-02-161-0/+8
* st/mesa: use new CSO_BITS_ALL_SHADERSBrian Paul2016-02-164-24/+9
* st/mesa: simplify st->ctx, ctx->st usage in a various placesBrian Paul2016-02-166-18/+17
* st/mesa: use _mesa_geometric_width/height() in glDrawPixels codeBrian Paul2016-02-161-10/+9