index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: add support for internalformat query2.
Dave Airlie
2016-03-22
2
-10
/
+45
*
st/mesa: translate additional flags in MemoryBarrier
Nicolai Hähnle
2016-03-21
1
-3
/
+18
*
st/mesa: emit sampler view decls in drawpixels code
Brian Paul
2016-03-21
2
-1
/
+19
*
st/mesa: emit sampler view declaration in bitmap shader
Brian Paul
2016-03-21
1
-0
/
+4
*
st/mesa: emit sampler view declarations for ARB vert/frag programs
Brian Paul
2016-03-21
1
-0
/
+22
*
st/mesa: use correct TGSI texture target in drawpix fragment shader
Brian Paul
2016-03-21
3
-4
/
+11
*
st/mesa: use correct TGSI texture target in bitmap fragment shader
Brian Paul
2016-03-21
3
-3
/
+11
*
gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()
Brian Paul
2016-03-21
2
-7
/
+7
*
st/mesa: use the texture view's format for render-to-texture
Nicolai Hähnle
2016-03-21
1
-7
/
+15
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
1
-1
/
+1
*
st/mesa: report correct precision information for low/medium/high ints
Ilia Mirkin
2016-03-20
1
-0
/
+7
*
st/mesa: only minify depth for 3d targets
Ilia Mirkin
2016-03-20
1
-1
/
+4
*
st/mesa: set TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
1
-0
/
+36
*
st/mesa: clean up st_translate_texture_target()
Brian Paul
2016-03-18
1
-25
/
+44
*
st/mesa: simplify drawpixels shader code with tgsi transform helper functions
Brian Paul
2016-03-18
1
-64
/
+18
*
st/mesa: simplify bitmap shader code with tgsi transform helper functions
Brian Paul
2016-03-18
1
-37
/
+8
*
st/mesa: honour sized internal formats in st_choose_format (v2)
Nicolai Hähnle
2016-03-17
1
-21
/
+6
*
st/mesa: set image access flags in st_bind_images
Nicolai Hähnle
2016-03-14
1
-0
/
+15
*
st/glsl_to_tgsi: set FS_EARLY_DEPTH_STENCIL when required
Nicolai Hähnle
2016-03-14
1
-0
/
+3
*
st/glsl_to_tgsi: set memory access type on image intrinsics
Nicolai Hähnle
2016-03-14
1
-0
/
+7
*
st/glsl_to_tgsi: provide Texture and Format information for image ops
Nicolai Hähnle
2016-03-14
1
-9
/
+15
*
st/mesa: check that the image unit is valid in st_bind_images
Nicolai Hähnle
2016-03-11
1
-1
/
+2
*
st/mesa: remove ST_NEW_MESA flag (v2)
Marek Olšák
2016-03-11
4
-6
/
+4
*
st/mesa: add GL_ARB_shader_atomic_counter_ops support
Ilia Mirkin
2016-03-10
2
-7
/
+57
*
st/mesa: shader image atoms must be before framebuffer update
Nicolai Hähnle
2016-03-09
1
-6
/
+6
*
st/mesa: conditionally enable GL_NV_vdpau_interop
Christian König
2016-03-08
2
-0
/
+8
*
st/mesa: don't force per-sample interp if only sampleid/pos are used
Ilia Mirkin
2016-03-05
2
-12
/
+6
*
st/mesa: 78-column wrapping in st_extensions.c
Brian Paul
2016-03-05
1
-68
/
+107
*
st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hook
Eduardo Lima Mitev
2016-03-03
3
-8
/
+40
*
st/mesa: move dereference after null check
Thomas Hindoe Paaboel Andersen
2016-03-02
1
-1
/
+3
*
program: Remove NV_fragment_program Abs support.
Matt Turner
2016-03-01
1
-3
/
+0
*
program: Remove condition-code and precision support.
Matt Turner
2016-03-01
1
-6
/
+0
*
program: Remove OPCODE_KIL_NV.
Matt Turner
2016-03-01
1
-3
/
+0
*
program: Remove RelAddr2 support.
Matt Turner
2016-03-01
1
-9
/
+0
*
st/mesa: remove useless break statement
Brian Paul
2016-02-24
1
-1
/
+0
*
st/mesa: rename st_readpixels to st_ReadPixels
Brian Paul
2016-02-24
1
-2
/
+2
*
st/mesa: fix frontbuffer glReadPixels regressions
Brian Paul
2016-02-24
1
-2
/
+11
*
st/mesa: force depth mode to GL_RED for sized depth/stencil formats
Ilia Mirkin
2016-02-19
1
-9
/
+25
*
st/mesa: fix pbo uploads
Ilia Mirkin
2016-02-19
1
-10
/
+18
*
st/mesa: implement a simple cache for glDrawPixels
Brian Paul
2016-02-19
3
-0
/
+97
*
st/mesa: disable depth/stencil/alpha tests in PBO upload
Nicolai Hähnle
2016-02-18
1
-0
/
+8
*
st/mesa: new st_DrawAtlasBitmaps() function for drawing bitmap text
Brian Paul
2016-02-17
2
-3
/
+141
*
st/mesa: apply DepthMode swizzle to stencil texturing as well
Ilia Mirkin
2016-02-17
1
-2
/
+0
*
st/mesa: fix up result_src.type when doing i2u/u2i conversions
Ilia Mirkin
2016-02-17
1
-0
/
+1
*
st/mesa: use cso_set_viewport_dims() in try_pbo_upload_common()
Brian Paul
2016-02-17
1
-12
/
+1
*
st/mesa: add missing ETC2 entries to format_map
Rob Clark
2016-02-16
1
-0
/
+42
*
st/mesa: do not init limits when compute shaders are not supported
Samuel Pitoiset
2016-02-16
1
-0
/
+8
*
st/mesa: use new CSO_BITS_ALL_SHADERS
Brian Paul
2016-02-16
4
-24
/
+9
*
st/mesa: simplify st->ctx, ctx->st usage in a various places
Brian Paul
2016-02-16
6
-18
/
+17
*
st/mesa: use _mesa_geometric_width/height() in glDrawPixels code
Brian Paul
2016-02-16
1
-10
/
+9
[next]