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
*
gallium/u_suballoc: allow different alignment for each allocation
Marek Olšák
2016-06-04
6
-6
/
+7
*
freedreno/ir3: do idiv lowering after main opt loop
Rob Clark
2016-06-03
1
-16
/
+27
*
radeonsi: mark buffer texture range valid for shader images
Nicolai Hähnle
2016-06-03
1
-0
/
+23
*
nvc0: mark buffer texture range valid for shader images
Samuel Pitoiset
2016-06-03
3
-0
/
+31
*
svga: allow copy box in svga_transfer_dma_band()
Charmaine Lee
2016-06-02
1
-13
/
+20
*
freedreno: fix bad bitshift warnings
Rob Clark
2016-06-02
1
-0
/
+2
*
freedreno: assume builtin shaders do compile
Rob Clark
2016-06-02
1
-1
/
+2
*
freedreno/a4xx: silence coverity warning
Rob Clark
2016-06-02
1
-0
/
+6
*
freedreno/a3xx+a4xx: fix potential null ptr deref
Rob Clark
2016-06-02
2
-2
/
+4
*
freedreno/ir3: fix coverity warning
Rob Clark
2016-06-02
1
-1
/
+3
*
freedreno/ir3: use nir_shader_get_entrypoint() helper
Rob Clark
2016-06-02
1
-10
/
+1
*
freedreno/a4xx: fix incorrect enum type
Rob Clark
2016-06-02
1
-1
/
+1
*
freedreno: fix coverity negative array index warning
Rob Clark
2016-06-02
1
-0
/
+2
*
freedreno: fix dereference before null check
Rob Clark
2016-06-02
1
-2
/
+1
*
freedreno/a3xx: only update/emit bordercolor state when needed
Rob Clark
2016-06-02
3
-17
/
+27
*
freedreno/a4xx: only update/emit bordercolor state when needed
Rob Clark
2016-06-02
3
-17
/
+26
*
radeon/uvd: fix the H264 level for Tonga v2
Christian König
2016-06-02
1
-1
/
+1
*
radeon/winsys: introduce radeon_winsys_cs_chunk
Nicolai Hähnle
2016-06-01
9
-34
/
+52
*
radeonsi/sid: add packet definitions for IB chaining
Nicolai Hähnle
2016-06-01
2
-0
/
+15
*
gallium/radeon: use cs_check_space throughout
Nicolai Hähnle
2016-06-01
5
-10
/
+7
*
radeon/winsys: add cs_check_space
Nicolai Hähnle
2016-06-01
1
-0
/
+9
*
radeonsi: set correct stencil tile mode for texturing
Marek Olšák
2016-06-01
1
-2
/
+8
*
gallium/radeon: lower memory usage during texture transfers
Marek Olšák
2016-06-01
2
-4
/
+29
*
gallium/radeon: invalidate busy linear textures for whole-texture uploads
Marek Olšák
2016-06-01
1
-2
/
+28
*
gallium/radeon: degrade tiled textures mapped often to linear
Marek Olšák
2016-06-01
2
-0
/
+103
*
gallium/radeon: clean up and better comment use_staging_texture
Marek Olšák
2016-06-01
1
-19
/
+23
*
radeonsi: set some colorbuffer register fields at emit time
Marek Olšák
2016-06-01
3
-50
/
+47
*
radeonsi: implement global resetting of texture descriptors
Marek Olšák
2016-06-01
4
-6
/
+64
*
radeonsi: move code for setting one shader image into separate function
Marek Olšák
2016-06-01
1
-71
/
+82
*
radeonsi: set some image descriptor fields at bind time
Marek Olšák
2016-06-01
4
-71
/
+111
*
gallium/radeon: strenghten some checking for DMA preparation
Marek Olšák
2016-06-01
1
-1
/
+6
*
gallium/util: add util_texrange_covers_whole_level from radeon
Marek Olšák
2016-06-01
1
-17
/
+6
*
radeonsi: fix the raster config setup for 1 RB iceland chips
Alex Deucher
2016-06-01
1
-1
/
+4
*
nv50/ir: fix error finding free element in bitset in some situations
Ilia Mirkin
2016-05-31
1
-0
/
+6
*
nv50/ir: print relevant file's bitset when showing RA info
Ilia Mirkin
2016-05-31
1
-4
/
+4
*
radeonsi: Decompress DCC textures in a render feedback loop.
Bas Nieuwenhuizen
2016-05-31
4
-0
/
+113
*
radeonsi: Add counter to check if a texture is bound to a framebuffer.
Bas Nieuwenhuizen
2016-05-31
4
-0
/
+26
*
vc4: Fix compiler warnings in fail_instr path of QIR validate pass
Rhys Kidd
2016-05-31
1
-10
/
+10
*
svga: change enum pipe_resource_usage back to unsigned
Brian Paul
2016-05-31
1
-1
/
+1
*
radeonsi: fix CP DMA hazard with index buffer fetches
Marek Olšák
2016-05-31
1
-2
/
+20
*
r600g: do GL-compliant integer resolves
Marek Olšák
2016-05-31
1
-37
/
+1
*
radeonsi: do GL-compliant integer resolves
Marek Olšák
2016-05-31
1
-37
/
+1
*
radeonsi: don't flush TC at the end of IBs on DRM >= 3.2.0
Marek Olšák
2016-05-31
1
-2
/
+3
*
gallium/radeon: fixed division by zero
Jakob Sinclair
2016-05-31
1
-0
/
+3
*
nvc0/ir: fix spilling predicates to registers
Ilia Mirkin
2016-05-30
1
-0
/
+4
*
nvc0/ir: limit max number of regs based on availability in SM
Ilia Mirkin
2016-05-30
2
-2
/
+4
*
nv50/ir: record number of threads in a compute shader
Ilia Mirkin
2016-05-30
5
-2
/
+10
*
nv50/ir: Add missing handling of U64/S64 in inlines
Pierre Moreau
2016-05-30
1
-1
/
+3
*
vc4: Fix doxygen warnings
12.0-branchpoint
Rhys Kidd
2016-05-30
2
-6
/
+6
*
nvc0/ir: fix emission of predicate spill to register
Ilia Mirkin
2016-05-30
1
-1
/
+2
[next]