summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: rename attr variable in st_DrawTex()Brian Paul2016-02-161-10/+10
* st/mesa: use 'cso' instead of 'st->cso_context' in st_DrawTex()Brian Paul2016-02-161-1/+1
* st/mesa: fix whitespace and add comment in st_DrawTex()Brian Paul2016-02-161-3/+3
* st/mesa: used _mesa_num_tex_faces() in st_finalize_texture()Brian Paul2016-02-161-1/+1
* st/mesa: use cso_save/restore_state() in st_cb_texture.cBrian Paul2016-02-161-33/+22
* st/mesa: use new cso_save/restore_state() functionsBrian Paul2016-02-164-101/+55
* st/mesa: use new cso_set_viewport_dims() helperBrian Paul2016-02-163-36/+7
* st/mesa: use 'cso' local var instead of st->cso_contextBrian Paul2016-02-163-90/+89
* st/mesa: consolidate quad drawing codeBrian Paul2016-02-165-238/+136