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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
42
-149
/
+141
*
r600g,sb: Don't use standard macro name
Jan Vesely
2016-05-17
5
-11
/
+11
*
scons: gallium: link against nir as needed
Emil Velikov
2016-05-17
5
-1
/
+5
*
nvc0/ir: fix shared atomic lowering to preserve shared memory location
Ilia Mirkin
2016-05-17
1
-10
/
+8
*
freedreno/ir3: fix compiler warning
Rob Clark
2016-05-17
1
-0
/
+1
*
nvc0/ir: make sure out-of-bounds buffer loads/atomics get a 0 result
Ilia Mirkin
2016-05-17
1
-1
/
+26
*
vl/dri: Move the DRI3 check out of sources include into C.
Jose Fonseca
2016-05-16
2
-5
/
+5
*
st/vdpau: add dri3 support
Leo Liu
2016-05-16
1
-1
/
+5
*
vl/dri3: implement functions for get and set timestamp
Leo Liu
2016-05-16
1
-6
/
+53
*
vl/dri3: handle PresentCompleteNotify event
Leo Liu
2016-05-16
1
-1
/
+27
*
st/va: add dri3 support
Leo Liu
2016-05-16
1
-1
/
+5
*
vl/dri3: implement DRI3 BufferFromPixmap
Leo Liu
2016-05-16
1
-3
/
+113
*
vl/dri3: add support for resizing
Leo Liu
2016-05-16
1
-4
/
+13
*
vl/dri3: implement funciton for get dirty area
Leo Liu
2016-05-16
1
-2
/
+9
*
vl/dri3: implement function for flush frontbuffer
Leo Liu
2016-05-16
1
-2
/
+30
*
vl/dri3: add back buffers support
Leo Liu
2016-05-16
1
-2
/
+185
*
vl/dri3: implement flushing for queued events
Leo Liu
2016-05-16
1
-0
/
+36
*
vl/dri3: register present events
Leo Liu
2016-05-16
1
-0
/
+27
*
vl/dri3: set drawable geometry
Leo Liu
2016-05-16
1
-0
/
+35
*
vl/dri3: add DRI3 support and implement create and destroy
Leo Liu
2016-05-16
3
-0
/
+208
*
clover: grid_offset should be padded with 0 not 1
Jan Vesely
2016-05-16
1
-1
/
+1
*
clover: Handle PIPE_SHADER_IR_NIR in switch
Jan Vesely
2016-05-15
1
-1
/
+2
*
freedreno/ir3: small standalone compiler cleanup
Rob Clark
2016-05-15
1
-2
/
+1
*
freedreno/ir3: lower fdiv
Rob Clark
2016-05-15
1
-0
/
+1
*
freedreno/ir3: handle VARYING_SLOT_PNTC
Rob Clark
2016-05-15
1
-0
/
+12
*
freedreno/ir3: disable TGSI specific hacks in nir case
Rob Clark
2016-05-15
4
-2
/
+7
*
freedreno/ir3: add support for NIR as preferred IR
Rob Clark
2016-05-15
6
-18
/
+61
*
nv50/ir: avoid asserts when the state tracker feeds us bogus inputs
Ilia Mirkin
2016-05-15
1
-12
/
+48
*
nvc0: don't try to go through the push path for indirect draws
Ilia Mirkin
2016-05-15
1
-1
/
+2
*
nvc0/ir: make sure to align the second arg of TXD to 4, as we do for TEX
Ilia Mirkin
2016-05-15
1
-0
/
+14
*
nv50,nvc0: add support for cull distances
Tobias Klausmann
2016-05-15
10
-11
/
+33
*
gallium: Add a pipe cap for arb_cull_distance
Tobias Klausmann
2016-05-14
15
-0
/
+16
*
radeonsi/sid_tables: rename reg_table to sid_reg_table
Nicolai Hähnle
2016-05-13
2
-3
/
+3
*
radeonsi/sid_tables: store offset into global fields table instead of pointer
Nicolai Hähnle
2016-05-13
2
-9
/
+16
*
radeonsi/sid_tables: store strings by offset instead of by pointer
Nicolai Hähnle
2016-05-13
2
-28
/
+141
*
r600: remove TABLE_SIZE macro
Nicolai Hähnle
2016-05-13
2
-4
/
+2
*
r600: move alu_op_table to .c file
Nicolai Hähnle
2016-05-13
3
-277
/
+291
*
r600: move cf_op_table to .c file
Nicolai Hähnle
2016-05-13
2
-108
/
+111
*
r600: move fetch_op_table to .c file
Nicolai Hähnle
2016-05-13
2
-118
/
+121
*
r600: protect r600_isa.h with extern "C"
Nicolai Hähnle
2016-05-13
1
-0
/
+8
*
gallium/ddebug: Implement launch_grid.
Bas Nieuwenhuizen
2016-05-13
1
-0
/
+29
*
gallium/ddebug: Support compute states.
Bas Nieuwenhuizen
2016-05-13
1
-16
/
+40
*
gallium/ddebug: Add passthrough for get_compute_param.
Bas Nieuwenhuizen
2016-05-13
1
-0
/
+12
*
vl/dri: fix close fd error out
Leo Liu
2016-05-12
1
-3
/
+5
*
nvc0: fix indentation in nvc0_invalidate_resource_storage()
Samuel Pitoiset
2016-05-12
1
-52
/
+52
*
nvc0: save some CPU cycles in nvc0_context_unreference_resources()
Samuel Pitoiset
2016-05-12
1
-8
/
+6
*
nvc0: invalidate texture buffers for compute
Samuel Pitoiset
2016-05-12
1
-3
/
+8
*
swr: properly expose compressed format support
Tim Rowley
2016-05-12
2
-0
/
+23
*
nvc0: fix gl_SampleMaskIn computation
Ilia Mirkin
2016-05-11
10
-5
/
+94
*
nv50/ir: generalize interp fixups to be able to fixup anything
Ilia Mirkin
2016-05-11
10
-60
/
+71
[next]