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
/
gallium
/
auxiliary
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/tests: Update UTIL_FORMAT_MAX_* defines.
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallium/util: fix undefined shift to the last bit in u_bit_scan
Marek Olšák
2016-04-18
1
-1
/
+1
*
gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffff
Marek Olšák
2016-04-18
1
-1
/
+7
*
winsys/amdgpu: add support for 64-bit buffer sizes
Marek Olšák
2016-04-12
1
-0
/
+6
*
gallium: pause queries for all meta ops
Marek Olšák
2016-04-12
2
-0
/
+5
*
util/pstipple: stronger guard against no free samplers (v2)
Nicolai Hähnle
2016-04-07
1
-2
/
+4
*
gallium: Put no.of {samples,layers} into pipe_framebuffer_state
Edward O'Callaghan
2016-04-07
2
-0
/
+32
*
gallium/util: fix up inaccurate behavior of util_framebuffer_state_equal (v2)
Marek Olšák
2016-03-28
1
-5
/
+5
*
gallium/util: declare sampler view in util_make_fs_blit_msaa_depthstencil()
Brian Paul
2016-03-21
1
-1
/
+2
*
gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()
Brian Paul
2016-03-21
1
-5
/
+5
*
gallium/u_inlines: add util_copy_image_view
Nicolai Hähnle
2016-03-14
1
-0
/
+10
*
gallium: do not wrap header inclusion in
Emil Velikov
2016-03-09
4
-11
/
+12
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
2
-2
/
+4
*
gallium/util: add new comments, assertions in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-0
/
+20
*
gallium/util: update comments and URL in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-4
/
+10
*
gallium/util: make stream variable static in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-1
/
+1
*
gallium/util: re-indent u_debug_refcnt.[ch]
Brian Paul
2016-03-05
2
-50
/
+65
*
gallium/auxilary: more __cplusplus exports
Tim Rowley
2016-03-02
1
-0
/
+6
*
gallium/util: use new cso_save/restore_state() functions
Brian Paul
2016-02-16
1
-34
/
+18
*
gallium: make image views non-persistent objects
Ilia Mirkin
2016-02-15
1
-11
/
+0
*
include,gallium: Remove pre-MSVC 2013 compatibility.
Jose Fonseca
2016-02-11
1
-2
/
+1
*
draw: use util_pstipple_* function for stipple pattern textures and samplers
Nicolai Hähnle
2016-02-09
2
-2
/
+7
*
gallium/util: whitespace, formatting fixes in u_debug_stack.c
Brian Paul
2016-02-08
1
-29
/
+32
*
gallium/util: whitespace, formatting fixes in u_staging.[ch] files
Brian Paul
2016-02-08
2
-33
/
+41
*
gallium/util: switch over to new u_debug_image.[ch] code
Brian Paul
2016-02-08
2
-350
/
+0
*
gallium/util: put image dumping functions into separate file
Brian Paul
2016-02-08
2
-0
/
+422
*
gallium/util: whitespace, formatting fixes in u_debug.c
Brian Paul
2016-02-08
1
-95
/
+106
*
st/nine: Fix use of uninitialized memory
Patrick Rudolph
2016-02-04
1
-0
/
+12
*
tgsi: add PK2H/UP2H support
Roland Scheidegger
2016-02-02
1
-1
/
+6
*
mesa: fix typo in python scripts
Roland Scheidegger
2016-02-02
1
-1
/
+1
*
gallium: Add DragonFly support
François Tigeot
2016-01-31
1
-1
/
+1
*
util/u_pstipple.c: copy immediates during transformation
Nicolai Hähnle
2016-01-19
1
-0
/
+1
*
llvmpipe: fix arguments order given to vec_andc
Oded Gabbay
2016-01-17
1
-0
/
+6
*
gallium/util: removed unused header-file
Erik Faye-Lund
2016-01-12
1
-52
/
+0
*
util/pstipple: allow fragment shader POSITION to be a system value
Marek Olšák
2016-01-08
2
-7
/
+26
*
llvmpipe: do 64bit plane calculations in the sse path
Roland Scheidegger
2016-01-08
1
-12
/
+80
*
gallium: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+2
*
llvmpipe: add POWER8 portability file - u_pwr8.h
Oded Gabbay
2016-01-06
1
-0
/
+310
*
util: add debug_dump_ubyte_rgba_bmp()
Brian Paul
2016-01-05
2
-0
/
+63
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
4
-9
/
+14
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
4
-7
/
+2
*
u_upload_mgr: pass alignment to u_upload_buffer manually
Marek Olšák
2016-01-02
2
-1
/
+3
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
4
-5
/
+8
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
3
-4
/
+6
*
u_upload_mgr: rework the application of alignment
Marek Olšák
2016-01-02
1
-10
/
+14
*
gallium/util: add DEBUG_GET_ONCE_OPTION
Nicolai Hähnle
2015-12-29
1
-0
/
+13
*
gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h
Roland Scheidegger
2015-12-18
1
-0
/
+1
*
util/blitter: minor formatting fixes
Brian Paul
2015-12-11
1
-5
/
+4
*
gallium/util: return correct number of bound vertex buffers
Patrick Rudolph
2015-12-10
1
-1
/
+7
*
gallium/util: Make u_prims_for_vertices() safe
Edward O'Callaghan
2015-12-09
1
-0
/
+3
[next]