index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: 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
*
glsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi.
Kenneth Graunke
2014-02-22
1
-1
/
+1
*
mesa: initialize gl_geometry_program Invocations field
Jordan Justen
2014-02-20
2
-0
/
+2
*
mesa/st: hardcode the viewport bounds range
Ilia Mirkin
2014-02-13
1
-2
/
+2
*
glsl: Add image type to the GLSL IR.
Francisco Jerez
2014-02-12
1
-0
/
+1
*
mesa: GL_ARB_half_float_pixel is not optional
Ian Romanick
2014-02-11
1
-1
/
+0
*
st/mesa: add support for GL_ARB_viewport_array (v0.2)
Dave Airlie
2014-02-11
5
-56
/
+73
*
st/mesa: add support for viewport index semantic
Dave Airlie
2014-02-11
1
-0
/
+9
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-4
/
+4
*
gallium: add geometry shader output limits
Grigori Goronzy
2014-02-09
1
-0
/
+2
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
1
-2
/
+7
*
st/mesa: avoid sw fallback for getting/decompressing textures
Brian Paul
2014-02-07
1
-1
/
+3
*
st/vdpau: add flush on unmap
Christian König
2014-02-06
1
-0
/
+4
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
1
-3
/
+2
[next]