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
*
glsl: do not add unnamed struct types to the symbol table
Nicolai Hähnle
2017-06-13
1
-1
/
+1
*
glsl: do not lookup struct types by typename
Nicolai Hähnle
2017-06-13
3
-6
/
+10
*
glsl: fix a race condition when inserting new types
Nicolai Hähnle
2017-06-13
2
-40
/
+32
*
st/mesa: skip texture validation logic when nothing has changed
Timothy Arceri
2017-06-13
3
-0
/
+39
*
ac/gpu: drop duplicated code line.
Dave Airlie
2017-06-13
1
-1
/
+0
*
radv: move assert down in radv_bind_descriptor_set
Dave Airlie
2017-06-13
1
-2
/
+2
*
radv: return correct error on invalid handle from vkAllocateMemory
Dave Airlie
2017-06-13
1
-2
/
+3
*
st_glsl_to_tgsi: don't try and pass 32-bit values to get_deref_offsets
Dave Airlie
2017-06-13
1
-3
/
+6
*
u_dynarray: fix coverity warning about ignoring return value from reralloc
Dave Airlie
2017-06-13
1
-1
/
+1
*
glsl/lower_distance: only set max_array_access for 1D clip dist arrays
Dave Airlie
2017-06-12
1
-1
/
+1
*
i965: fix missing break
Lionel Landwerlin
2017-06-12
1
-0
/
+1
*
radeonsi: pack si_context better
Marek Olšák
2017-06-12
1
-18
/
+18
*
radeonsi: pack si_framebuffer better
Marek Olšák
2017-06-12
3
-8
/
+8
*
radeonsi: pack si_sampler_view better
Marek Olšák
2017-06-12
1
-2
/
+2
*
radeonsi: pack si_buffer_resources better
Marek Olšák
2017-06-12
1
-4
/
+5
*
radeonsi: pack struct si_descriptors better
Marek Olšák
2017-06-12
1
-15
/
+15
*
radeonsi: pack struct si_vertex_elements better
Marek Olšák
2017-06-12
1
-9
/
+10
*
radeonsi: replace si_vertex_elements::elements with separate fields
Marek Olšák
2017-06-12
4
-14
/
+14
*
radeonsi: rename si_vertex_element -> si_vertex_elements
Marek Olšák
2017-06-12
4
-6
/
+6
*
radeonsi: allocate si_state_rasterizer::pm4_poly_offset only when needed
Marek Olšák
2017-06-12
2
-2
/
+14
*
radeonsi: pack si_state_rasterizer fields
Marek Olšák
2017-06-12
1
-16
/
+16
*
radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inputs_to_copy
Marek Olšák
2017-06-12
3
-5
/
+14
*
radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs
Marek Olšák
2017-06-12
3
-6
/
+10
*
radeonsi: remove 8 bytes from si_shader_key by flattening opt.hw_vs
Marek Olšák
2017-06-12
4
-16
/
+15
*
radeonsi: don't emit DB_STENCIL_CONTROL if it has no effect
Marek Olšák
2017-06-12
1
-1
/
+2
*
radeonsi: fix missing num_L2_invalidates increment
Marek Olšák
2017-06-12
1
-0
/
+1
*
radeonsi: get rid of more compressed_colortex_mask names
Marek Olšák
2017-06-12
4
-18
/
+18
*
gallium/noop: fix sampler views
Marek Olšák
2017-06-12
1
-0
/
+3
*
gallium/docs: clarify gen_name/get_vendor/get_device_vendor behavior
Marek Olšák
2017-06-12
1
-0
/
+9
*
st/mesa: call check_program_state only when needed
Marek Olšák
2017-06-12
1
-2
/
+5
*
r600g: set pipe_context::priv = NULL
Marek Olšák
2017-06-12
1
-1
/
+2
*
vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_create
Marek Olšák
2017-06-12
6
-7
/
+7
*
r600/eg: distribute egd_tables.py in the dist file
Juan A. Suarez Romero
2017-06-12
1
-0
/
+4
*
i965: include gen4_blorp_exec.h into EXTRA_DIST
Juan A. Suarez Romero
2017-06-12
1
-0
/
+1
*
i965: Call intel_prepare_render() from intel_update_state()
Kenneth Graunke
2017-06-12
1
-0
/
+2
*
radv: fix trace dumping for !use_ib_bos
Grazvydas Ignotas
2017-06-11
1
-3
/
+11
*
radv: don't even attempt to prefetch on SI
Grazvydas Ignotas
2017-06-11
1
-7
/
+16
*
radv: assert on CP_DMA_USE_L2 for SI
Grazvydas Ignotas
2017-06-11
1
-0
/
+1
*
egl/android: support for EGL_KHR_partial_update
Harish Krupo
2017-06-11
16
-0
/
+183
*
gallium: fixed modulo zero crashes in tgsi interpreter (v2)
Marius Gräfe
2017-06-10
1
-20
/
+20
*
nir: make various getters take const pointers
Grazvydas Ignotas
2017-06-10
2
-13
/
+14
*
i965/cnl: Add a preliminary device for Cannonlake
Ben Widawsky
2017-06-09
1
-0
/
+46
*
anv: Don't advertise support on anything above gen9
Jason Ekstrand
2017-06-09
1
-1
/
+1
*
i965/cnl: Enable CCS_E and RT support for few formats
Anuj Phogat
2017-06-09
1
-9
/
+9
*
i965/cnl: Reformat surface_format_info table to accomodate gen10+
Anuj Phogat
2017-06-09
1
-263
/
+263
*
i965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple of 3
Anuj Phogat
2017-06-09
5
-4
/
+34
*
i965/cnl: Don't resolve single sampled color rb in case of sRGB formats
Anuj Phogat
2017-06-09
1
-1
/
+1
*
i965/cnl: Implement depth count workaround
Ben Widawsky
2017-06-09
1
-0
/
+8
*
i965/cnl: Start using CNL MOCS defines
Anuj Phogat
2017-06-09
4
-4
/
+16
*
i965/cnl: Handle gen10 in switch cases across the driver
Anuj Phogat
2017-06-09
8
-1
/
+24
[next]