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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Start converting the driver to use vertex shaders.
Eric Anholt
2014-08-08
3
-45
/
+177
*
vc4: Initial skeleton driver import.
Eric Anholt
2014-08-08
26
-0
/
+4438
*
ilo: break down the format table
Chia-I Wu
2014-08-08
1
-299
/
+431
*
llvmpipe/tests: automake: link against libmesautil.la
Emil Velikov
2014-08-05
1
-5
/
+6
*
llvmpipe: implement support for cube map arrays
Roland Scheidegger
2014-08-05
5
-4
/
+16
*
svga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two relocations.
Matthew McClure
2014-08-04
1
-1
/
+1
*
gallium: Move sRGB <-> RGB handling to libmesautil
Jason Ekstrand
2014-08-04
3
-2
/
+3
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
4
-4
/
+2
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
2
-1
/
+4
*
llvmpipe: don't store number of layers per level
Roland Scheidegger
2014-08-01
2
-78
/
+50
*
llvmpipe: integrate memory allocation into llvmpipe_texture_layout
Roland Scheidegger
2014-08-01
1
-45
/
+29
*
llvmpipe: get rid of impossible code in alloc_image_data
Roland Scheidegger
2014-08-01
1
-26
/
+13
*
r600g: Implement gpu_shader5 textureGather
Glenn Kennard
2014-08-01
2
-5
/
+36
*
r600g/radeonsi: Prefer VRAM for CPU -> GPU streaming buffers
Michel Dänzer
2014-08-01
1
-4
/
+11
*
r600g/radeonsi: Reduce or even drop special treatment of persistent mappings
Michel Dänzer
2014-08-01
1
-4
/
+8
*
r600g: gpu_shader5 gl_SampleMaskIn support
Glenn Kennard
2014-07-31
2
-7
/
+40
*
r600g: Implement gpu_shader5 integer ops
Glenn Kennard
2014-07-31
1
-0
/
+190
*
r600g: Add IMUL_HI/UMUL_HI support
Glenn Kennard
2014-07-31
1
-6
/
+6
*
r600g: Implement GL_ARB_texture_query_lod
Glenn Kennard
2014-07-31
2
-2
/
+13
*
dri: Add a new capabilities for drivers that can't share buffers
Giovanni Campagna
2014-07-30
1
-1
/
+1
*
svga: remove unneeded depth==1 assertion in svga_texture_view_surface()
Brian Paul
2014-07-29
1
-1
/
+0
*
gallium/radeon: Add some Emacs .dir-locals.el files
Michel Dänzer
2014-07-29
3
-0
/
+33
*
ilo: fix fb height of HiZ ops
Chia-I Wu
2014-07-29
1
-1
/
+1
*
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
1
-1
/
+3
*
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
*
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
11
-26
/
+26
*
r600g: switch SNORM conversion to DX and GLES behavior
Marek Olšák
2014-07-28
4
-7
/
+0
*
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
*
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
*
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
[next]