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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: decrease the size of radeon_surf
Marek Olšák
2016-10-26
3
-34
/
+36
*
gallium/radeon: pass pipe_resource and other params to surface_init directly
Marek Olšák
2016-10-26
4
-193
/
+179
*
radeon/vce: use nblk_y instead of npix_y
Marek Olšák
2016-10-26
4
-7
/
+7
*
gallium/radeon: define RADEON_SURF_MODE_* as enums
Marek Olšák
2016-10-26
2
-9
/
+14
*
gallium/radeon: stop using some input fields from radeon_surface
Marek Olšák
2016-10-26
4
-20
/
+20
*
gallium/radeon: fold r600_setup_surface into r600_init_surface
Marek Olšák
2016-10-26
1
-38
/
+24
*
winsys/amdgpu: remove unused definitions
Marek Olšák
2016-10-26
1
-8
/
+0
*
gallium/radeon: fold radeon_winsys::surface_best into radeon/winsys
Marek Olšák
2016-10-26
4
-38
/
+9
*
gallium/radeon: use r600_gfx_write_event_eop everywhere
Marek Olšák
2016-10-26
3
-23
/
+10
*
gallium/radeon: make r600_gfx_write_fence more generic
Marek Olšák
2016-10-26
4
-14
/
+34
*
gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixups
Marek Olšák
2016-10-26
2
-4
/
+4
*
radeonsi: enable SDMA on Carrizo and all CIK chips again
Marek Olšák
2016-10-26
1
-10
/
+0
*
winsys/amdgpu: fix radeon_surf::macro_tile_index for imported textures
Marek Olšák
2016-10-26
1
-0
/
+17
*
gallium/radeon: make sure the address of separate CMASK is aligned properly
Marek Olšák
2016-10-26
1
-2
/
+3
*
gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_mode
Marek Olšák
2016-10-26
1
-7
/
+7
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
4
-10
/
+10
*
nv50/ir: start LocalCSE with getFirst to merge PHI instructions
Karol Herbst
2016-10-25
1
-1
/
+1
*
nvc0: use correct bufctx when invalidating CP textures
Samuel Pitoiset
2016-10-25
1
-1
/
+1
*
gallium/stapi: fix comment for st_visual::buffer_mask
Brian Paul
2016-10-24
1
-1
/
+1
*
tgsi: trivial build fix for MSVC
Brian Paul
2016-10-24
1
-1
/
+1
*
nv50/ir: do not perform global membar for shared memory
Samuel Pitoiset
2016-10-24
1
-1
/
+4
*
st/nine: Fix locking CubeTexture surfaces.
Axel Davy
2016-10-24
1
-0
/
+1
*
st/nine: Fix mistake in Volume9 UnlockBox
Axel Davy
2016-10-24
1
-1
/
+1
*
st/nine: Use align_calloc instead of align_malloc
Axel Davy
2016-10-24
5
-7
/
+7
*
gallium/util: Add align_calloc
Axel Davy
2016-10-24
1
-0
/
+8
*
st/nine: Fix leak with integer and boolean constants
Axel Davy
2016-10-24
1
-21
/
+18
*
tgsi/scan: scan texture offset operands
Marek Olšák
2016-10-24
1
-0
/
+16
*
tgsi/scan: move src operand processing into a separate function
Marek Olšák
2016-10-24
1
-171
/
+183
*
tgsi/scan: get information about shader buffer usage
Marek Olšák
2016-10-24
2
-0
/
+23
*
tgsi/scan: handle indirect image indexing correctly
Marek Olšák
2016-10-24
2
-8
/
+17
*
tgsi/scan: don't treat RESQ etc. as memory instructions
Marek Olšák
2016-10-24
1
-5
/
+13
*
tgsi/scan: get information about indirect 2D file access
Marek Olšák
2016-10-24
2
-0
/
+7
*
tgsi/scan: get information about indirect CONST access
Marek Olšák
2016-10-24
2
-0
/
+15
*
nv50/ir: display OP_BAR subops in debug mode
Samuel Pitoiset
2016-10-24
1
-0
/
+9
*
nv50/ir: it appears that OP_DISCARD can't take a join modifier
Ilia Mirkin
2016-10-22
1
-0
/
+1
*
nv50/ir: use levelZero for non-frag tex/txp ops
Ilia Mirkin
2016-10-22
1
-0
/
+5
*
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
2016-10-22
17
-0
/
+19
*
nvc0/ir: remove outdated comment about SHLADD
Samuel Pitoiset
2016-10-22
2
-2
/
+0
*
vc4: Avoid making temporaries for assignments to NIR registers.
Eric Anholt
2016-10-21
1
-35
/
+79
*
vc4: Add a comment with discussion of how simulation works.
Eric Anholt
2016-10-21
1
-0
/
+25
*
vc4: Move simulator winsys mapping and tracking to the simulator.
Eric Anholt
2016-10-21
3
-20
/
+56
*
vc4: Move simulator memory management to a u_mm.h heap.
Eric Anholt
2016-10-21
5
-41
/
+208
*
vc4: Move simulator globals into a struct.
Eric Anholt
2016-10-21
2
-34
/
+29
*
vc4: Restructure the simulator mode.
Eric Anholt
2016-10-21
5
-84
/
+182
*
vc4: Fix termination of the initial scan for branch targets.
Eric Anholt
2016-10-21
1
-11
/
+8
*
radeonsi: fix a regression in si_eliminate_const_output
Nicolai Hähnle
2016-10-21
1
-4
/
+3
*
nv50,nvc0: don't keep track of whether fb rt0 is integer-only
Ilia Mirkin
2016-10-21
6
-44
/
+22
*
nvc0: do not break 3D state by pushing MS coordinates on Fermi
Samuel Pitoiset
2016-10-20
1
-43
/
+44
*
nvc0: translate compute shaders at program creation
Samuel Pitoiset
2016-10-20
1
-0
/
+4
*
gallivm: try to fix build with LLVM <= 3.4 due to missing CallSite.h
Marek Olšák
2016-10-20
1
-1
/
+5
[next]