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
...
*
ilo: trust vertex element count more
Chia-I Wu
2014-09-14
1
-3
/
+2
*
ilo: simplify src operand gathering in disassembler
Chia-I Wu
2014-09-14
1
-15
/
+5
*
ilo: derive 3-src instructions from the opcode table
Chia-I Wu
2014-09-14
1
-9
/
+2
*
ilo: clean up 3DPRIMITIVE functions
Chia-I Wu
2014-09-13
5
-25
/
+24
*
ilo: clean up 3D/media common functions
Chia-I Wu
2014-09-13
3
-120
/
+42
*
ilo: move 3D functions to ilo_builder_3d*.h
Chia-I Wu
2014-09-13
9
-2538
/
+2614
*
ilo: move media functions to ilo_builder_media.h
Chia-I Wu
2014-09-13
4
-173
/
+211
*
ilo: move GPE common functions to ilo_builder_render.h
Chia-I Wu
2014-09-13
7
-267
/
+303
*
freedreno: "fix" problems with excessive flushes
Rob Clark
2014-09-12
5
-27
/
+14
*
r600g,radeonsi: add debug option which forces DMA for copy_region and blit
Marek Olšák
2014-09-12
11
-21
/
+52
*
freedreno/ir3: implement UMUL correctly
Ilia Mirkin
2014-09-12
1
-1
/
+48
*
freedreno/ir3: fix UCMP handling
Ilia Mirkin
2014-09-12
1
-37
/
+39
*
freedreno/ir3: add TXL support
Ilia Mirkin
2014-09-12
1
-1
/
+3
*
freedreno/ir3: add missing put_dst
Rob Clark
2014-09-12
1
-0
/
+1
*
freedreno/ir3: catch incorrect usage of tmp-dst
Rob Clark
2014-09-12
1
-0
/
+15
*
freedreno/ir3: use unsigned comparison for UIF
Ilia Mirkin
2014-09-12
1
-4
/
+4
*
freedreno/ir3: negate result of USLT/etc
Ilia Mirkin
2014-09-12
1
-8
/
+15
*
freedreno/ir3: add UARL support
Ilia Mirkin
2014-09-12
1
-2
/
+4
*
freedreno/ir3: INEG operates on src0, not src1
Ilia Mirkin
2014-09-12
1
-1
/
+3
*
freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0
Ilia Mirkin
2014-09-12
1
-4
/
+8
*
freedreno/a3xx: alpha render-target shenanigans
Rob Clark
2014-09-12
4
-2
/
+34
*
util/u_format: add _is_alpha()
Rob Clark
2014-09-12
2
-0
/
+19
*
freedreno/a3xx: format fixes
Rob Clark
2014-09-12
3
-5
/
+20
*
freedreno: update generated headers
Rob Clark
2014-09-12
4
-4
/
+6
*
freedreno/a3xx: handle rendering to layer != 0
Rob Clark
2014-09-12
1
-2
/
+12
*
r300g: set register classes before interferences
Connor Abbott
2014-09-12
1
-2
/
+4
*
gallium/util: add missing u_debug include
Andreas Boll
2014-09-12
1
-0
/
+1
*
ilo: fix builder size checks for BLT buffer clear/copy
Chia-I Wu
2014-09-12
1
-4
/
+8
*
ilo: reduce BLT function parameters
Chia-I Wu
2014-09-12
2
-142
/
+171
*
ilo: clean up BLT functions
Chia-I Wu
2014-09-12
2
-104
/
+91
*
ilo: clean up MI functions
Chia-I Wu
2014-09-12
3
-40
/
+45
*
ilo: move BLT functions to ilo_builder_blt.h
Chia-I Wu
2014-09-12
3
-257
/
+296
*
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
17
-0
/
+20
*
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
[prev]
[next]