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 query buffer support
Ilia Mirkin
2016-02-04
4
-1
/
+103
*
st/mesa: fix potential null deref if no shader is passed in
Ilia Mirkin
2016-02-03
1
-1
/
+3
*
st/mesa: implement PBO upload for glCompressedTex(Sub)Image
Nicolai Hähnle
2016-02-03
1
-0
/
+115
*
st/mesa: redirect CompressedTexSubImage to our own implementation
Nicolai Hähnle
2016-02-03
1
-6
/
+18
*
st/mesa: inline the implementation of _mesa_store_compressed_teximage
Nicolai Hähnle
2016-02-03
1
-1
/
+27
*
st/mesa: implement PBO upload for multiple layers
Nicolai Hähnle
2016-02-03
2
-19
/
+143
*
st/mesa: Accelerate PBO uploads
Fredrik Höglund
2016-02-03
4
-9
/
+898
*
st/mesa: use the correct address generation functions in st_TexSubImage blit
Nicolai Hähnle
2016-02-03
1
-5
/
+5
*
st/mesa: treat a write as a read for range purposes
Ilia Mirkin
2016-02-01
1
-1
/
+4
*
glsl: Remove 2x16 half-precision pack/unpack opcodes.
Matt Turner
2016-02-01
1
-3
/
+0
*
st/mesa: enable ARB_shader_storage_buffer_object when supported
Ilia Mirkin
2016-01-29
1
-0
/
+1
*
st/mesa: add shader buffer barrier bit
Ilia Mirkin
2016-01-29
1
-0
/
+4
*
st/mesa: add support for memory barrier intrinsics
Ilia Mirkin
2016-01-29
1
-0
/
+45
*
st/mesa: use RESQ to find buffer size
Ilia Mirkin
2016-01-29
1
-4
/
+18
*
st/mesa: add support for SSBO binding and GLSL intrinsics
Ilia Mirkin
2016-01-29
8
-8
/
+396
*
st/mesa: add atomic counter support
Ilia Mirkin
2016-01-29
8
-8
/
+325
*
mesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFER
Ilia Mirkin
2016-01-29
1
-1
/
+0
*
glsl: move to compiler/
Emil Velikov
2016-01-26
2
-3
/
+3
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
4
-0
/
+16
*
st/mesa: restore the stObj's size if it was cleared out
Ilia Mirkin
2016-01-18
1
-0
/
+6
*
st/mesa: use surface format to generate mipmaps when available
Ilia Mirkin
2016-01-14
1
-2
/
+8
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-5
/
+12
*
st/mesa: declare struct pipe_screen in st_cb_bufferobjects.h
Brian Paul
2016-01-14
1
-0
/
+1
*
st/mesa: add check for color logicop in blit_copy_pixels()
Brian Paul
2016-01-14
1
-0
/
+1
*
st/mesa: implement Driver.InvalidateBufferSubData
Nicolai Hähnle
2016-01-14
3
-3
/
+33
*
st/mesa: use pipe->invalidate_resource instead of buffer re-allocation
Nicolai Hähnle
2016-01-14
1
-13
/
+18
*
glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
Kenneth Graunke
2016-01-13
1
-2
/
+0
*
st/mesa: fix incorrect buffer token passed to _mesa_BindFramebuffer()
Brian Paul
2016-01-13
1
-2
/
+2
*
st/mesa: add support for POSITION and FACE system values
Marek Olšák
2016-01-08
4
-16
/
+44
*
glsl: optionally declare gl_FragCoord & gl_FrontFacing as system values
Marek Olšák
2016-01-08
1
-0
/
+1
*
tgsi/ureg: remove index parameter from ureg_DECL_system_value
Marek Olšák
2016-01-08
2
-6
/
+10
*
st/mesa: remove dead code from mesa_to_tgsi
Marek Olšák
2016-01-08
1
-51
/
+0
*
st/mesa: expose ARB_indirect_parameters when the backend driver allows
Ilia Mirkin
2016-01-07
2
-0
/
+2
*
st/mesa: add support for new mesa indirect draw interface
Ilia Mirkin
2016-01-07
3
-9
/
+84
*
st/mesa: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-07
1
-3
/
+1
*
st/mesa: minor clean-ups in st_atom.c
Brian Paul
2016-01-06
1
-14
/
+10
*
st/mesa: replace bitmap size checks with assertion
Brian Paul
2016-01-06
1
-2
/
+2
*
st/mesa: check texture target in allocate_full_mipmap()
Brian Paul
2016-01-06
1
-0
/
+14
*
st/mesa: move mipmap allocation check logic into a function
Brian Paul
2016-01-06
1
-12
/
+42
*
st/mesa: use GLbitfield in st_state_flags, add comments
Brian Paul
2016-01-06
1
-2
/
+2
*
s/GLuint/GLbitfield/ for st_invalidate_state() parameter
Brian Paul
2016-01-06
2
-2
/
+2
*
st/mesa: be more careful about state validation in st_Bitmap()
Brian Paul
2016-01-06
1
-1
/
+8
*
st/mesa: move bitmap cache flushing out of state validation
Brian Paul
2016-01-06
6
-4
/
+17
*
st/mesa: check state->mesa in early return check in st_validate_state()
Brian Paul
2016-01-06
1
-1
/
+1
*
st/mesa: protect debug printf() with a conditional instead of comment
Brian Paul
2016-01-06
1
-5
/
+5
*
st/mesa: fix comment indentation in st_flush_bitmap_cache()
Brian Paul
2016-01-06
1
-2
/
+2
*
st/mesa: minor indentation fixes
Brian Paul
2016-01-05
1
-4
/
+4
*
st/mesa: make KHR_debug output independent of context creation flags (v2)
Nicolai Hähnle
2016-01-04
4
-57
/
+98
*
st/mesa: use PK2H/UP2H when supported
Ilia Mirkin
2016-01-03
3
-5
/
+14
*
st/mesa: fix parameter names for tesseval/tessctrl prototypes
Samuel Pitoiset
2016-01-03
1
-4
/
+4
[next]