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
*
glsl_to_tgsi: Make sure the 'shader' member is always initialized
Michel Dänzer
2014-05-16
1
-0
/
+3
*
mesa/st: fix number of ubos being declared in a shader
Roland Scheidegger
2014-05-15
1
-3
/
+5
*
mesa/st: provide native integers implementation of ir_unop_any
Ilia Mirkin
2014-05-14
1
-24
/
+76
*
glsl_to_tgsi: remove unnecessary dead code elimination pass
Bryan Cain
2014-05-13
1
-45
/
+5
*
mesa/st: leave current query enabled during glBlitFramebuffer
Ilia Mirkin
2014-05-11
3
-0
/
+4
*
mesa/st: pass 4-offset TG4 without lowering if supported
Ilia Mirkin
2014-05-07
1
-14
/
+41
*
mesa/st: implement ARB_stencil_texturing
Ilia Mirkin
2014-05-04
2
-0
/
+9
*
mesa/st: enable carry/borrow lowering pass
Ilia Mirkin
2014-05-02
1
-0
/
+2
*
mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects
Ian Romanick
2014-05-02
1
-7
/
+0
*
gallium: Drop use of _ReallyEnabled.
Eric Anholt
2014-04-30
1
-2
/
+4
*
mesa/st: implement new bit manipulation opcodes
Ilia Mirkin
2014-04-28
1
-17
/
+56
*
st/mesa: Fix NULL pointer dereference for incomplete framebuffers
Michel Dänzer
2014-04-28
1
-1
/
+6
*
mesa: use accessors for struct gl_debug_state
Chia-I Wu
2014-04-27
1
-3
/
+1
*
mesa/st: translate gl_InvocationID to INVOCATIONID semantic
Ilia Mirkin
2014-04-26
1
-0
/
+1
*
mesa/st: translate gl_SampleMaskIn to SAMPLEMASK semantic
Ilia Mirkin
2014-04-26
1
-0
/
+1
*
mesa/st: add support for ARB_sample_shading
Ilia Mirkin
2014-04-26
7
-11
/
+57
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
1
-1
/
+1
*
st/mesa: remove trailing NULL colorbuffers
Marek Olšák
2014-04-25
1
-0
/
+6
*
mesa/st: Handle empty frame-buffers without asserting.
José Fonseca
2014-04-24
1
-5
/
+4
*
mesa/st: Fix pipe_framebuffer_state::height for PIPE_TEXTURE_1D_ARRAY.
José Fonseca
2014-04-23
1
-2
/
+33
*
mesa/st: enable EXT_shader_integer_mix when NativeIntegers is on
Ilia Mirkin
2014-04-22
1
-0
/
+4
*
st/mesa: fix invalid pointer use in st_texture_get_sampler_view()
Brian Paul
2014-04-21
1
-3
/
+3
*
gallium glsl: Fix crash with piglit fs-deref-literal-array-of-structs.shader_...
Maarten Lankhorst
2014-04-17
1
-1
/
+4
*
glsl: Drop do_common_optimization's max_unroll_iterations parameter.
Kenneth Graunke
2014-04-11
1
-3
/
+1
*
mesa/st: set min/max texture gather offset to driver-reported value
Ilia Mirkin
2014-04-10
1
-0
/
+3
*
gallium/u_gen_mipmap: rewrite using pipe->blit (v2)
Marek Olšák
2014-04-10
4
-73
/
+11
*
st/mesa: properly implement MapTextureImage with multiple mapped slices (v2)
Marek Olšák
2014-04-10
3
-21
/
+53
*
st/mesa: fix sampler_view REALLOC/FREE macro mix-up
Brian Paul
2014-04-10
3
-1
/
+16
*
glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().
Kenneth Graunke
2014-04-08
1
-1
/
+3
*
st/mesa: add support for ARB_texture_query_lod
Dave Airlie
2014-04-07
2
-2
/
+4
*
st/mesa: improve sampler view handling
Christian König
2014-04-04
8
-56
/
+140
*
mesa/soft/llvmpipe: add fake MSAA support
Dave Airlie
2014-04-02
1
-0
/
+7
*
mesa/st: Accelerate ARB_clear_buffer_object with clear_buffer
Ilia Mirkin
2014-03-31
1
-0
/
+28
*
st: fix st_choose_matching_format to ignore intensity
Chris Forbes
2014-04-01
1
-0
/
+6
*
st/mesa: overhaul texture / sample swizzle code
Brian Paul
2014-03-27
1
-53
/
+114
*
st/mesa: simplify apply_depthmode()
Brian Paul
2014-03-27
1
-38
/
+47
*
st/mesa: add null pointer checking in query object functions
Brian Paul
2014-03-26
1
-2
/
+16
*
st/mesa: fix sampler view handling with shared textures v4
Christian König
2014-03-26
3
-0
/
+28
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
6
-8
/
+8
*
st/mesa: recreate sampler view on context change v3
Christian König
2014-03-24
1
-0
/
+10
*
st/mesa: drop the lowering of quad strips to triangle strips
Marek Olšák
2014-03-21
1
-10
/
+0
*
st/mesa: fix generating mipmaps for cube arrays
Marek Olšák
2014-03-21
1
-1
/
+2
*
st/mesa: remove _NEW_POLYGON dependency from vertex shader
Marek Olšák
2014-03-15
3
-11
/
+12
*
st/mesa: implement zero-stride edge flag by culling primitives
Marek Olšák
2014-03-15
3
-1
/
+17
*
st/mesa: fix per-vertex edge flags and GLSL support (v2)
Marek Olšák
2014-03-15
2
-7
/
+6
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
5
-11
/
+17
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
1
-2
/
+2
*
st/mesa: only mark framebuffer as sRGB capable if Mesa supports the format
Brian Paul
2014-03-07
1
-2
/
+3
*
st/mesa: add test_format_conversion() debug function
Brian Paul
2014-03-07
1
-1
/
+43
*
st/mesa: add MESA_FORMAT_R8G8B8A8_SRGB in st_mesa_format_to_pipe_format()
Brian Paul
2014-03-07
1
-0
/
+2
[next]