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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/mesa: remove st_context::vertex_result_to_slot
Marek Olšák
2017-05-08
4
-8
/
+4
*
st/mesa: decrease the size of st_vertex_program
Marek Olšák
2017-05-08
10
-36
/
+36
*
st/mesa: remove struct st_tracked_state
Marek Olšák
2017-05-08
22
-398
/
+118
*
st/glsl_to_tgsi: don't use rzalloc_array() when it's unnecessary
Samuel Pitoiset
2017-05-08
1
-6
/
+6
*
i965: Update gen6_depth_stencil_state to use genX macro.
Rafael Antognolli
2017-05-07
1
-1
/
+1
*
i965: Move MOCS macros to brw_state.h.
Rafael Antognolli
2017-05-07
2
-42
/
+42
*
i965: Don't try to unmap NULL program cache BO.
Kenneth Graunke
2017-05-07
1
-4
/
+7
*
Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."
Kenneth Graunke
2017-05-07
1
-23
/
+2
*
mesa: small texture targetIndex tidy up
Timothy Arceri
2017-05-07
1
-5
/
+4
*
mesa: fix broken indentation
Timothy Arceri
2017-05-07
1
-7
/
+6
*
mesa: some C99 tidy ups
Timothy Arceri
2017-05-07
1
-24
/
+10
*
mesa: add KHR_no_error support to copy buffer subdata functions
Timothy Arceri
2017-05-07
2
-1
/
+41
*
mesa: remove _mesa from static function
Timothy Arceri
2017-05-07
1
-4
/
+4
*
st/mesa: stop calling _mesa_init_buffer_object_functions()
Timothy Arceri
2017-05-07
1
-3
/
+0
*
mesa: make _mesa_buffer_storage() static
Timothy Arceri
2017-05-07
2
-13
/
+7
*
mesa: make _mesa_copy_buffer_sub_data() static
Timothy Arceri
2017-05-07
2
-17
/
+8
*
mesa: make _mesa_clear_buffer_sub_data() static
Timothy Arceri
2017-05-07
2
-29
/
+13
*
mesa: add KHR_no_error support for flush mapped buffer functions
Timothy Arceri
2017-05-07
2
-1
/
+31
*
mesa: make _mesa_flush_mapped_buffer_range() static
Timothy Arceri
2017-05-07
2
-15
/
+9
*
mesa: add KHR_no_error support for unmap buffer functions
Timothy Arceri
2017-05-07
2
-0
/
+23
*
mesa: split unmap_buffer() in two
Timothy Arceri
2017-05-07
1
-12
/
+17
*
mesa: make _mesa_unmap_buffer() static
Timothy Arceri
2017-05-07
2
-9
/
+5
*
mesa: add KHR_no_error support for some map buffer functions
Timothy Arceri
2017-05-07
2
-0
/
+63
*
mesa: split out validation from map_buffer_range()
Timothy Arceri
2017-05-07
1
-27
/
+50
*
mesa: make map_buffer_range() static
Timothy Arceri
2017-05-07
2
-20
/
+13
*
i965: Drop BRW_NEW_BLORP from 3DSTATE_VF atom.
Kenneth Graunke
2017-05-06
1
-2
/
+1
*
i965: Port 3DSTATE_VF to genxml and simplify the implementation.
Kenneth Graunke
2017-05-06
3
-43
/
+29
*
mesa: Simplify _mesa_primitive_restart_index().
Kenneth Graunke
2017-05-06
1
-10
/
+2
*
glsl: add ARB_bindless_texture operations
Samuel Pitoiset
2017-05-06
2
-0
/
+9
*
glsl: process bindless/bound layout qualifiers
Samuel Pitoiset
2017-05-06
1
-0
/
+10
*
glsl: make sampler/image types as 64-bit
Samuel Pitoiset
2017-05-06
1
-1
/
+5
*
mesa: add ARB_bindless_texture to the extensions list
Samuel Pitoiset
2017-05-06
2
-0
/
+2
*
i915: Fix build break with empty unreachable()
Daniel Stone
2017-05-05
1
-4
/
+2
*
i965: Set modifier for imported and duplicated images
Daniel Stone
2017-05-05
1
-0
/
+20
*
i965: Use helper function for modifier -> tiling
Daniel Stone
2017-05-05
1
-17
/
+34
*
st/glsl_to_tgsi: fix renumber_registers() in presence of dead code
Samuel Pitoiset
2017-05-05
1
-5
/
+34
*
i965: Fix line width on Cherryview.
Kenneth Graunke
2017-05-04
1
-0
/
+7
*
mesa/st: compute support for glsl_to_nir
Rob Clark
2017-05-04
4
-1
/
+32
*
mesa/tests: remove no longer needed HAVE_SHARED_GLAPI define
Emil Velikov
2017-05-04
1
-2
/
+0
*
drivers/x11: remove unneeded GLX_SHARED_GLAPI define
Emil Velikov
2017-05-04
1
-2
/
+0
*
mesa/dri: remove unneeded HAVE_SHARED_GLAPI guard
Emil Velikov
2017-05-04
1
-5
/
+1
*
mesa/dri: always link against shared glapi
Emil Velikov
2017-05-04
1
-7
/
+9
*
glsl: rename image_* qualifiers to memory_*
Samuel Pitoiset
2017-05-04
1
-3
/
+3
*
i965: Port gen4+ state emitting code to genxml.
Rafael Antognolli
2017-05-03
5
-230
/
+174
*
i965: Port gen6+ 3DSTATE_CC_STATE_POINTERS state to genxml.
Rafael Antognolli
2017-05-03
4
-95
/
+50
*
i965: Port gen6+ multisample state emitting code to genxml.
Rafael Antognolli
2017-05-03
5
-136
/
+96
*
i965: Port gen4+ emit vertices code to genxml.
Rafael Antognolli
2017-05-03
4
-792
/
+556
*
i965: Port push constant code to genxml.
Rafael Antognolli
2017-05-03
9
-385
/
+226
*
i965: Port gen6+ 3DSTATE_SCISSOR_STATE_POINTERS to use genxml.
Rafael Antognolli
2017-05-03
4
-116
/
+87
*
i965: Port gen7+ 3DSTATE_TE to genxml.
Rafael Antognolli
2017-05-03
4
-71
/
+39
[prev]
[next]