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