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
*
intel/fs: Don't allocate a param array for zero push constants
Jason Ekstrand
2017-11-02
1
-1
/
+8
*
intel/fs: Alloc pull constants off mem_ctx
Jason Ekstrand
2017-11-02
1
-1
/
+1
*
intel: decoder: enable decoding a single field
Lionel Landwerlin
2017-11-01
2
-0
/
+52
*
intel: decoder: expose missing find_enum()
Lionel Landwerlin
2017-11-01
1
-0
/
+2
*
intel: decoder: extract field value computation
Lionel Landwerlin
2017-11-01
1
-30
/
+37
*
intel: decoder: rename field() to field_value()
Lionel Landwerlin
2017-11-01
1
-18
/
+18
*
intel: decoder: rename internal function to free name
Lionel Landwerlin
2017-11-01
1
-3
/
+3
*
intel: decoder: simplify field_is_header()
Lionel Landwerlin
2017-11-01
2
-4
/
+6
*
intel: common: make intel utils available from C++
Lionel Landwerlin
2017-11-01
3
-0
/
+25
*
intel: decoder: remove unused platform field
Lionel Landwerlin
2017-11-01
1
-2
/
+0
*
intel: error-decode: implement a rolling window of programs
Lionel Landwerlin
2017-11-01
1
-14
/
+23
*
intel: decoder: extract instruction/structs length
Lionel Landwerlin
2017-11-01
2
-0
/
+8
*
intel: decoder: pack iterator variable declarations
Lionel Landwerlin
2017-11-01
1
-11
/
+8
*
intel: decoder: simplify creation of struct when 0-allocated
Lionel Landwerlin
2017-11-01
1
-4
/
+0
*
intel: decoder: add destructor for gen_spec
Lionel Landwerlin
2017-11-01
2
-102
/
+91
*
intel: decoder: expose helper to test header fields
Lionel Landwerlin
2017-11-01
2
-3
/
+4
*
intel: decoder: don't read qword outside instruction/struct limit
Lionel Landwerlin
2017-11-01
2
-3
/
+9
*
intel: decoder: split out getting the next field and decoding it
Lionel Landwerlin
2017-11-01
1
-10
/
+21
*
intel: decoder: move field name copy
Lionel Landwerlin
2017-11-01
1
-2
/
+7
*
intel: decoder: reorder iterator init function
Lionel Landwerlin
2017-11-01
1
-14
/
+14
*
intel: common: print out all dword with field spanning multiple dwords
Lionel Landwerlin
2017-11-01
1
-4
/
+6
*
intel: decoder: build sorted linked lists of fields
Lionel Landwerlin
2017-11-01
2
-25
/
+34
*
intel: common: expose gen_spec fields
Lionel Landwerlin
2017-11-01
2
-13
/
+13
*
intel/compiler: Add functions to get prog_data and prog_key sizes for a stage
Jordan Justen
2017-10-31
2
-0
/
+42
*
intel/compiler: Add union types for prog_data and prog_key stages
Jordan Justen
2017-10-31
1
-0
/
+22
*
intel/compiler: Remove final_program_size from brw_compile_*
Jordan Justen
2017-10-31
11
-71
/
+40
*
intel/compiler: add new field for storing program size
Carl Worth
2017-10-31
6
-14
/
+35
*
intel/isl: Disable some gen10 CCS_E formats for now
Nanley Chery
2017-10-31
1
-0
/
+24
*
intel/genxml: Fix decoding of groups with fields smaller than a DWord.
Kenneth Graunke
2017-10-30
2
-10
/
+16
*
intel: common: silence compiler warning
Lionel Landwerlin
2017-10-30
1
-1
/
+1
*
i965: remove unused variable
Eric Engestrom
2017-10-30
1
-3
/
+0
*
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
2017-10-30
1
-4
/
+0
*
i965: fix blorp stage_prog_data->param leak
Tapani Pälli
2017-10-30
1
-1
/
+1
*
i965: Delete brw_wm_prog_key::drawable_height.
Kenneth Graunke
2017-10-29
1
-1
/
+0
*
intel/compiler/gen9: Pixel shader header only workaround
Topi Pohjolainen
2017-10-28
1
-0
/
+29
*
anv: Fix assert about source attrs.
Kenneth Graunke
2017-10-27
1
-1
/
+1
*
anv: Drop URB entry output read handling in 3DSTATE_XS.
Kenneth Graunke
2017-10-27
1
-26
/
+0
*
i965: Delete unused brw_vs_prog_data::nr_attributes field.
Kenneth Graunke
2017-10-27
2
-2
/
+0
*
intel/tools/disasm: correctly observe FILE *out parameter
Kevin Rogovin
2017-10-26
1
-2
/
+2
*
intel/compiler: brw_validate_instructions to take const void* instead of void*
Kevin Rogovin
2017-10-26
2
-2
/
+2
*
anv/entrypoints: Dump useful data if mako throws an exception
Jason Ekstrand
2017-10-25
1
-5
/
+17
*
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
Jason Ekstrand
2017-10-25
2
-2
/
+2
*
anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
Jason Ekstrand
2017-10-25
1
-1
/
+2
*
anv/pipeline: Drop nir_lower_clip_cull_distance_arrays
Jason Ekstrand
2017-10-25
1
-2
/
+0
*
anv/pipeline: Dump shader immedately after spirv_to_nir
Jason Ekstrand
2017-10-25
1
-0
/
+15
*
intel/eu: Use EXECUTE_1 for JMPI
Jason Ekstrand
2017-10-25
2
-2
/
+1
*
i965/fs: Add brw_reg_type_from_bit_size utility method
Alejandro Piñeiro
2017-10-25
1
-5
/
+64
*
i965/fs/nir: Use the nir_src_bit_size helper
Jason Ekstrand
2017-10-25
1
-9
/
+3
*
intel/fs: Handle flag read/write aliasing in needs_src_copy
Jason Ekstrand
2017-10-25
1
-1
/
+3
*
intel/nir: Zero local index const struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-0
/
+1
[next]