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
*
st/mesa: add st_convert_sampler()
Samuel Pitoiset
2017-04-18
2
-12
/
+36
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
1
-4
/
+4
*
st/mesa: enable ARB_shader_viewport_layer_array
Nicolai Hähnle
2017-04-14
1
-0
/
+5
*
st/mesa: fix wrong comparison in update_framebuffer_state()
Samuel Pitoiset
2017-04-13
1
-4
/
+4
*
st/mesa: add some _mesa_is_winsys_fbo() assertions
Brian Paul
2017-04-12
2
-2
/
+9
*
st/mesa: minor optimization in st_DrawBuffers()
Brian Paul
2017-04-12
1
-8
/
+16
*
mesa/st: only update samplers for stages that have changed
Timothy Arceri
2017-04-13
4
-28
/
+94
*
st/mesa: Fix missing-braces warning.
Vinson Lee
2017-04-12
1
-1
/
+1
*
mesa/st: remove _mesa_get_fallback_texture() calls
Timothy Arceri
2017-04-12
2
-10
/
+3
*
mesa/st: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-5
/
+13
*
st/mesa: Use compressed fog mode for atifs.
Gustaw Smolarczyk
2017-04-08
2
-19
/
+4
*
st/mesa: silence unused/uninitialized var warnings
Brian Paul
2017-04-07
1
-1
/
+2
*
st/pbo: select the right swizzle for instance IDs
Nicolai Hähnle
2017-04-06
1
-1
/
+2
*
st/mesa: enable ARB_shader_ballot
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
st/glsl_to_tgsi: implement ARB_shader_ballot system variables
Nicolai Hähnle
2017-04-05
1
-0
/
+16
*
st/glsl_to_tgsi: implement ARB_shader_ballot builtin functions
Nicolai Hähnle
2017-04-05
1
-0
/
+9
*
st/mesa: plumbing for sparse buffers
Nicolai Hähnle
2017-04-05
1
-0
/
+20
*
st/mesa: enable ARB_sparse_buffer when supported
Nicolai Hähnle
2017-04-05
1
-0
/
+4
*
gallium: decrease the size of pipe_resource - 64 -> 48 bytes
Marek Olšák
2017-04-04
3
-20
/
+26
*
glsl: Fix blob memory leak
Bartosz Tomczyk
2017-04-04
1
-1
/
+1
*
st/mesa: add st_convert_image()
Samuel Pitoiset
2017-04-03
2
-47
/
+63
*
st/mesa: make 'st' const in st_mesa_format_to_pipe_format()
Samuel Pitoiset
2017-04-03
2
-2
/
+2
*
glsl: ir_explog_to_explog2 is no more
Erik Faye-Lund
2017-04-01
1
-1
/
+3
*
st/mesa: avoid aliasing violation in st_cb_perfmon.c
Erik Faye-Lund
2017-04-01
1
-3
/
+3
*
st: Add cubeMapFace parameter to st_finalize_texture.
Michal Srb
2017-04-01
6
-7
/
+9
*
st/mesa: Add support for NV_fill_rectangle
Lyude
2017-03-31
2
-0
/
+3
*
st/glsl_to_tgsi: fix 64-bit integer bit shifts
Nicolai Hähnle
2017-03-31
1
-5
/
+15
*
st/mesa: implement ARB_shader_clock
Nicolai Hähnle
2017-03-31
2
-1
/
+11
*
st/glsl_to_tgsi: use glsl_type::sampler_index()
Samuel Pitoiset
2017-03-30
1
-66
/
+2
*
st/mesa: improve error messages and fix security warning
Nicolai Hähnle
2017-03-30
1
-2
/
+2
*
st/mesa: EGLImageTarget* error handling
Philipp Zabel
2017-03-29
1
-4
/
+19
*
st/mesa: move st_manager_get_egl_image_surface into st_cb_eglimage.c
Philipp Zabel
2017-03-29
3
-37
/
+34
*
mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATE
Marek Olšák
2017-03-29
1
-1
/
+1
*
st_cb_bitmap: check NULL return from u_upload_alloc
Julien Isorce
2017-03-28
1
-0
/
+6
*
st/mesa: move duplicated st_ws_framebuffer() function into header file
Brian Paul
2017-03-27
3
-28
/
+18
*
glsl, st/shader_cache: check the whole sha1 for zero
Grazvydas Ignotas
2017-03-27
1
-1
/
+2
*
glsl_to_tgsi: don't rely on glsl types when visiting tex instructions
Samuel Pitoiset
2017-03-24
1
-7
/
+6
*
st/glsl_to_tgsi: enable lower_sqrt() conditionally
Samuel Pitoiset
2017-03-22
1
-0
/
+1
*
driconf: add force_glsl_abs_sqrt option
Samuel Pitoiset
2017-03-22
1
-0
/
+2
*
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-21
1
-6
/
+6
*
st/mesa: set result writemask based on ir type
Ilia Mirkin
2017-03-18
1
-0
/
+1
*
st/mesa: call glthread_destroy() before _vbo_DestroyContext()
Timothy Arceri
2017-03-17
1
-0
/
+3
*
gallium: implement the backend of threaded GL dispatch
Marek Olšák
2017-03-16
2
-0
/
+32
*
glsl_to_tgsi: use TEX_LZ and TXF_LZ when available
Marek Olšák
2017-03-15
1
-6
/
+20
*
glsl_to_tgsi: remove a redundant statement
Marek Olšák
2017-03-15
1
-2
/
+0
*
st/mesa: disable the shader cache if dumping shaders
Marek Olšák
2017-03-13
1
-4
/
+4
*
glsl: don't use ralloc for blob creation
Timothy Arceri
2017-03-13
1
-2
/
+2
*
st/mesa: don't propagate uniforms when restoring from cache
Timothy Arceri
2017-03-08
3
-3
/
+6
*
st/mesa: inform the driver of framebuffer changes before compute dispatches
Nicolai Hähnle
2017-03-01
1
-1
/
+9
*
st/glsl_to_tgsi: avoid iterating past the head of the instruction list
Nicolai Hähnle
2017-03-01
1
-2
/
+9
[next]