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
*
radeon/llvm: fix formatting
Grigori Goronzy
2014-07-23
1
-10
/
+14
*
radeon/llvm: enable unsafe math for graphics shaders
Grigori Goronzy
2014-07-23
1
-0
/
+5
*
r600g/compute: Fix warnings
Tom Stellard
2014-07-23
2
-12
/
+16
*
r600g: Use hardware sqrt instruction
Glenn Kennard
2014-07-23
2
-7
/
+4
*
r600g/compute: Remove unneeded code from compute_memory_promote_item
Bruno Jiménez
2014-07-23
2
-36
/
+12
*
r600g/compute: Quick exit if there's nothing to add to the pool
Bruno Jiménez
2014-07-23
1
-0
/
+4
*
r600g/compute: Defrag the pool if it's necesary
Bruno Jiménez
2014-07-23
2
-17
/
+19
*
r600g/compute: Add a function for defragmenting the pool
Bruno Jiménez
2014-07-23
2
-0
/
+28
*
r600g/compute: Add a function for moving items in the pool
Bruno Jiménez
2014-07-23
2
-0
/
+93
*
freedreno/a3xx: more vtx formats
Rob Clark
2014-07-23
1
-0
/
+17
*
freedreno/a3xx/compiler: const file relative addressing
Rob Clark
2014-07-23
8
-68
/
+203
*
freedreno/a3xx/compiler: move function
Rob Clark
2014-07-23
1
-35
/
+35
*
freedreno/a3xx: add back a few stalls
Rob Clark
2014-07-23
1
-0
/
+8
*
targets/dri: fix freedreno targets
Rob Clark
2014-07-23
2
-3
/
+11
*
freedreno: update generated headers
Rob Clark
2014-07-23
4
-14
/
+14
*
docs: Update GL3.txt and relnotes for GL_ARB_clear_texture
Neil Roberts
2014-07-23
2
-1
/
+2
*
meta: Add a meta implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
4
-0
/
+198
*
meta: Add a state flag for the GL_DITHER
Neil Roberts
2014-07-23
2
-0
/
+12
*
texstore: Add a generic implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
2
-0
/
+79
*
mesa/main: Add generic bits of ARB_clear_texture implementation
Neil Roberts
2014-07-23
3
-1
/
+271
*
teximage: Add utility func for format/internalFormat compatibility check
Neil Roberts
2014-07-23
1
-21
/
+38
*
mesa/main: add ARB_clear_texture entrypoints
Ilia Mirkin
2014-07-23
7
-1
/
+69
*
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
*
docs/GL3.txt: update status for ARB_compute_shader
Dave Airlie
2014-07-23
1
-1
/
+1
*
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
*
configure.ac: Add LLVM patch version to error message.
Vinson Lee
2014-07-18
1
-1
/
+1
*
main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORM
Jason Ekstrand
2014-07-18
1
-1
/
+1
*
docs: Import 10.2.4 release notes
Carl Worth
2014-07-18
3
-0
/
+134
*
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
[next]