index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr: [rasterizer core] Better thread destruction
Tim Rowley
2016-09-19
8
-69
/
+126
*
swr: [rasterizer jitter] Fix missing end-of-file newline
Tim Rowley
2016-09-19
1
-1
/
+2
*
swr: [rasterizer core] Add macros for mapping ArchRast to buckets
Tim Rowley
2016-09-19
11
-200
/
+249
*
nvc0: get rid of nvc0_stage_sampler_states_bind_range()
Samuel Pitoiset
2016-09-19
1
-74
/
+9
*
nvc0: get rid of nvc0_stage_set_sampler_views_range()
Samuel Pitoiset
2016-09-19
1
-89
/
+15
*
nv50/ir: optimize SUB(a, b) to MOV(a - b)
Samuel Pitoiset
2016-09-18
1
-0
/
+10
*
gk110/ir: fix wrong emission of OP_NOT
Samuel Pitoiset
2016-09-18
1
-1
/
+1
*
r600g/sb: fix struct/class declaration conflicts
Martina Kollarova
2016-09-18
1
-5
/
+1
*
svga: relax restriction of compressed formats for texture upload
Charmaine Lee
2016-09-17
1
-3
/
+22
*
svga: skip query flush if we already have the query result
Brian Paul
2016-09-17
1
-5
/
+5
*
svga: remove unneeded svga_context_flush() in svga_end_query()
Brian Paul
2016-09-17
1
-5
/
+0
*
svga: use upload buffer for upload texture.
Charmaine Lee
2016-09-17
6
-26
/
+279
*
svga: refactor svga_texture_transfer_map/unmap functions
Charmaine Lee
2016-09-17
1
-217
/
+272
*
svga: add SVGA3d_vgpu10_TransferFromBuffer()
Charmaine Lee
2016-09-17
3
-0
/
+51
*
svga: single sample surface can be created as non-multisamples surface
Charmaine Lee
2016-09-17
2
-2
/
+6
*
svga: fix memory leak with sampler state
Charmaine Lee
2016-09-17
1
-3
/
+0
*
svga: fix prim type check/assignment in translate_indices()
Brian Paul
2016-09-17
1
-2
/
+2
*
svga: use SVGA3D_QUERYTYPE_MAX for svga query type check
Charmaine Lee
2016-09-17
1
-3
/
+3
*
svga: split the num-resources-mapped hud to textures & buffers
Charmaine Lee
2016-09-17
5
-12
/
+26
*
svga: change svga hud defines to enums
Charmaine Lee
2016-09-17
1
-22
/
+25
*
svga: implement an index buffer translation cache
Brian Paul
2016-09-17
5
-6
/
+84
*
svga: try to emit fewer buffer rebind commands
Brian Paul
2016-09-17
5
-5
/
+60
*
svga: reduce unmapping/remapping of the default constant buffer
Brian Paul
2016-09-17
3
-6
/
+40
*
svga: optimize memcpy() in svga_buffer_update_hw()
Brian Paul
2016-09-17
1
-1
/
+8
*
svga: Use comparison between svga texture types to use PredCopyRegion command
Neha Bhende
2016-09-17
1
-6
/
+9
*
svga: Add function svga_resource_type()
Neha Bhende
2016-09-17
2
-19
/
+21
*
nvc0/ir: fix subops for IMAD
Samuel Pitoiset
2016-09-17
1
-4
/
+6
*
nvc0/ir: fix comments about instructions info
Samuel Pitoiset
2016-09-17
1
-2
/
+3
*
radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3
Tom Stellard
2016-09-16
2
-18
/
+227
*
radeonsi/compute: Add some more debug printfs
Tom Stellard
2016-09-16
1
-0
/
+3
*
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
2016-09-15
1
-1
/
+1
*
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
2016-09-14
2
-3
/
+2
*
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
2016-09-14
2
-2
/
+2
*
radeonsi: reload PS inputs with direct indexing at each use (v2)
Marek Olšák
2016-09-14
3
-22
/
+41
*
radeonsi: get rid of constant buffer preloading
Marek Olšák
2016-09-14
1
-24
/
+14
*
radeonsi: get rid of img/buf/sampler descriptor preloading (v2)
Marek Olšák
2016-09-14
1
-132
/
+47
*
radeonsi: rename get_sampler_desc -> load_sampler_desc
Marek Olšák
2016-09-14
1
-11
/
+11
*
radeonsi: cosmetic changes in si_shader.c
Marek Olšák
2016-09-14
1
-3
/
+5
*
radeonsi: load streamout buffer descriptors before use (v2)
Marek Olšák
2016-09-14
1
-33
/
+14
*
vc4: Implement job shuffling
Eric Anholt
2016-09-14
8
-194
/
+333
*
vc4: Handle resolve skipping at job submit time.
Eric Anholt
2016-09-14
3
-31
/
+37
*
vc4: Move the render job state into a separate structure.
Eric Anholt
2016-09-14
12
-255
/
+287
*
vc4: Always unref the current job surfaces at job reset time.
Eric Anholt
2016-09-14
3
-36
/
+21
*
vc4: Move job-submit skip cases to vc4_job_submit().
Eric Anholt
2016-09-14
2
-12
/
+12
*
vc4: Move bin CL trailer to job_submit() time.
Eric Anholt
2016-09-14
2
-11
/
+14
*
vc4: Simplify the DISCARD_RANGE handling
Eric Anholt
2016-09-14
1
-12
/
+15
*
vc4: Fix incorrect clearing of Z/stencil when cleared separately.
Eric Anholt
2016-09-14
3
-15
/
+38
*
radeonsi: fix FP64 UBO loads with indirect uniform block indexing
Marek Olšák
2016-09-13
1
-2
/
+1
*
radeonsi: clean up CP DMA emit code
Marek Olšák
2016-09-13
1
-84
/
+60
*
radeonsi: print the IB and buffer list in VM fault reports
Marek Olšák
2016-09-13
1
-1
/
+2
[next]