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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gm107/ir: add emission for ATOMS
Samuel Pitoiset
2016-03-07
1
-1
/
+44
*
gm107/ir: add emission for BAR
Samuel Pitoiset
2016-03-07
1
-0
/
+52
*
gk110/ir: add missing src predicate emission for BAR.RED
Samuel Pitoiset
2016-03-07
1
-0
/
+8
*
gk110/ir: allow to emit immediates for BAR
Samuel Pitoiset
2016-03-07
1
-2
/
+21
*
gk110/ir: fix wrong emission of BAR.SYNC
Samuel Pitoiset
2016-03-07
1
-1
/
+0
*
nvc0/ir: make sure that thread count immediate for BAR fit
Samuel Pitoiset
2016-03-07
1
-0
/
+1
*
svga: add new surface-write-flushes HUD query
Brian Paul
2016-03-07
4
-8
/
+23
*
svga: add new flush-time HUD query
Brian Paul
2016-03-07
4
-7
/
+24
*
svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump()
Brian Paul
2016-03-07
1
-2
/
+8
*
nvc0: reset TFB bufctx when we no longer hold a reference to the buffers
Ilia Mirkin
2016-03-06
2
-2
/
+3
*
nv50/ir: using sampleid/pos shouldn't force per-sample interpolation
Ilia Mirkin
2016-03-05
2
-6
/
+1
*
svga: add new command-buffer-size HUD query
Brian Paul
2016-03-04
4
-7
/
+23
*
svga: add new svga_winsys_context::get_command_buffer_size()
Brian Paul
2016-03-04
1
-0
/
+6
*
svga: reorder SVGA_QUERY_ switch cases to match declaration order
Brian Paul
2016-03-04
1
-9
/
+9
*
svga: Force an RGBA view creation for an RGBA resource
Sinclair Yeh
2016-03-04
1
-1
/
+10
*
svga: fix an error in svga_texture_generate_mipmap
Charmaine Lee
2016-03-04
1
-1
/
+6
*
radeonsi: Do colorformat endian swap for PIPE_USAGE_STAGING
Oded Gabbay
2016-03-03
1
-5
/
+1
*
r600g: Do colorformat endian swap for PIPE_USAGE_STAGING
Oded Gabbay
2016-03-03
2
-17
/
+2
*
mesa/build: add OpenSWR to build
Tim Rowley
2016-03-02
6
-0
/
+427
*
gallium/swr: add OpenSWR rasterizer
Tim Rowley
2016-03-02
88
-0
/
+48234
*
gallium/swr: add OpenSWR driver
Tim Rowley
2016-03-02
23
-0
/
+5718
*
gk110/ir: fix wrong emission of NOT modifier for VOTE
Samuel Pitoiset
2016-03-02
1
-1
/
+1
*
freedreno/ir3: enable shareable shaders
Rob Clark
2016-03-01
5
-8
/
+12
*
freedreno/ir3: pass ctx to constant-emit code
Rob Clark
2016-03-01
4
-25
/
+21
*
freedreno/ir3: add dev ptr to ir3_compiler
Rob Clark
2016-03-01
6
-8
/
+10
*
virgl: add support for passing render condition flags to host.
Dave Airlie
2016-03-01
2
-1
/
+5
*
r600g: remove support for DRM < 2.12.0
Marek Olšák
2016-03-01
6
-68
/
+16
*
r300g: remove support for DRM < 2.12.0
Marek Olšák
2016-03-01
5
-76
/
+7
*
winsys/radeon: drop support for DRM 2.12.0 (kernel < 3.2)
Marek Olšák
2016-03-01
1
-15
/
+1
*
radeonsi: also dump shaders on a VM fault
Marek Olšák
2016-03-01
1
-2
/
+1
*
radeonsi: dump full shader disassemblies into ddebug logs
Marek Olšák
2016-03-01
1
-9
/
+9
*
radeonsi: allow dumping shader disassemblies to a file
Marek Olšák
2016-03-01
3
-22
/
+29
*
radeonsi: use re-Z
Marek Olšák
2016-03-01
3
-6
/
+21
*
r600: Make enum alu_op_flags unsigned
Rob Herring
2016-02-29
1
-8
/
+8
*
gallium/radeon: Add space between string literal and identifier
Rob Herring
2016-02-29
1
-1
/
+1
*
freedreno: drop unnecessary -Wno-packed-bitfield-compat
Rob Herring
2016-02-29
1
-2
/
+2
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
3
-4
/
+7
*
gallium/radeon: disable evergreen_do_fast_color_clear for BE
Oded Gabbay
2016-02-29
1
-0
/
+5
*
gallium/r600: Don't let h/w do endian swap for colorformat
Oded Gabbay
2016-02-29
1
-0
/
+7
*
gallium/radeon: remove separate BE path in r600_translate_colorswap
Oded Gabbay
2016-02-29
1
-12
/
+1
*
nv50/ir: emit VOTE instruction
Samuel Pitoiset
2016-02-28
6
-0
/
+83
*
gk110/ir: add ld lock/st unlock emission
Samuel Pitoiset
2016-02-28
1
-2
/
+28
*
nv50,nvc0: bump minimum texture buffer offset alignment
Ilia Mirkin
2016-02-27
2
-2
/
+2
*
nvc0: rework nvc0_compute_validate_program()
Samuel Pitoiset
2016-02-26
6
-44
/
+20
*
nvc0: make sure to validate compute global buffers on Fermi
Samuel Pitoiset
2016-02-26
1
-1
/
+3
*
nvc0: move nvc0_validate_global_residents() to nvc0_compute.c
Samuel Pitoiset
2016-02-26
4
-19
/
+17
*
virgl: add missing CAP turned off.
Dave Airlie
2016-02-26
1
-0
/
+3
*
gallium/radeon: return correct values for BE in r600_translate_colorswap
Oded Gabbay
2016-02-25
1
-4
/
+4
*
gallium/radeon: Correctly translate colorswaps for big endian
Oded Gabbay
2016-02-23
1
-0
/
+11
*
nvc0: rename 3d binding points to NVC0_BIND_3D_XXX
Samuel Pitoiset
2016-02-22
9
-63
/
+64
[next]