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: 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
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-3
/
+6
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-8
/
+4
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
3
-3
/
+5
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
4
-4
/
+4
*
st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)
Marek Olšák
2016-01-02
5
-19
/
+25
*
st/mesa: sort extensions enablement array
Ilia Mirkin
2016-01-01
1
-11
/
+11
*
st/glsl_to_tgsi: fix block movs for doubles
Dave Airlie
2016-01-01
1
-1
/
+14
*
st/glsl_to_tgsi: handle different attrib size
Dave Airlie
2016-01-01
1
-5
/
+14
*
st/glsl_to_tgsi: readd the double_reg2 for input index mapping
Dave Airlie
2016-01-01
1
-2
/
+2
*
st/glsl_to_tgsi: when doing reladdr get vec4 of correct type
Dave Airlie
2016-01-01
1
-1
/
+1
*
st/glsl_to_tgsi: handle double immediates in matrices properly.
Dave Airlie
2016-01-01
1
-11
/
+48
*
st/glsl_to_tgsi: setup writemask for double arrays and matricies.
Dave Airlie
2016-01-01
1
-1
/
+20
*
st/glsl_to_tgsi: handle doubles in array shrinking code.
Dave Airlie
2016-01-01
1
-2
/
+7
*
st/glsl_to_tgsi: handle doubles outputs in arrays.
Dave Airlie
2016-01-01
1
-4
/
+31
*
st/glsl_to_tgsi: store if dst is double in array
Dave Airlie
2016-01-01
1
-3
/
+10
*
st/mesa: add GL_ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
3
-2
/
+4
*
mesa/st: Pad out _mesa_sysval_to_semantic for new SYSTEM_VALUE_* enums
Kristian Høgsberg Kristensen
2015-12-29
1
-0
/
+2
*
glsl: Remove ir_unop_any.
Matt Turner
2015-12-18
1
-83
/
+0
*
st/mesa: trivial indentation fix
Brian Paul
2015-12-11
1
-1
/
+1
[next]