glsl: Lower UBO and SSBO access in glsl linker
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp_blit_eu.cpp
2015-10-19 Jason Ekstrandi965/fs: Remove the gl_program from the generator
2015-06-30 Jason Ekstrandi965/blorp: Explicitly set execution sizes for new...
2015-06-23 Jason Ekstrandi965: Remove the dependance on brw_context from the...
2015-06-23 Jason Ekstrandi965: Plumb compiler debug logging through a function...
2015-05-06 Jason Ekstrandi965: Change header_present to header_size in backend_i...
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-01-15 Kenneth Graunkei965: Pass a shader stage abbreviation to fs_generator().
2014-12-10 Kristian Høgsbergi965: Remove shader program argument and member from...
2014-12-10 Kristian Høgsbergi965: Set shader name for generator from call site
2014-12-10 Kristian Høgsbergi965: Generalize fs_generator further
2014-11-15 Kristian Høgsbergi965: Refactor fs_generator API
2014-09-30 Jason Ekstrandi965/fs: Add an exec_size field to fs_inst
2014-08-19 Matt Turneri965: Pass a cfg pointer to generate_{code,assembly}.
2014-08-14 Kenneth Graunkei965/fs: Drop "do dual source blending" generator param...
2014-08-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-08-09 Chris Forbesi965/blorp: Put sampler index in src1 of texture ops
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-06-09 Iago Toral Quirogai965/fs: Let the gen < 8 generator know about runtime_c...
2014-05-25 Matt Turneri965/fs+blorp: Remove left over dump_file arguments.
2014-05-25 Matt Turneri965/fs: Don't hardcode DEBUG_WM in generic fs code.
2014-05-19 Kenneth Graunkei965/fs: Rip struct brw_wm_compile out of the visitors...
2014-05-19 Kenneth Graunkei965/fs: Plumb a mem_ctx all the way through the FS...
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-01-23 Topi Pohjolaineni965/blorp: switch eu-emitter to use FS IR and fs_generator
2014-01-23 Topi Pohjolaineni965/blorp: move emission of sample combining into...
2014-01-23 Topi Pohjolaineni965/blorp: move emission of rt-write into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: move emission of texture lookup into eu...
2014-01-23 Topi Pohjolaineni965/blorp: move emission of pixel kill into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: introduce separate eu-emitter for blit...