| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Add tessellation shader surface support. | Kenneth Graunke | 2015-12-11 | 1 | -0/+2 |
* | i965: Import tables enumerating the set of validated L3 configurations. | Francisco Jerez | 2015-12-09 | 1 | -0/+1 |
* | i965: Create new files for HS/DS/TE state upload code. | Kenneth Graunke | 2015-12-07 | 1 | -1/+5 |
* | i965: Remove useless gen6_blorp.h/gen7_blorp.h headers. | Matt Turner | 2015-11-24 | 1 | -2/+0 |
* | i965: Add initial assembly validation pass. | Matt Turner | 2015-11-12 | 1 | -0/+1 |
* | nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver | Eduardo Lima Mitev | 2015-11-10 | 1 | -0/+1 |
* | i965/vec4: adding vec4_cmod_propagation optimization | Alejandro Piñeiro | 2015-10-22 | 1 | -0/+1 |
* | i965: Move the entire compiler API into a single file | Jason Ekstrand | 2015-10-19 | 1 | -0/+1 |
* | i965: Break out backend compiler to its own library | Kristian Høgsberg Kristensen | 2015-10-08 | 1 | -75/+77 |
* | i965: Move brw_link_shader() and friends to new file brw_link.cpp | Kristian Høgsberg Kristensen | 2015-10-08 | 1 | -0/+1 |
* | i965: Generalize predicated break pass for use in vec4 backend. | Matt Turner | 2015-10-05 | 1 | -1/+1 |
* | i965/nir: Pull common ARB program uniform handling into a common function | Jason Ekstrand | 2015-10-02 | 1 | -0/+1 |
* | i965/vec4: Delete the old vec4_vp code | Jason Ekstrand | 2015-10-02 | 1 | -1/+0 |
* | i965/vec4: Import helpers to convert vectors into arrays and back. | Francisco Jerez | 2015-09-25 | 1 | -0/+2 |
* | i965/vec4: Introduce VEC4 IR builder. | Francisco Jerez | 2015-09-25 | 1 | -0/+1 |
* | i965/fs: Add a very basic validation pass | Jason Ekstrand | 2015-09-15 | 1 | -0/+1 |
* | i965: Move compute shader code around | Kristian Høgsberg Kristensen | 2015-09-14 | 1 | -1/+2 |
* | i965/nir/gs: Handle geometry shaders inputs | Iago Toral Quiroga | 2015-08-03 | 1 | -0/+1 |
* | i965/nir/vec4: Add implementation placeholders for a new NIR->vec4 pass | Eduardo Lima Mitev | 2015-08-03 | 1 | -0/+1 |
* | i965/fs: Import surface message builder helper functions. | Francisco Jerez | 2015-07-29 | 1 | -0/+2 |
* | i965: Transplant PIPE_CONTROL routines to brw_pipe_control | Chris Wilson | 2015-06-24 | 1 | -0/+1 |
* | i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c. | Kenneth Graunke | 2015-06-22 | 1 | -0/+1 |
* | i965/fs: Introduce FS IR builder. | Francisco Jerez | 2015-06-09 | 1 | -0/+1 |
* | i965: Remove the old fragment program code | Jason Ekstrand | 2015-05-28 | 1 | -1/+0 |
* | i965: add brw_cs.h to the sources list | Emil Velikov | 2015-05-19 | 1 | -0/+1 |
* | i965: Use predicate enable bit for conditional rendering w/o stalling | Neil Roberts | 2015-05-12 | 1 | -0/+1 |
* | i965: Implement DispatchCompute() back-end | Paul Berry | 2015-05-02 | 1 | -0/+1 |
* | i965/cache: Add support for CS in program state cache | Jordan Justen | 2015-05-02 | 1 | -0/+1 |
* | i965: Create NIR during LinkShader() and ProgramStringNotify(). | Kenneth Graunke | 2015-04-11 | 1 | -0/+1 |
* | i965: add the remaining files to the tarball | Emil Velikov | 2015-03-24 | 1 | -0/+3 |
* | i965: Add a NIR analysis pass for determining when a boolean resolve is needed | Jason Ekstrand | 2015-03-23 | 1 | -0/+2 |
* | i965/fs: Add pass to combine immediates. | Matt Turner | 2015-02-17 | 1 | -0/+1 |
* | i965: Refactor tiled memcpy functions and move them into their own file | Sisinty Sasmita Patra | 2015-01-26 | 1 | -0/+2 |
* | i965/fs: Add pass to propagate conditional modifiers. | Matt Turner | 2015-01-23 | 1 | -0/+1 |
* | i965/fs: add a NIR frontend | Connor Abbott | 2015-01-15 | 1 | -0/+1 |
* | i965: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+47 |
* | i965: Alphabetize source list. | Matt Turner | 2014-12-12 | 1 | -35/+35 |
* | i965/vec4: Rewrite dead code elimination to use live in/out. | Matt Turner | 2014-12-01 | 1 | -0/+1 |
* | i965: Add functions to convert float <-> VF. | Matt Turner | 2014-11-25 | 1 | -0/+1 |
* | i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch]. | Kenneth Graunke | 2014-10-29 | 1 | -1/+1 |
* | i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch]. | Kenneth Graunke | 2014-10-29 | 1 | -2/+2 |
* | i965/gen6/gs: Add initial implementation for a gen6 geometry shader visitor. | Iago Toral Quiroga | 2014-09-19 | 1 | -0/+1 |
* | i965: Split gen6 depth hiz state out from brw | Jordan Justen | 2014-08-15 | 1 | -0/+1 |
* | i965: Split gen6 renderbuffer surface state from gen5 and older | Jordan Justen | 2014-08-15 | 1 | -0/+1 |
* | i965: Implement fast color clears using meta operations | Kristian Høgsberg | 2014-08-15 | 1 | -1/+1 |
* | android: dri/i9*5: remove used _INCLUDES variable | Emil Velikov | 2014-08-13 | 1 | -6/+1 |
* | i965: Delete the Gen8 code generators. | Kenneth Graunke | 2014-08-12 | 1 | -4/+0 |
* | i965: Add support for ARB_copy_image | Jason Ekstrand | 2014-08-11 | 1 | -0/+1 |
* | i965: Stop using gen7_update_sampler_state; rm gen7_sampler_state.c. | Kenneth Graunke | 2014-08-02 | 1 | -1/+0 |
* | i965: Rename brw_wm_sampler_state.c to brw_sampler_state.c. | Kenneth Graunke | 2014-08-02 | 1 | -1/+1 |