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: fix fallout from xfb changes.
Dave Airlie
2016-03-31
1
-2
/
+2
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
1
-1
/
+1
*
mesa: split transform feedback buffer into its own struct
Timothy Arceri
2016-03-31
1
-1
/
+1
*
st/mesa: simplify st_generate_mipmap()
Brian Paul
2016-03-29
1
-78
/
+24
*
st/mesa: implement new DMA-buf based VDPAU interop v2
Christian König
2016-03-29
1
-49
/
+132
*
st/mesa: enable OES_texture_buffer when all components available
Ilia Mirkin
2016-03-29
1
-0
/
+6
*
mesa: remove initialized field from uniform storage
Timothy Arceri
2016-03-29
1
-37
/
+0
*
mesa/st: Fix NULL access if no fragment shader is bound
Bas Nieuwenhuizen
2016-03-28
1
-2
/
+2
*
st/mesa: only minify height if target != 1D array in st_finalize_texture
Marek Olšák
2016-03-28
1
-1
/
+6
*
st/mesa: fix handling the fallback texture
Miklós Máté
2016-03-27
1
-3
/
+4
*
st/mesa: enable GL_ATI_fragment_shader
Miklós Máté
2016-03-27
1
-0
/
+1
*
st/mesa: implement GL_ATI_fragment_shader
Miklós Máté
2016-03-27
8
-4
/
+1062
*
mesa/st: Remove GLSLVersion clamping
Edward O'Callaghan
2016-03-27
1
-10
/
+5
*
st/mesa: use RGBA instead of BGRA for SRGB_ALPHA
Nicolai Hähnle
2016-03-24
1
-1
/
+1
*
mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...
Bas Nieuwenhuizen
2016-03-24
2
-3
/
+4
*
st/mesa: add missing MemoryBarrier bits and some explanations
Nicolai Hähnle
2016-03-23
1
-1
/
+24
*
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
[next]