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
*
Revert "st/mesa: release sampler views when redefining a texture in st_contex...
Marek Olšák
2017-07-31
1
-2
/
+0
*
st/glsl_to_nir: move nir_lower_io to drivers
Nicolai Hähnle
2017-07-31
1
-2
/
+1
*
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
2017-07-31
4
-160
/
+13
*
st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driver
Nicolai Hähnle
2017-07-31
1
-1
/
+6
*
st/glsl_to_nir: fix the case where NIR clone testing is enabled
Nicolai Hähnle
2017-07-31
1
-1
/
+2
*
st/mesa: remove useless st_bufferobj_validate_usage()
Samuel Pitoiset
2017-07-28
2
-19
/
+0
*
st/mesa: remove st_cache.h
Samuel Pitoiset
2017-07-28
1
-69
/
+0
*
st/glsl_to_tgsi: fix getting the image type for array of structs
Samuel Pitoiset
2017-07-28
1
-1
/
+1
*
mesa: drop fence type parameter from NewSyncObject()
Samuel Pitoiset
2017-07-28
1
-9
/
+4
*
st/mesa: release sampler views when redefining a texture in st_context_teximage
Marek Olšák
2017-07-28
1
-0
/
+2
*
st/mesa: always unconditionally revalidate main framebuffer after SwapBuffers
Marek Olšák
2017-07-28
1
-0
/
+10
*
st/mesa: Fix inversed test in st_api_destroy_drawable
Michel Dänzer
2017-07-27
1
-1
/
+1
*
st/mesa: also clamp and quantize per-unit lod bias
Marek Olšák
2017-07-26
3
-4
/
+6
*
st/mesa: fix unconditional return in st_framebuffer_iface_remove
Marek Olšák
2017-07-26
1
-1
/
+1
*
mesa/st: fix inconsistent indentation of st_cb_bufferobjects.c
Andres Rodriguez
2017-07-26
1
-18
/
+18
*
mesa/st: fix unused variable warnings
Timothy Arceri
2017-07-26
4
-10
/
+11
*
mesa/st: move st_pipe_format_to_mesa_format() call to where its used
Timothy Arceri
2017-07-26
1
-2
/
+1
*
st/mesa: create framebuffer iface hash table per st manager
Charmaine Lee
2017-07-24
1
-27
/
+80
*
st/mesa: use proper resource target type in st_AllocTextureStorage()
Brian Paul
2017-07-22
1
-1
/
+4
*
st/glsl_to_tgsi: don't optimize mul+add to mad if expression is precise
Karol Herbst
2017-07-21
1
-1
/
+1
*
tgsi: populate precise
Karol Herbst
2017-07-21
3
-24
/
+24
*
st/glsl_to_tgsi: handle precise modifier
Karol Herbst
2017-07-21
1
-0
/
+13
*
st/mesa: add destroy_drawable interface
Charmaine Lee
2017-07-20
2
-1
/
+99
*
st/mesa: init winsys buffers list only if context creation succeeds
Charmaine Lee
2017-07-11
1
-3
/
+3
*
st/mesa: Add support for KHR_no_error flag
Grigori Goronzy
2017-07-14
3
-5
/
+14
*
st/mesa: handle stfbi being NULL on entry of st_framebuffer_reuse_or_create
Lucas Stach
2017-07-14
1
-0
/
+3
*
st/mesa: Handle st_framebuffer_create returning NULL
Michel Dänzer
2017-07-13
1
-3
/
+5
*
st/mesa: add a winsys buffers list in st_context
Charmaine Lee
2017-07-11
4
-10
/
+81
*
gallium: use "ull" number suffix to keep the QtCreator parser happy
Marek Olšák
2017-07-10
1
-2
/
+2
*
st/mesa: Fix grabbing the wrong variant if glDrawPixels is called
Matias N. Goldberg
2017-07-08
2
-4
/
+22
*
st/mesa: remove unused st_framebuffer::Private field
Brian Paul
2017-07-07
1
-1
/
+0
*
st/mesa: find proper mipmap level in st_ClearTexSubImage()
Brian Paul
2017-07-06
1
-4
/
+56
*
st/mesa: whitespace fixes in st_cb_fbo.c
Brian Paul
2017-07-06
1
-29
/
+19
*
st/mesa: whitespace fixes in st_texture.c
Brian Paul
2017-07-06
1
-13
/
+15
*
st/glsl_to_nir: fix edgeflag passthrough
Nicolai Hähnle
2017-07-05
2
-1
/
+6
*
st/mesa: use pipe_shader_type_from_mesa
Nicolai Hähnle
2017-07-05
1
-21
/
+2
*
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
Nicolai Hähnle
2017-07-05
2
-99
/
+8
*
st/mesa: release EGLImage on EGLImageTarget* error
Philipp Zabel
2017-07-04
1
-0
/
+1
*
st/mesa: fix tessellation shaders with no support for shareable shaders
Marek Olšák
2017-07-03
1
-2
/
+2
*
st/mesa: remove an obsolete comment
Nicolai Hähnle
2017-07-03
1
-1
/
+0
*
st/mesa: fix texture image resource selection in st_render_texture()
Brian Paul
2017-06-30
1
-1
/
+18
*
st/mesa: check for incomplete texture in st_finalize_texture()
Brian Paul
2017-06-30
1
-0
/
+12
*
mesa/glthread: add glthread "perf" counters and pass them to gallium HUD
Marek Olšák
2017-06-26
1
-2
/
+3
*
st/mesa: don't set the border color if it's unused
Marek Olšák
2017-06-22
1
-4
/
+18
*
st/mesa: don't set 16 scissors and 16 viewports if they're unused
Marek Olšák
2017-06-22
4
-6
/
+34
*
st/mesa: fix pipe_rasterizer_state::scissor with multiple viewports
Marek Olšák
2017-06-22
1
-1
/
+1
*
st/mesa: simplify st_update_viewport
Marek Olšák
2017-06-22
1
-25
/
+10
*
st/mesa: remove redundant sample_mask checking
Marek Olšák
2017-06-22
2
-7
/
+1
*
st/mesa: use precomputed st_fb_orientation
Marek Olšák
2017-06-22
4
-8
/
+8
*
st/mesa: set st_context::...num_samplers to 0 when there are no samplers
Marek Olšák
2017-06-22
1
-1
/
+3
[next]