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
...
*
freedreno/a3xx/compiler: little cleanups
Rob Clark
2014-07-25
4
-39
/
+19
*
freedreno/a3xx: enable/disable wa's based on patch-level
Rob Clark
2014-07-25
4
-8
/
+34
*
freedreno/a3xx/compiler: make IR heap dyanmic
Rob Clark
2014-07-25
2
-8
/
+43
*
r600g/compute: Fix singed/unsigned comparison compiler warnings.
Jan Vesely
2014-07-25
1
-7
/
+7
*
clover: Query the device to see if images are supported
Tom Stellard
2014-07-25
3
-1
/
+8
*
gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTED
Tom Stellard
2014-07-25
3
-1
/
+11
*
r600g/compute: Allow compute_memory_defrag to defragment between resources
Bruno Jiménez
2014-07-25
2
-5
/
+7
*
r600g/compute: Allow compute_memory_move_item to move items between resources
Bruno Jiménez
2014-07-25
2
-16
/
+16
*
gbm: Search LIBGL_DRIVERS_PATH if GBM_DRIVERS_PATH is not set
Dylan Baker
2014-07-24
1
-1
/
+11
*
winsys/radeon: fix indentation
Jerome Glisse
2014-07-24
1
-29
/
+29
*
Add an accelerated version of F_TO_I for x86_64
Jason Ekstrand
2014-07-24
1
-1
/
+5
*
i965/fs: Decide predicate/predicate_inverse outside of the for loop.
Matt Turner
2014-07-24
1
-9
/
+14
*
i965/fs: Swap if/else conditions in SEL peephole.
Matt Turner
2014-07-24
1
-3
/
+3
*
i965: Improve dead control flow elimination.
Matt Turner
2014-07-24
1
-10
/
+15
*
nvc0/ir: support 2d constbuf indexing
Ilia Mirkin
2014-07-24
1
-0
/
+14
*
gm107/ir: emit LDC subops
Ilia Mirkin
2014-07-24
1
-0
/
+1
*
gk110/ir: emit load constant subop
Ilia Mirkin
2014-07-24
1
-0
/
+1
*
mesa/st: add support for interpolate_at_* ops
Ilia Mirkin
2014-07-24
1
-3
/
+9
*
nv50/ir: fix phi/union sources when their def has been merged
Ilia Mirkin
2014-07-24
1
-0
/
+8
*
nv50/ir: fix hard-coded TYPE_U32 sized register
Ilia Mirkin
2014-07-24
1
-3
/
+4
*
nvc0: mark shader header if fp64 is used
Ilia Mirkin
2014-07-24
1
-0
/
+2
*
nv50/ir: keep track of whether the program uses fp64
Ilia Mirkin
2014-07-24
2
-2
/
+7
*
nvc0: make sure that the local memory allocation is aligned to 0x10
Ilia Mirkin
2014-07-24
1
-1
/
+1
*
mesa: add ARB_clear_texture.xml to file list, remove duplicate decls
Ilia Mirkin
2014-07-24
2
-12
/
+1
*
ilo: check the tilings of imported handles
Chia-I Wu
2014-07-24
1
-30
/
+36
*
ilo: clean up resource bo renaming
Chia-I Wu
2014-07-24
4
-51
/
+63
*
ilo: share some code between {tex,buf}_create_bo
Chia-I Wu
2014-07-24
1
-59
/
+55
*
ilo: use native 3-component vertex formats on GEN7.5+
Chia-I Wu
2014-07-24
2
-1
/
+6
*
ilo: allow for device-dependent format translation
Chia-I Wu
2014-07-24
5
-32
/
+39
*
i965: Accelerate uploads of RGBA and BGRA GL_UNSIGNED_INT_8_8_8_8_REV textures
Jason Ekstrand
2014-07-23
1
-1
/
+5
*
mesa: Fix the name in the error message
Ian Romanick
2014-07-23
1
-1
/
+1
*
glsl: Fix some bad indentation
Ian Romanick
2014-07-23
1
-3
/
+3
*
i965/fs: Set LastRT on the final FB write on Broadwell.
Kenneth Graunke
2014-07-23
1
-4
/
+2
*
i965: Port INTEL_DEBUG=optimizer to the vec4 backend.
Kenneth Graunke
2014-07-23
1
-6
/
+36
*
i965: Save the gl_shader_stage enum in backend_visitor.
Kenneth Graunke
2014-07-23
2
-1
/
+4
*
i965: Don't print WE_normal in disassembly.
Kenneth Graunke
2014-07-23
1
-1
/
+1
*
freedreno/a3xx/compiler: fix p0 (kill, etc)
Rob Clark
2014-07-23
1
-1
/
+2
*
Revert "r600g/compute: Fix warnings"
Tom Stellard
2014-07-23
2
-16
/
+12
*
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
[prev]
[next]