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
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possible
Brian Paul
2016-09-23
1
-1
/
+11
*
svga: don't special case caps for SVGA3D_R32_FLOAT
Brian Paul
2016-09-23
1
-6
/
+2
*
svga: use new adjust_z_layer() helper in svga_pipe_blit.c
Brian Paul
2016-09-23
1
-44
/
+28
*
svga: simplify/improve the format compatibility check for region copies
Brian Paul
2016-09-23
1
-5
/
+25
*
svga: add const qualifier on svga_translate_format()
Brian Paul
2016-09-23
2
-2
/
+2
*
svga: eliminate unneeded gotos in svga_validate_surface_view()
Brian Paul
2016-09-23
1
-7
/
+4
*
svga: disable srgb format related code from svga_blit()
Neha Bhende
2016-09-23
1
-12
/
+0
*
gallium: remove unused PIPE_CC_GCC_VERSION
Timothy Arceri
2016-09-23
1
-1
/
+0
*
nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.
Eric Anholt
2016-09-22
1
-1
/
+1
*
gallium/util: add comment on util_is_format_compatible()
Brian Paul
2016-09-21
1
-0
/
+24
*
svga: minor simplification in svga_validate_surface_view()
Brian Paul
2016-09-21
1
-3
/
+2
*
svga: remove disable_shader debug variable
Brian Paul
2016-09-21
3
-10
/
+0
*
gallivm: support negation on 64-bit integers
Nicolai Hähnle
2016-09-21
1
-0
/
+4
*
radeonsi: prepare 64-bit integer support. (v2)
Dave Airlie
2016-09-21
1
-7
/
+62
*
gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
Dave Airlie
2016-09-21
5
-5
/
+500
*
tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)
Dave Airlie
2016-09-21
1
-132
/
+541
*
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
2016-09-21
7
-2
/
+117
*
gallium: add opcode and types for 64-bit integers. (v3)
Dave Airlie
2016-09-21
4
-20
/
+362
*
radeon/vce: add firmware support for version 52.8.3
Leo Liu
2016-09-20
1
-0
/
+3
*
st/omx/dec/h265: Correct the timestamping
Indrajit Das
2016-09-20
1
-1
/
+12
*
st/va: flush the context before calling flush_frontbuffer(v2)
Nayan Deshmukh
2016-09-20
1
-1
/
+5
*
st/vdpau: flush the context before calling flush_frontbuffer
Nayan Deshmukh
2016-09-20
1
-2
/
+5
*
vl/dri3: handle the case of different GPU(v4.2)
Nayan Deshmukh
2016-09-20
1
-13
/
+53
*
st/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf
Ilia Mirkin
2016-09-20
2
-2
/
+2
*
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
*
tgsi: Enable returns from within loops
Lars Hamre
2016-09-17
1
-0
/
+4
*
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
[next]