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_to_tgsi: clean up opcode translation
Marek Olšák
2017-08-22
1
-62
/
+30
*
mesa: pass ctx to add_uniform_to_shader constructor
Timothy Arceri
2017-08-22
2
-2
/
+2
*
mesa/st: simplify some UBO index logic
Timothy Arceri
2017-08-22
1
-3
/
+2
*
st/mesa: remove Windows hack for glFinish
Brian Paul
2017-08-16
1
-12
/
+0
*
st/mesa: fix a null pointer access
Frank Richter
2017-08-16
1
-1
/
+1
*
st/mesa: correctly calculate the storage offset
Timothy Arceri
2017-08-15
3
-2
/
+163
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
1
-2
/
+5
*
glsl: stop copying struct and interface member names
Timothy Arceri
2017-08-11
1
-18
/
+16
*
glsl: calculate number of operands in an expression once
Timothy Arceri
2017-08-11
1
-3
/
+3
*
mesa: hook up UUID queries for driver and device
Andres Rodriguez
2017-08-06
1
-0
/
+22
*
mesa/st: expose EXT_memory_object and EXT_memory_object_fd
Andres Rodriguez
2017-08-06
1
-0
/
+2
*
mesa/st: implement memory objects as a backend for buffer objects
Andres Rodriguez
2017-08-06
1
-17
/
+49
*
mesa/st: implement memory objects as a backend for texture storage
Dave Airlie
2017-08-06
2
-12
/
+106
*
mesa/st: factor out st_AllocTextureStorage into a helper
Andres Rodriguez
2017-08-06
1
-7
/
+19
*
mesa/st: start adding memory object support
Dave Airlie
2017-08-06
3
-0
/
+91
*
st/mesa: fix handling of NumSamples=1 (v2)
Brian Paul
2017-08-03
2
-4
/
+6
*
st/mesa: minor clean-ups in st_atom_msaa.c
Brian Paul
2017-08-03
1
-16
/
+18
*
gallium/st: Add a method to flush outstanding swapbuffers
Thomas Hellstrom
2017-08-03
3
-0
/
+27
*
st/mesa: replace st_shader_stage_to_ptarget
Nicolai Hähnle
2017-08-02
5
-31
/
+8
*
mesa/st: Reduce the number of frontbuffer flush calls
Thomas Hellstrom
2017-08-02
2
-39
/
+10
*
st/mesa: implement ARB_transform_feedback_overflow_query
Nicolai Hähnle
2017-08-02
2
-1
/
+4
*
mesa/st: fix conditional jump depends on uninitialised value
Timothy Arceri
2017-08-02
1
-0
/
+1
*
Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."
Dave Airlie
2017-08-01
1
-26
/
+29
*
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
[prev]
[next]