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
/
gallium
/
auxiliary
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/u_queue: allow the execute function to differ per job
Marek Olšák
2016-06-24
2
-10
/
+12
*
gallium/u_queue: reduce the number of mutexes by 2
Marek Olšák
2016-06-24
2
-20
/
+35
*
gallium/u_queue: add an option to name threads
Marek Olšák
2016-06-24
2
-0
/
+11
*
gallium/u_queue: add an option to have multiple worker threads
Marek Olšák
2016-06-24
2
-15
/
+63
*
gallium/u_queue: rewrite util_queue_fence to allow multiple waiters
Marek Olšák
2016-06-24
2
-16
/
+43
*
gallium/u_queue: use a ring instead of a stack
Marek Olšák
2016-06-24
2
-18
/
+45
*
gallium/util: fix some 4-space indentation in blitter code
Brian Paul
2016-06-23
1
-21
/
+21
*
gallium/u_blitter: implement mipmap generation
Marek Olšák
2016-06-21
2
-114
/
+238
*
gallium/util: import the multithreaded job queue from amdgpu winsys (v2)
Marek Olšák
2016-06-15
2
-0
/
+209
*
gallium/util: don't use blocksize for minify for assertions
Roland Scheidegger
2016-06-14
1
-20
/
+8
*
mesa/gallium: Move u_bit_scan{,64} from gallium to util.
Mathias Fröhlich
2016-06-14
1
-148
/
+1
*
util: update some assertions in util_resource_copy_region()
Brian Paul
2016-06-13
1
-4
/
+8
*
util: update util_resource_copy_region() for GL_ARB_copy_image
Brian Paul
2016-06-10
1
-20
/
+95
*
gallium: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
2016-06-10
1
-4
/
+4
*
util,gallivm: Explicitly enable/disable fma attribute.
Jose Fonseca
2016-06-10
2
-0
/
+2
*
gallium/u_suballoc: allow different alignment for each allocation
Marek Olšák
2016-06-04
2
-15
/
+13
*
gallium/util: remove u_staging
Rob Clark
2016-06-02
2
-203
/
+0
*
gallium/u_inlines: allow NULL src in util_copy_image_view
Nicolai Hähnle
2016-06-01
1
-4
/
+11
*
gallium/util: add util_texrange_covers_whole_level from radeon
Marek Olšák
2016-06-01
1
-0
/
+12
*
gallium/u_blitter: do GL-compliant integer resolves
Marek Olšák
2016-05-31
1
-19
/
+7
*
gallium/util: another unsigned -> enum pipe_prim_type change
Brian Paul
2016-05-27
1
-1
/
+1
*
gallium/util: use enum pipe_prim_type instead of unsigned some more
Roland Scheidegger
2016-05-27
1
-5
/
+16
*
gallium/util: fix build break
Rob Clark
2016-05-26
1
-0
/
+1
*
gallium/util: use enum pipe_prim_type in u_prim.h functions
Brian Paul
2016-05-26
1
-14
/
+16
*
util: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
9
-13
/
+15
*
gallium/util: Implement util_format_translate_3d
Axel Davy
2016-05-18
2
-0
/
+47
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-8
/
+0
*
swr: properly expose compressed format support
Tim Rowley
2016-05-12
1
-0
/
+6
*
gallium: refactor pipe_shader_state to support multiple IR's
Rob Clark
2016-05-11
2
-7
/
+14
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
2
-2
/
+2
*
gallium/util: change assertion to conditional in util_bitmask_destroy()
Brian Paul
2016-05-03
1
-4
/
+4
*
gallium,utils: Fix trivial sign compare warnings
Jan Vesely
2016-05-03
8
-21
/
+21
*
gallium/util: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-28
9
-25
/
+25
*
gallium/util: add u_bit_consecutive for generating a consecutive range of bits
Nicolai Hähnle
2016-04-27
1
-0
/
+12
*
gallium: Include intrin.h instead of defining ourselves.
Jose Fonseca
2016-04-26
1
-2
/
+4
*
util/blitter: use ARRAY_SIZE macro
Brian Paul
2016-04-25
1
-9
/
+3
*
gallium/util: initialize pipe_framebuffer_state to zeros
Brian Paul
2016-04-25
1
-1
/
+1
*
util/cache: add comments, fix formatting
Brian Paul
2016-04-25
1
-5
/
+35
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
1
-1
/
+2
*
gallium: remove helpers converting to/from TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-22
/
+0
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
2
-16
/
+16
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
5
-78
/
+66
*
gallium/util: Add u_bit_scan_consecutive_range64.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+14
*
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
[next]