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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/clover: add space between < and ::
Emil Velikov
2017-04-24
6
-17
/
+17
*
mesa: validate sampler type across the whole program
Timothy Arceri
2017-04-24
3
-5
/
+28
*
mesa/glthread: correctly compare thread handles
Emil Velikov
2017-04-24
1
-1
/
+1
*
st/mesa: automake: honour the vdpau header install location
Emil Velikov
2017-04-24
1
-0
/
+1
*
util/queue: don't hang at exit
Rob Clark
2017-04-24
1
-1
/
+10
*
st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
Marek Olšák
2017-04-24
1
-0
/
+2
*
winsys/sw/dri: don't use GNU void pointer arithmetic
Emil Velikov
2017-04-24
1
-1
/
+1
*
vbo: fix gl_DrawID handling in glMultiDrawArrays
Nicolai Hähnle
2017-04-24
1
-6
/
+15
*
mesa: move glMultiDrawArrays to vbo and fix error handling
Nicolai Hähnle
2017-04-24
6
-19
/
+127
*
mesa: extract need_xfb_remaining_prims_check
Nicolai Hähnle
2017-04-24
1
-20
/
+28
*
mesa: fix remaining xfb prims check for GLES with multiple instances
Nicolai Hähnle
2017-04-24
1
-1
/
+1
*
anv/cmd_buffer: Disable CCS on BDW input attachments
Nanley Chery
2017-04-24
2
-30
/
+13
*
anv: blorp: flush memory after copy
Lionel Landwerlin
2017-04-24
1
-2
/
+2
*
freedreno: fix crash if ctx torn down with no rendering
Rob Clark
2017-04-24
1
-1
/
+1
*
EGL: Implement the libglvnd interface for EGL (v3)
Kyle Brenneman
2017-04-17
15
-28
/
+3493
*
android: add marshal_generated c and h files to generated sources
Tapani Pälli
2017-04-17
1
-1
/
+3
*
winsys/amdgpu: init buffer_indices_hashlist with memset()
Samuel Pitoiset
2017-04-17
1
-8
/
+2
*
winsys/amdgpu: simplify amdgpu_cs_add_buffer() a bit
Samuel Pitoiset
2017-04-17
1
-4
/
+3
*
i965/drm: Delete NULL check in brw_bo_unmap().
Kenneth Graunke
2017-04-16
1
-3
/
+0
*
intel/decoder: Fix is_header_field starting condition.
Kenneth Graunke
2017-04-16
1
-1
/
+1
*
i965/drm: Remove dead return in brw_bo_busy()
Kenneth Graunke
2017-04-16
1
-3
/
+1
*
android: amd/addrlib: trivial fix for gfx9 support
Mauro Rossi
2017-04-17
1
-0
/
+2
*
nir: Add GLSL_TYPE_[U]INT64 to some switch statements
Jason Ekstrand
2017-04-16
2
-0
/
+4
*
gallium/radeon: always flush asynchronously and wait after begin_new_cs
Marek Olšák
2017-04-17
2
-4
/
+11
*
radeonsi: remove local variable 'mod' from si_compile_tgsi_shader
Marek Olšák
2017-04-17
1
-5
/
+2
*
radeonsi: add si_shader_selector::vs_needs_prolog
Marek Olšák
2017-04-17
3
-7
/
+10
*
radeonsi: don't set VGT_GS_MODE as part of the GS state
Marek Olšák
2017-04-17
1
-2
/
+0
*
radeonsi: don't allow user indices with indirect draws
Marek Olšák
2017-04-17
1
-4
/
+4
*
radeonsi: merge two if (indirect) statements
Marek Olšák
2017-04-17
1
-27
/
+25
*
radeonsi: don't mark non-dirty textures with CMASK as compressed
Marek Olšák
2017-04-17
1
-2
/
+3
*
glsl: don't run the GLSL pre-processor when we are skipping compilation
Timothy Arceri
2017-04-15
2
-9
/
+20
*
glsl: delay optimisations on individual shaders when cache is available
Timothy Arceri
2017-04-15
4
-78
/
+96
*
anv: Add the pci_id into the shader cache UUID
Jason Ekstrand
2017-04-14
1
-5
/
+15
*
etnaviv: native fence fd support
Philipp Zabel
2017-04-15
6
-6
/
+82
*
i965: enable OpenGL 4.2 in Ivybridge
Juan A. Suarez Romero
2017-04-14
2
-2
/
+2
*
i965: enable ARB_shader_precision in gen7+
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: enable ARB_vertex_attrib_64bit for gen7+
Juan A. Suarez Romero
2017-04-14
1
-1
/
+1
*
swr: Fix swr osmesa build
George Kyriazis
2017-04-14
1
-1
/
+1
*
etnaviv: SINGLE_BUFFER support on GC3000
Wladimir J. van der Laan
2017-04-15
8
-28
/
+63
*
etnaviv: Update includes from rnndb
Wladimir J. van der Laan
2017-04-15
5
-20
/
+91
*
etnaviv: Add chipMinorFeatures4 and 5
Wladimir J. van der Laan
2017-04-15
2
-1
/
+15
*
etnaviv: resolve tile status when flushing resource
Philipp Zabel
2017-04-15
2
-0
/
+11
*
etnaviv: stop repeatedly resolving an unchanged resource into its scanout pri...
Philipp Zabel
2017-04-15
1
-1
/
+4
*
swr: Add polygon stipple support
George Kyriazis
2017-04-14
5
-9
/
+84
*
i965: enable OpenGL 4.0 to Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
2
-5
/
+6
*
i965: enable ARB_gpu_shader_fp64 for Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: Use correct VertStride on align16 instructions.
Matt Turner
2017-04-14
1
-10
/
+34
*
i965/vec4/dce: improve track of partial flag register writes
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965/vec4: don't do horizontal stride on some register file types
Samuel Iglesias Gonsálvez
2017-04-14
1
-2
/
+5
*
i965/vec4: Fix exec size for MOVs {SET,PICK}_{HIGH,LOW}_32BIT.
Matt Turner
2017-04-14
1
-4
/
+12
[next]