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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: move MI functions to ilo_builder_mi.h
Chia-I Wu
2014-09-12
8
-168
/
+192
*
ilo: add ILO_DEV_ASSERT()
Chia-I Wu
2014-09-12
5
-113
/
+118
*
ilo: use an accessor for dev->gen
Chia-I Wu
2014-09-12
24
-171
/
+198
*
ilo: add GEN_EXTRACT() and GEN_SHIFT32()
Chia-I Wu
2014-09-12
4
-133
/
+142
*
ilo: remove ILO_GEN_GET_MAJOR()
Chia-I Wu
2014-09-12
1
-1
/
+0
*
ilo: careful with empty fb state in ilo_gpe_set_fb()
Chia-I Wu
2014-09-12
2
-1
/
+6
*
nv50,nvc0: enable ARB_texture_view
Ilia Mirkin
2014-09-12
4
-6
/
+6
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
13
-0
/
+13
*
nouveau: remove unneeded assert
Maarten Lankhorst
2014-09-11
1
-1
/
+0
*
nouveau: rework reference frame handling
Maarten Lankhorst
2014-09-11
3
-4
/
+37
*
nouveau: fix MPEG4 hw decoding
Maarten Lankhorst
2014-09-11
1
-3
/
+3
*
nouveau: re-allocate bo's on overflow
Maarten Lankhorst
2014-09-11
4
-11
/
+87
*
ilo: fix a compile error with -Werror=format-security
Chia-I Wu
2014-09-12
1
-1
/
+1
*
radeon/uvd: use PIPE_USAGE_STAGING for msg&fb buffers
Christian König
2014-09-11
1
-1
/
+1
*
radeon/video: use the hw to initial clear the buffers
Christian König
2014-09-11
3
-10
/
+8
*
radeon/video: use more of the common buffer code v2
Christian König
2014-09-11
6
-67
/
+62
*
ilo: add a new disassembler
Chia-I Wu
2014-09-11
3
-4444
/
+1352
*
ilo: update genhw headers
Chia-I Wu
2014-09-11
11
-247
/
+203
*
radeonsi: Simplify si_dma_copy_tile function
Michel Dänzer
2014-09-11
1
-62
/
+41
*
vc4: Add support for shadow samplers.
Eric Anholt
2014-09-09
1
-3
/
+58
*
vc4: Add support for texture swizzles.
Eric Anholt
2014-09-09
1
-1
/
+8
*
vc4: Move the texture format into a struct.
Eric Anholt
2014-09-09
1
-3
/
+5
*
vc4: Add support for depth texturing.
Eric Anholt
2014-09-09
1
-3
/
+13
*
vc4: Expose r4 to register allocation.
Eric Anholt
2014-09-09
4
-23
/
+49
*
vc4: Drop pointless raddr conflict handling on SF.
Eric Anholt
2014-09-09
1
-1
/
+0
*
vc4: The r4_count is supposed to be how many writes, not reads.
Eric Anholt
2014-09-09
1
-1
/
+1
*
r600g,radeonsi: Set RADEON_GEM_NO_CPU_ACCESS flag for tiled BOs
Michel Dänzer
2014-09-10
1
-0
/
+1
*
freedreno/a3xx: enable hw primitive-restart
Rob Clark
2014-09-09
4
-9
/
+20
*
freedreno: update generated headers
Rob Clark
2014-09-09
4
-13
/
+18
*
freedreno/ir3: fix potential segfault in RA
Rob Clark
2014-09-09
1
-2
/
+6
*
freedreno: don't overflow cmdstream buffer so much
Rob Clark
2014-09-09
1
-0
/
+15
*
freedreno/ir3: add no-copy-propagate fallback step
Rob Clark
2014-09-09
3
-11
/
+21
*
ilo: add ilo_builder.h to the sources list
Emil Velikov
2014-09-09
1
-0
/
+1
*
vc4: Fix segfaults when rendering with no color render target.
Eric Anholt
2014-09-09
2
-8
/
+18
*
vc4: Fill out the stencil clear field.
Eric Anholt
2014-09-09
3
-1
/
+5
*
vc4: Flip around the depth/stencil fields.
Eric Anholt
2014-09-09
3
-5
/
+9
*
vc4: Add support for loading/storing the depth buffer.
Eric Anholt
2014-09-09
2
-7
/
+62
*
vc4: Don't forget to do initial tile clearing for depth/stencil.
Eric Anholt
2014-09-09
1
-1
/
+6
*
vc4: Ignore non-address bits of the offset for load/store.
Eric Anholt
2014-09-09
1
-1
/
+1
*
vc4: Add a debug flag for flushing after every draw.
Eric Anholt
2014-09-09
3
-0
/
+6
*
vc4: Add missing null terminator to the debug options list.
Eric Anholt
2014-09-09
1
-0
/
+1
*
ilo: remove unused ilo_cp functions
Chia-I Wu
2014-09-09
2
-146
/
+0
*
ilo: convert GPE GEN6 command functions to use ilo_builder
Chia-I Wu
2014-09-09
4
-764
/
+730
*
ilo: convert GPE GEN7 command functions to use ilo_builder
Chia-I Wu
2014-09-09
4
-517
/
+479
*
ilo: convert GPE state functions to use ilo_builder
Chia-I Wu
2014-09-09
4
-154
/
+129
*
ilo: convert GPE surface functions to use ilo_builder
Chia-I Wu
2014-09-09
2
-56
/
+36
*
ilo: convert BLT to use ilo_builder
Chia-I Wu
2014-09-09
1
-119
/
+122
*
ilo: use ilo_builder for kernels and STATE_BASE_ADDRESS
Chia-I Wu
2014-09-09
9
-201
/
+61
*
ilo: make ilo_cp based on ilo_builder
Chia-I Wu
2014-09-09
16
-979
/
+114
*
ilo: add a builder for building BOs for submission
Chia-I Wu
2014-09-09
4
-0
/
+1641
[next]