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
*
r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTT
Michel Dänzer
2014-07-23
17
-26
/
+77
*
winsys/radeon: Use separate caching buffer managers for VRAM and GTT
Michel Dänzer
2014-07-23
3
-9
/
+20
*
mesa: Don't use memcpy() in _mesa_texstore() for float depth texture data
Anuj Phogat
2014-07-21
1
-0
/
+15
*
i965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.
Kenneth Graunke
2014-07-21
1
-5
/
+0
*
i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
Kenneth Graunke
2014-07-21
3
-1
/
+11
*
i965: Add missing persample_shading field to brw_wm_debug_recompile.
Kenneth Graunke
2014-07-21
1
-0
/
+2
*
i965/disasm: Don't disassemble the URB complete field on Broadwell.
Kenneth Graunke
2014-07-21
1
-2
/
+4
*
i965: Disable hex offset printing in disassembly.
Kenneth Graunke
2014-07-21
1
-1
/
+2
*
i965/vec4: Use foreach_inst_in_block a couple more places.
Matt Turner
2014-07-21
2
-8
/
+2
*
i965: Replace cfg instances with calls to calculate_cfg().
Matt Turner
2014-07-21
5
-22
/
+22
*
i965/cfg: Add a foreach_block_and_inst macro.
Matt Turner
2014-07-21
1
-0
/
+4
*
i965: Add cfg to backend_visitor.
Matt Turner
2014-07-21
9
-33
/
+48
*
radeonsi/compute: Add support scratch buffer support v2
Tom Stellard
2014-07-21
3
-2
/
+85
*
radeonsi/compute: Bump number of user sgprs for LLVM 3.5
Tom Stellard
2014-07-21
1
-1
/
+6
*
winsys/radeon: Query the kernel for the number of SEs and SHs per SE
Tom Stellard
2014-07-21
2
-0
/
+8
*
radeonsi/compute: Share COMPUTE_DBG macro with r600g
Tom Stellard
2014-07-21
3
-13
/
+10
*
radeonsi: Read rodata from ELF and append it to the end of shaders
Tom Stellard
2014-07-21
3
-1
/
+22
*
glsl: Fix bad indentation
Ian Romanick
2014-07-19
1
-1
/
+1
*
i965: Silence unused parameter warning
Ian Romanick
2014-07-19
1
-1
/
+1
*
i965: Silence 'comparison is always true' warning
Ian Romanick
2014-07-19
1
-2
/
+0
*
i965: Silence many unused parameter warnings
Ian Romanick
2014-07-19
1
-0
/
+10
*
main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORM
Jason Ekstrand
2014-07-18
1
-1
/
+1
*
Add support for RGBA8 and RGBX8 textures in intel_texsubimage_tiled_memcpy
Jason Ekstrand
2014-07-17
1
-0
/
+11
*
i965: Improve debug output in intelTexImage and intelTexSubimage
Jason Ekstrand
2014-07-17
2
-1
/
+9
*
radeonsi: only update vertex buffers when they need updating
Marek Olšák
2014-07-18
3
-2
/
+22
*
radeonsi: remove nr_vertex_buffers
Marek Olšák
2014-07-18
3
-6
/
+23
*
radeonsi: move vertex buffer descriptors from IB to memory
Marek Olšák
2014-07-18
7
-106
/
+133
*
radeonsi: add support for fine-grained sampler view updates
Marek Olšák
2014-07-18
3
-30
/
+21
*
radeonsi: move si_set_sampler_views to si_descriptors.c
Marek Olšák
2014-07-18
3
-73
/
+68
*
radeonsi: move sampler descriptors from IB to memory
Marek Olšák
2014-07-18
5
-82
/
+82
*
radeonsi: implement ARB_draw_indirect
Marek Olšák
2014-07-18
5
-17
/
+128
*
radeonsi: don't add info->start to the index buffer offset
Marek Olšák
2014-07-18
1
-11
/
+25
*
radeonsi: use an SGPR instead of VGT_INDX_OFFSET
Marek Olšák
2014-07-18
4
-14
/
+23
*
radeonsi: assume LLVM 3.4.2 is always present
Marek Olšák
2014-07-18
6
-56
/
+7
*
st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0
Marek Olšák
2014-07-18
6
-3
/
+29
*
glsl: add a mechanism to allow #extension directives in the middle of shaders
Marek Olšák
2014-07-18
4
-0
/
+17
*
r600g: Implement GL_ARB_texture_gather
Glenn Kennard
2014-07-18
2
-7
/
+42
*
i965: Fix z_offset computation in intel_miptree_unmap_depthstencil()
Anuj Phogat
2014-07-17
1
-2
/
+2
*
Revert "i965: Extend compute-to-mrf pass to understand blocks of MOVs"
Anuj Phogat
2014-07-17
1
-53
/
+10
*
i915: Fix up intelInitScreen2 for DRI3
Adel Gadllah
2014-07-17
1
-1
/
+2
*
mesa: Fix regression introduced by commit "mesa: fix packing of float texels ...
Pavel Popov
2014-07-18
1
-8
/
+8
*
nv50: fix build failure on m68k due to invalid struct alignment assumptions
Thorsten Glaser
2014-07-17
1
-0
/
+5
*
clover: Call end_query before getting timestamp result v2
Tom Stellard
2014-07-17
1
-0
/
+1
*
glsl: handle a switch where default is in the middle of cases
Tapani Pälli
2014-07-17
2
-3
/
+83
*
glsl: Make the tree rebalancer use vector_elements, not components().
Kenneth Graunke
2014-07-16
1
-2
/
+2
*
glsl: Guard against error_type in the tree rebalancer.
Kenneth Graunke
2014-07-16
1
-1
/
+3
*
glsl: Make the tree rebalancer bail on matrix operands.
Kenneth Graunke
2014-07-16
1
-1
/
+3
*
Revert "i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams."
Kenneth Graunke
2014-07-16
2
-26
/
+7
*
ilo: add some missing formats
Chia-I Wu
2014-07-16
1
-21
/
+22
*
ilo: update and tailor the surface format table
Chia-I Wu
2014-07-16
1
-286
/
+258
[next]