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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/query: Use anv_address everywhere
Jason Ekstrand
2018-09-17
1
-57
/
+64
*
anv/query: Write both dwords in emit_zero_queries
Jason Ekstrand
2018-09-17
1
-0
/
+5
*
anv/query: Increment an index while writing results
Jason Ekstrand
2018-09-17
1
-36
/
+31
*
i965/fs: Don't propagate conditional modifiers from integer compares to adds
Ian Romanick
2018-09-17
1
-1
/
+9
*
anv/memcpy: fix build after starting to use addresses
Caio Marcelo de Oliveira Filho
2018-09-14
1
-2
/
+2
*
anv/cmd_buffer: Take an address in emit_lrm
Jason Ekstrand
2018-09-14
1
-17
/
+16
*
anv/memcpy: Use addresses instead of bo+offset
Jason Ekstrand
2018-09-14
3
-35
/
+34
*
anv/so_memcpy: Use the correct SO_BUFFER size on gen8+
Jason Ekstrand
2018-09-14
1
-1
/
+1
*
anv: Silence a couple compiler warnings
Jason Ekstrand
2018-09-12
2
-3
/
+2
*
intel/tools: fix initial position of window in aubinator viewer
Tapani Pälli
2018-09-12
1
-4
/
+17
*
anv: Support v3 of VK_EXT_vertex_attribute_divisor
Jason Ekstrand
2018-09-10
2
-1
/
+9
*
anv: Clamp scissors to the framebuffer boundary
Jason Ekstrand
2018-09-07
2
-3
/
+5
*
anv: Disable the vertex cache when tessellating on SKL GT4
Jason Ekstrand
2018-09-07
1
-1
/
+22
*
anv: Implement a VF cache invalidate workaround
Jason Ekstrand
2018-09-07
1
-0
/
+25
*
anv: Re-emit vertex buffers when the pipeline changes
Jason Ekstrand
2018-09-07
1
-0
/
+2
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
13
-30
/
+38
*
intel/genxml: turn SLM Enable bit into boolean
Lionel Landwerlin
2018-09-07
3
-3
/
+3
*
i965/tools: 32bit compilation with meson
Sergii Romantsov
2018-09-07
1
-1
/
+1
*
intel: compiler option msse2 and mstackrealign
Sergii Romantsov
2018-09-07
3
-3
/
+4
*
anv/pipeline: Only consider double elements which actually exist
Jason Ekstrand
2018-09-06
1
-1
/
+2
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
1
-3
/
+0
*
intel/compiler: remove unused get_image_base_type()
Eric Engestrom
2018-09-06
1
-19
/
+0
*
Revert "i965/tools: 32bit compilation with meson"
Lionel Landwerlin
2018-09-06
1
-1
/
+1
*
i965/tools: 32bit compilation with meson
Sergii Romantsov
2018-09-06
1
-1
/
+1
*
i965/fs: include multisamplers on image_intrinsic_coord_components
Alejandro Piñeiro
2018-09-05
1
-0
/
+2
*
intel/compiler: rename brw_nir_lower_glsl_images
Alejandro Piñeiro
2018-09-05
1
-2
/
+2
*
intel/compiler: Remove redundant nir_remove_dead_variables call
Jason Ekstrand
2018-09-04
1
-2
/
+0
*
intel: compiler: remove dead local variables at optimization pass
Lionel Landwerlin
2018-09-03
1
-0
/
+5
*
intel/decoder: fix the possible out of bounds group_iter
Andrii Simiklit
2018-09-03
1
-1
/
+4
*
anv/blorp: Fix a comment as per Nanley's review feedback
Jason Ekstrand
2018-09-01
1
-2
/
+2
*
anv/blorp: Do more flushing around HiZ clears
Jason Ekstrand
2018-09-01
1
-11
/
+33
*
i965/vec4: Clamp indirect tes input array reads with 0x0fffffff
Ian Romanick
2018-09-01
1
-1
/
+11
*
i965/vec4: Correctly handle uniform sources in generate_tes_add_indirect_urb_...
Ian Romanick
2018-09-01
1
-1
/
+14
*
intel: Introducing Amber Lake platform
Rodrigo Vivi
2018-08-31
3
-1
/
+3
*
intel: aubinator: Adding missed platforms to the error message.
Rodrigo Vivi
2018-08-31
1
-2
/
+3
*
Revert "intel/tools/aubwrite: Always use physical addresses for traces."
Kenneth Graunke
2018-08-30
2
-13
/
+11
*
intel/nir: Lowering image loads and stores trashes all metadata
Jason Ekstrand
2018-08-30
1
-2
/
+2
*
intel/compiler: Remove surface_idx from brw_image_param
Jason Ekstrand
2018-08-29
4
-17
/
+6
*
intel: Use TXS for image_size when we have a typed surface
Jason Ekstrand
2018-08-29
5
-4
/
+74
*
anv,i965: Lower away image derefs in the driver
Jason Ekstrand
2018-08-29
7
-166
/
+237
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
2
-2
/
+3
*
intel/compiler: Use two components for 1D array image sizes
Jason Ekstrand
2018-08-29
2
-29
/
+20
*
isl: Use the view array length for the image size
Jason Ekstrand
2018-08-29
1
-2
/
+5
*
intel/compiler: Do image load/store lowering to NIR
Jason Ekstrand
2018-08-29
8
-1120
/
+885
*
anv/pipeline: Remove dead image loads in lower_input_attacnments
Jason Ekstrand
2018-08-29
1
-2
/
+2
*
nir/format_convert: Rename nir_format_bitcast_uint_vec
Jason Ekstrand
2018-08-29
1
-1
/
+1
*
intel/tools: new i965_disasm tool
Sagar Ghuge
2018-08-29
3
-0
/
+207
*
anv: Free the app and engine name
Jason Ekstrand
2018-08-29
1
-0
/
+3
*
anv: blorp: support multiple aspect blits
Lionel Landwerlin
2018-08-29
1
-70
/
+75
*
i965/vec4: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1
Ian Romanick
2018-08-28
1
-3
/
+16
[next]