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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Track non-compressible sampling of renderbuffers
Topi Pohjolainen
2016-09-12
3
-2
/
+52
*
i965: Replace boolean rb surface state setup argument with flags
Topi Pohjolainen
2016-09-12
3
-12
/
+20
*
i965/rbc: Allow integer formats as advertised in isl_format.c
Topi Pohjolainen
2016-09-12
1
-2
/
+1
*
i965: remove unused variable at intel_miptree_create_for_teximage
Alejandro Piñeiro
2016-09-12
1
-1
/
+0
*
mesa/glsl: Move string_to_uint_map into the util folder
Thomas Helland
2016-09-12
13
-167
/
+17
*
glsl: Convert glcpp-parse to the util hash table
Thomas Helland
2016-09-12
2
-21
/
+35
*
glsl: Convert loop analysis to the util hash table
Thomas Helland
2016-09-12
2
-15
/
+18
*
mesa: Convert symbol table to the util hash table
Thomas Helland
2016-09-12
1
-7
/
+8
*
glsl: Convert varying test to the util hash table
Thomas Helland
2016-09-12
1
-57
/
+29
*
glsl: Convert output read lowering to the util hash table
Thomas Helland
2016-09-12
1
-8
/
+9
*
glsl: Convert interface block lowering to the util hash table
Thomas Helland
2016-09-12
1
-13
/
+14
*
glsl: Convert if lowering to use a set
Thomas Helland
2016-09-12
1
-23
/
+26
*
glsl: Convert linker to the util hash table
Thomas Helland
2016-09-12
1
-12
/
+17
*
glsl: Convert link_varyings to the util hash table
Thomas Helland
2016-09-12
1
-25
/
+33
*
glsl: Change link_functions to use a set
Thomas Helland
2016-09-12
1
-13
/
+15
*
glsl: Convert recursion detection to the util hash table
Thomas Helland
2016-09-12
1
-13
/
+17
*
glsl: Convert constant_expression to the util hash table
Thomas Helland
2016-09-12
1
-11
/
+14
*
glsl: Convert ast_to_hir to the util hash table
Thomas Helland
2016-09-12
1
-11
/
+13
*
glsl: Convert ir_clone to the util hash table
Thomas Helland
2016-09-12
1
-16
/
+18
*
glsl: Convert function inlining to the util hash table
Thomas Helland
2016-09-12
1
-3
/
+3
*
mesa: Convert string_to_uint_map to the util hash table
Thomas Helland
2016-09-12
1
-44
/
+22
*
util: Move hash_table_call_foreach to util hash table
Thomas Helland
2016-09-12
2
-14
/
+13
*
mesa: Remove prog_hash_table.c
Thomas Helland
2016-09-12
6
-85
/
+23
*
mesa: Remove unused hash table includes
Thomas Helland
2016-09-12
4
-4
/
+0
*
freedreno/a3xx: disable filtering for texture buffers and int textures
Ilia Mirkin
2016-09-11
1
-0
/
+2
*
st/clover: Define __OPENCL_VERSION__ on the device side
Niels Ole Salscheider
2016-09-10
1
-0
/
+3
*
gm107/ir: allow indirect inputs to be loaded by frag shader
Ilia Mirkin
2016-09-10
2
-5
/
+21
*
gm107/ir: AL2P writes to a predicate register
Ilia Mirkin
2016-09-10
1
-0
/
+1
*
i965: Fix calculation of the image height at start level
Antia Puentes
2016-09-10
1
-6
/
+21
*
radeonsi: flush TC L2 before using a compute indirect buffer
Marek Olšák
2016-09-09
1
-2
/
+10
*
radeonsi: fix the VGT performance tweak for small instances
Marek Olšák
2016-09-09
1
-5
/
+6
*
radeonsi: remove the cache_flush atom
Marek Olšák
2016-09-09
7
-12
/
+9
*
winsys/amdgpu: replace OUT_CS with radeon_emit
Marek Olšák
2016-09-09
1
-14
/
+12
*
winsys/radeon: replace OUT_CS with radeon_emit
Marek Olšák
2016-09-09
1
-7
/
+5
*
egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT
Haixia Shi
2016-09-09
1
-0
/
+2
*
android: depend on libmesa_genxml from i965 Android.gen.mk
Tapani Pälli
2016-09-09
1
-0
/
+2
*
i965: release GLSL IR in LinkShader after it's not needed
Tapani Pälli
2016-09-09
1
-0
/
+11
*
glsl: use hash instead of exec_list in copy propagation
Tapani Pälli
2016-09-09
1
-51
/
+41
*
i965/fs: Fail the shader compile instead of asserting when we can't spill
Jason Ekstrand
2016-09-08
1
-2
/
+3
*
nir/gcm: Add global value numbering support
Jason Ekstrand
2016-09-08
2
-6
/
+25
*
nir/gcm: Call nir_metadata_preserve
Jason Ekstrand
2016-09-08
1
-0
/
+3
*
r300g: Set R300_VAP_CNTL on RSxxx to avoid triangle flickering
Max Staudt
2016-09-09
1
-1
/
+9
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
29
-95
/
+24
*
radeonsi: unify si_set_optimal_micro_tile_mode call sites
Marek Olšák
2016-09-08
1
-8
/
+4
*
radeonsi: fix texture reinterpretation after DCC fast clear
Marek Olšák
2016-09-08
1
-12
/
+20
*
radeonsi: enable DCC fast clear for 128-bit formats
Marek Olšák
2016-09-08
1
-13
/
+32
*
radeonsi: clamp integer clear color values for DCC fast clear
Marek Olšák
2016-09-08
1
-4
/
+12
*
Revert "radeonsi: enable SDMA on CIK"
Marek Olšák
2016-09-08
1
-0
/
+4
*
nir/spirv: Refactor variable deocration handling
Jason Ekstrand
2016-09-08
1
-15
/
+29
*
nir/spirv: Break variable decoration handling into a helper
Jason Ekstrand
2016-09-08
1
-74
/
+81
[next]