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
*
docs: fix date typo: July 78 -> 18
Brian Paul
2014-07-29
1
-1
/
+1
*
svga: remove unneeded depth==1 assertion in svga_texture_view_surface()
Brian Paul
2014-07-29
1
-1
/
+0
*
st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.
José Fonseca
2014-07-29
1
-2
/
+4
*
gallium/radeon: Add some Emacs .dir-locals.el files
Michel Dänzer
2014-07-29
4
-0
/
+45
*
ilo: fix fb height of HiZ ops
Chia-I Wu
2014-07-29
1
-1
/
+1
*
glapi: add indexed blend functions (GL 4.0)
Tapani Pälli
2014-07-28
2
-5
/
+31
*
r600g,radeonsi: switch all occurences of array_size to util_max_layer
Marek Olšák
2014-07-28
3
-6
/
+10
*
radeonsi: fix occlusion queries on Hawaii
Marek Olšák
2014-07-28
1
-1
/
+7
*
winsys/radeon: fix vram_size overflow with Hawaii
Marek Olšák
2014-07-28
3
-5
/
+7
*
radeonsi: fix a hang with streamout on Hawaii
Marek Olšák
2014-07-28
2
-1
/
+14
*
radeonsi: fix a hang with instancing on Hawaii
Marek Olšák
2014-07-28
1
-1
/
+15
*
gallium/util: add a helper for calculating primitive count from vertex count
Marek Olšák
2014-07-28
1
-0
/
+15
*
radeonsi: fix CMASK and HTILE calculations for Hawaii
Marek Olšák
2014-07-28
1
-2
/
+2
*
r600g,radeonsi: add debug flags which disable tiling
Marek Olšák
2014-07-28
3
-13
/
+24
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
18
-39
/
+40
*
r600g: switch SNORM conversion to DX and GLES behavior
Marek Olšák
2014-07-28
4
-7
/
+0
*
util: Fix typo
Tom Stellard
2014-07-28
1
-1
/
+1
*
ilo: correctly propagate resource renames to hardware
Chia-I Wu
2014-07-28
3
-14
/
+30
*
ilo: add ilo_resource_get_bo() helper
Chia-I Wu
2014-07-28
2
-17
/
+18
*
radeonsi: Use util_memcpy_cpu_to_le32()
Tom Stellard
2014-07-28
2
-19
/
+8
*
util: Add util_memcpy_cpu_to_le32() v3
Tom Stellard
2014-07-28
1
-0
/
+17
*
clover: Add checks for image support to the image functions v2
Tom Stellard
2014-07-28
3
-0
/
+12
*
r600g/compute: Add debug information to promote and demote functions
Bruno Jiménez
2014-07-28
1
-4
/
+11
*
r600g/compute: Add documentation to compute_memory_pool
Bruno Jiménez
2014-07-28
2
-31
/
+86
*
ilo: unblock an inline write with a staging bo
Chia-I Wu
2014-07-28
1
-13
/
+31
*
ilo: try unblocking a transfer with a staging bo
Chia-I Wu
2014-07-28
4
-19
/
+209
*
ilo: enable persistent and coherent transfers
Chia-I Wu
2014-07-28
3
-8
/
+35
*
ilo: drop ptr from ilo_transfer
Chia-I Wu
2014-07-28
2
-35
/
+36
*
ilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/
Chia-I Wu
2014-07-28
2
-6
/
+6
*
ilo: drop unused context param from transfer functions
Chia-I Wu
2014-07-28
1
-115
/
+100
*
ilo: tidy up transfer mapping/unmapping
Chia-I Wu
2014-07-28
1
-88
/
+89
*
ilo: tidy up choose_transfer_method()
Chia-I Wu
2014-07-28
1
-84
/
+164
*
ilo: free transfers with util_slab_free()
Chia-I Wu
2014-07-28
1
-1
/
+1
*
clover: Add clUnloadPlatformCompiler.
EdB
2014-07-28
2
-1
/
+6
*
clover: Add clCreateProgramWithBuiltInKernels.
EdB
2014-07-28
2
-1
/
+23
*
glsl/cs: Add several GLSL compute shader variables
Jordan Justen
2014-07-27
1
-0
/
+6
*
main/cs: Add additional compute shader constant values
Jordan Justen
2014-07-27
2
-0
/
+18
*
glsl: No longer require ubo block index to be constant in ir_validate
Chris Forbes
2014-07-26
1
-1
/
+0
*
glsl: Accept nonconstant array references in lower_ubo_reference
Chris Forbes
2014-07-26
1
-11
/
+32
*
glsl: Convert uniform_block in lower_ubo_reference to ir_rvalue.
Chris Forbes
2014-07-26
1
-7
/
+8
*
glsl: Mark entire UBO array active if indexed with non-constant.
Chris Forbes
2014-07-26
1
-19
/
+31
*
glsl: Allow non-constant UBO array indexing with GLSL4/ARB_gpu_shader5.
Chris Forbes
2014-07-26
1
-1
/
+2
*
ilo: simplify ilo_flush()
Chia-I Wu
2014-07-26
3
-20
/
+30
*
r600g/compute: Defrag the pool at the same time as we grow it
Bruno Jiménez
2014-07-25
2
-23
/
+19
*
r600g/compute: Try to use a temporary resource when growing the pool
Bruno Jiménez
2014-07-25
1
-18
/
+43
*
freedreno: fix typo in gpu version check
Rob Clark
2014-07-25
1
-1
/
+1
*
freedreno/ir3: split out shader compiler from a3xx
Rob Clark
2014-07-25
25
-477
/
+580
*
freedreno/a3xx/compiler: rename ir3_shader to ir3
Rob Clark
2014-07-25
12
-55
/
+55
*
freedreno/a3xx/compiler: scheduler vs pred reg
Rob Clark
2014-07-25
2
-3
/
+51
*
freedreno/a3xx/compiler: little cleanups
Rob Clark
2014-07-25
4
-39
/
+19
[next]