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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
9
-75
/
+75
*
gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
9
-132
/
+134
*
gallium/radeon: use r600_resource_reference
Marek Olšák
2016-06-25
12
-40
/
+32
*
nir: Add a NIR_VALIDATE environment variable
Jason Ekstrand
2016-06-25
1
-0
/
+6
*
st/nine: Use offset_units_unscaled
Axel Davy
2016-06-25
5
-11
/
+13
*
r600g: Implement POLYGON_OFFSET_UNITS_UNSCALED
Axel Davy
2016-06-25
5
-36
/
+46
*
radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED
Axel Davy
2016-06-25
2
-15
/
+19
*
radeon: Remove useless pa_su_poly_offset_db_fmt_cntl
Axel Davy
2016-06-25
1
-1
/
+0
*
r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for evergreen
Axel Davy
2016-06-25
1
-25
/
+13
*
r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for r600
Axel Davy
2016-06-25
1
-24
/
+13
*
radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states
Axel Davy
2016-06-25
1
-23
/
+8
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
19
-0
/
+31
*
i965: Skip update_texture_surface when the plane doesn't exist
Jordan Justen
2016-06-24
3
-29
/
+26
*
i965: Validate a few SEND-from-GRF requirements.
Kenneth Graunke
2016-06-24
1
-0
/
+18
*
i965: Delete send-from-GRF only opcodes from implied_mrf_writes().
Kenneth Graunke
2016-06-24
1
-19
/
+0
*
i965: Drop unnecessary inst->base_mrf = -1 assignments.
Kenneth Graunke
2016-06-24
2
-16
/
+0
*
i965: Set fs_inst::base_mrf = -1 by default.
Kenneth Graunke
2016-06-24
1
-0
/
+1
*
i965: Drop unused return value from intel_finalize_mipmap_tree().
Kenneth Graunke
2016-06-24
2
-7
/
+5
*
i965: Move contents of brw_tex.c into intel_tex_validate.c.
Kenneth Graunke
2016-06-24
4
-58
/
+20
*
radeonsi: fix fractional odd tessellation spacing for Polaris
Marek Olšák
2016-06-24
4
-1
/
+23
*
radeonsi: set some VGT context registers on SI-CI
Marek Olšák
2016-06-24
1
-0
/
+3
*
radeonsi: optimize rendering to linear color buffers
Marek Olšák
2016-06-24
2
-1
/
+12
*
radeonsi: set almost optimal settings in SC_MODE_CNTL_1
Marek Olšák
2016-06-24
1
-1
/
+10
*
gallium/radeon: let drivers specify SC_MODE_CNTL_1 fields
Marek Olšák
2016-06-24
4
-10
/
+18
*
gallium/radeon: disable complicated point clipping against user clip planes
Marek Olšák
2016-06-24
3
-3
/
+0
*
radeonsi: fix a compute shader hang with big threadgroups on SI & CI
Marek Olšák
2016-06-24
1
-0
/
+18
*
nvc0: when mapping directly, provide accurate xfer info + start
Ilia Mirkin
2016-06-24
1
-5
/
+12
*
st/mesa: don't assume that the whole surface gets mapped
Ilia Mirkin
2016-06-24
1
-7
/
+6
*
radeonsi: drop the DRAW_PREAMBLE packet on Polaris
Nicolai Hähnle
2016-06-24
2
-1
/
+28
*
radeonsi: use DRAW_(INDEX_)INDIRECT_MULTI on Polaris
Nicolai Hähnle
2016-06-24
1
-10
/
+36
*
st/mesa: handle negative _ColorDrawBufferIndexes values correctly
Francesco Ansanelli
2016-06-24
1
-1
/
+1
*
winsys/radeon: add guard pages when R600_DEBUG=check_vm is enabled
Nicolai Hähnle
2016-06-24
3
-2
/
+7
*
winsys/amdgpu: add guard pages when R600_DEBUG=check_vm is enabled
Nicolai Hähnle
2016-06-24
3
-2
/
+8
*
radeonsi: report a failure to parse dmesg instead of asserting
Nicolai Hähnle
2016-06-24
1
-1
/
+6
*
radeon: check VM faults from DMA flush
Nicolai Hähnle
2016-06-24
5
-6
/
+68
*
radeonsi: move gfx fence wait out of si_check_vm_faults
Nicolai Hähnle
2016-06-24
2
-6
/
+7
*
radeonsi: extract IB and bo list saving into separate functions
Nicolai Hähnle
2016-06-24
6
-54
/
+88
*
st/mesa: fix readpixels regression with MESA_pack_invert
Nicolai Hähnle
2016-06-24
1
-1
/
+1
*
radeonsi: set LLVM denormal flags
Marek Olšák
2016-06-24
1
-2
/
+5
*
radeonsi: emit 1/sqrt for RSQ
Marek Olšák
2016-06-24
1
-2
/
+16
*
r600g: Enable FMA on chips that support it
Jan Vesely
2016-06-24
2
-5
/
+7
*
gallium/u_queue: allow the execute function to differ per job
Marek Olšák
2016-06-24
6
-15
/
+18
*
gallium/u_queue: reduce the number of mutexes by 2
Marek Olšák
2016-06-24
2
-20
/
+35
*
gallium/u_queue: add an option to name threads
Marek Olšák
2016-06-24
4
-2
/
+13
*
gallium/u_queue: add an option to have multiple worker threads
Marek Olšák
2016-06-24
8
-23
/
+71
*
gallium/u_queue: rewrite util_queue_fence to allow multiple waiters
Marek Olšák
2016-06-24
2
-16
/
+43
*
gallium/u_queue: use a ring instead of a stack
Marek Olšák
2016-06-24
4
-20
/
+47
*
i965: Preserve the internal format of the dri image
Jordan Justen
2016-06-23
1
-3
/
+10
*
anv: Add anv_render_pass_attachment::store_op
Chad Versace
2016-06-23
2
-2
/
+2
*
gbm: Fix comments
Gurkirpal Singh
2016-06-23
1
-2
/
+2
[next]