index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
gallivm: support negation on 64-bit integers
Nicolai Hähnle
1
-0
/
+4
2016-09-21
radeonsi: prepare 64-bit integer support. (v2)
Dave Airlie
1
-7
/
+62
2016-09-21
gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
Dave Airlie
5
-5
/
+500
2016-09-21
tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)
Dave Airlie
1
-132
/
+541
2016-09-21
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
7
-2
/
+117
2016-09-21
gallium: add opcode and types for 64-bit integers. (v3)
Dave Airlie
4
-20
/
+362
2016-09-20
i965: Rename intelScreen to screen.
Kenneth Graunke
28
-170
/
+170
2016-09-20
i965: Rename __DRIScreen pointers to "dri_screen".
Kenneth Graunke
6
-83
/
+85
2016-09-20
mesa: Implement ARB_shader_viewport_layer_array for i965
Dylan Baker
8
-3
/
+20
2016-09-20
radeon/vce: add firmware support for version 52.8.3
Leo Liu
1
-0
/
+3
2016-09-20
st/omx/dec/h265: Correct the timestamping
Indrajit Das
1
-1
/
+12
2016-09-20
aubinator: add a custom handler for immediate register load
Lionel Landwerlin
3
-3
/
+47
2016-09-20
st/va: flush the context before calling flush_frontbuffer(v2)
Nayan Deshmukh
1
-1
/
+5
2016-09-20
st/vdpau: flush the context before calling flush_frontbuffer
Nayan Deshmukh
1
-2
/
+5
2016-09-20
vl/dri3: handle the case of different GPU(v4.2)
Nayan Deshmukh
1
-13
/
+53
2016-09-20
st/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf
Ilia Mirkin
2
-2
/
+2
2016-09-19
swr: [rasterizer core] Better thread destruction
Tim Rowley
8
-69
/
+126
2016-09-19
swr: [rasterizer jitter] Fix missing end-of-file newline
Tim Rowley
1
-1
/
+2
2016-09-19
swr: [rasterizer core] Add macros for mapping ArchRast to buckets
Tim Rowley
11
-200
/
+249
2016-09-19
glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars.
Kenneth Graunke
1
-1
/
+27
2016-09-19
nvc0: get rid of nvc0_stage_sampler_states_bind_range()
Samuel Pitoiset
1
-74
/
+9
2016-09-19
nvc0: get rid of nvc0_stage_set_sampler_views_range()
Samuel Pitoiset
1
-89
/
+15
2016-09-18
nv50/ir: optimize SUB(a, b) to MOV(a - b)
Samuel Pitoiset
1
-0
/
+10
2016-09-18
gk110/ir: fix wrong emission of OP_NOT
Samuel Pitoiset
1
-1
/
+1
2016-09-18
r600g/sb: fix struct/class declaration conflicts
Martina Kollarova
1
-5
/
+1
2016-09-17
i965: Drop assertion about buffer offset at draw time.
Eric Anholt
1
-11
/
+0
2016-09-17
tgsi: Enable returns from within loops
Lars Hamre
1
-0
/
+4
2016-09-17
svga: relax restriction of compressed formats for texture upload
Charmaine Lee
1
-3
/
+22
2016-09-17
svga: skip query flush if we already have the query result
Brian Paul
1
-5
/
+5
2016-09-17
svga: remove unneeded svga_context_flush() in svga_end_query()
Brian Paul
1
-5
/
+0
2016-09-17
svga: use upload buffer for upload texture.
Charmaine Lee
6
-26
/
+279
2016-09-17
svga: refactor svga_texture_transfer_map/unmap functions
Charmaine Lee
1
-217
/
+272
2016-09-17
svga: add SVGA3d_vgpu10_TransferFromBuffer()
Charmaine Lee
3
-0
/
+51
2016-09-17
svga: single sample surface can be created as non-multisamples surface
Charmaine Lee
2
-2
/
+6
2016-09-17
svga: fix memory leak with sampler state
Charmaine Lee
1
-3
/
+0
2016-09-17
svga: fix prim type check/assignment in translate_indices()
Brian Paul
1
-2
/
+2
2016-09-17
svga: use SVGA3D_QUERYTYPE_MAX for svga query type check
Charmaine Lee
1
-3
/
+3
2016-09-17
svga: split the num-resources-mapped hud to textures & buffers
Charmaine Lee
5
-12
/
+26
2016-09-17
svga: change svga hud defines to enums
Charmaine Lee
1
-22
/
+25
2016-09-17
svga: implement an index buffer translation cache
Brian Paul
5
-6
/
+84
2016-09-17
svga: try to emit fewer buffer rebind commands
Brian Paul
5
-5
/
+60
2016-09-17
svga: reduce unmapping/remapping of the default constant buffer
Brian Paul
3
-6
/
+40
2016-09-17
svga: optimize memcpy() in svga_buffer_update_hw()
Brian Paul
1
-1
/
+8
2016-09-17
svga: Use comparison between svga texture types to use PredCopyRegion command
Neha Bhende
1
-6
/
+9
2016-09-17
svga: Add function svga_resource_type()
Neha Bhende
2
-19
/
+21
2016-09-17
nvc0/ir: fix subops for IMAD
Samuel Pitoiset
1
-4
/
+6
2016-09-17
nvc0/ir: fix comments about instructions info
Samuel Pitoiset
1
-2
/
+3
2016-09-16
mesa: Move buffers-unmapped earlier in check_valid_to_render().
Kenneth Graunke
1
-6
/
+6
2016-09-16
mesa: Expose GL_CONTEXT_FLAGS in ES 3.2.
Kenneth Graunke
1
-3
/
+5
2016-09-16
radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3
Tom Stellard
3
-18
/
+761
[next]