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
*
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
*
mesa/st: Fix PIPE_FORMAT_R8G8B8A8_SRGB -> MESA_FORMAT_ conversion.
José Fonseca
2014-03-07
1
-1
/
+1
*
st/mesa: Add R8G8B8A8_SRGB case to st_pipe_format_to_mesa_format.
José Fonseca
2014-03-06
1
-0
/
+2
*
mesa/st: only compare the one scissor
Ilia Mirkin
2014-03-05
1
-1
/
+1
*
st/mesa: make winsys fbo sRGB-capable when supported
Chia-I Wu
2014-03-06
3
-12
/
+66
*
st/mesa: add mappings for MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
1
-2
/
+9
*
st/mesa: add comment to explain _min(), _maxf(), etc. functions
Brian Paul
2014-02-25
1
-0
/
+6
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
2
-23
/
+27
*
st/mesa: implement ARB_buffer_storage
Marek Olšák
2014-02-25
3
-22
/
+75
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
1
-1
/
+5
*
st/mesa: add texture gather support. (v2)
Dave Airlie
2014-02-25
2
-27
/
+93
[next]