i965/fs: Migrate FS framebuffer writes to the IR builder.
[mesa.git] / src /
2015-06-09 Francisco Jerezi965/fs: Migrate FS framebuffer writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS alpha test to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS discard handling to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS gl_SamplePosition/ID computation...
2015-06-09 Francisco Jerezi965/fs: Migrate FS interpolation code to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate shader time to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate untyped surface read and atomic to...
2015-06-09 Francisco Jerezi965/fs: Migrate texturing implementation to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate pull constant loads to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate Gen4 send dependency workarounds to...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_integer_multiplication to the...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_load_payload to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate register spills and fills to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate try_replace_with_sel to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate opt_sampler_eot to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate opt_peephole_sel to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Create and emit instructions in one step in...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_cse to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Don't drop force_writemask_all and _sechalf...
2015-06-09 Francisco Jerezi965/vec4: Take into account all instruction fields...
2015-06-09 Francisco Jerezi965/fs: Take into account all instruction fields in...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_peephole_predicated_break to the...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_combine_constants to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Allocate a common IR builder object in fs_visitor.
2015-06-09 Francisco Jerezi965/fs: Introduce FS IR builder.
2015-06-09 Francisco Jerezi965: Define consistent interface to enable instruction...
2015-06-09 Francisco Jerezi965: Define consistent interface to enable instruction...
2015-06-09 Francisco Jerezi965: Define consistent interface to predicate an instr...
2015-06-09 Francisco Jerezmesa: Drop include of simple_list.h from mtypes.h.
2015-06-09 Francisco Jerezdri/nouveau: Include simple_list.h explicitly in nv...
2015-06-09 Francisco Jereztnl: Include simple_list.h explicitly in t_context.c.
2015-06-09 Francisco Jerezmesa: Include simple_list.h explicitly in errors.c.
2015-06-08 Dave Airliemesa/teximage: use correct extension for accept stencil...
2015-06-08 Anuj Phogati965: Make a helper function intel_miptree_set_total_wi...
2015-06-08 Anuj Phogati965/gen9: Set vertical alignment for the miptree
2015-06-08 Anuj Phogati965/gen9: Set horizontal alignment for the miptree
2015-06-08 Anuj Phogati965/gen9: Set tiled resource mode for the miptree
2015-06-08 Anuj Phogati965: Pass miptree pointer as function parameter in...
2015-06-08 Anuj Phogati965: Move intel_miptree_choose_tiling() to brw_tex_lay...
2015-06-08 Anuj Phogati965: Choose tiling in brw_miptree_layout() function
2015-06-08 Ben Widawskyi965: Disallow saturation for MACH operations.
2015-06-08 Chris Wilsoni965: Export format comparison for blitting between...
2015-06-08 Chris Wilsoni915: Blit RGBX<->RGBA drawpixels
2015-06-08 Chris Wilsoni965: Fix HW blitter pitch limits
2015-06-08 Martin Peressoftpipe/query: force parenthesis around a logical not
2015-06-08 Martin Peresmain/version: make sure all the output variables get...
2015-06-08 Michel Dänzerradeonsi: Add CIK SDMA support
2015-06-08 Michel Dänzerr600g,radeonsi: Assert that there's enough space after...
2015-06-06 Kenneth Graunkeprog_to_nir: Fix fragment depth writes.
2015-06-06 Chris Forbesi965: Set max texture buffer size to hardware limit
2015-06-05 Ben Widawskyi965: Add gen8 fast clear perf debug
2015-06-05 Ben Widawskyi965: Add buffer sizes to perf debug of fast clears
2015-06-05 Marek Olšákclover: clarify and fix the EGL interop error case
2015-06-05 Marek Olšákegl: expose EGL 1.5 if all requirements are met
2015-06-05 Marek Olšákegl: return correct invalid-type error from eglCreateSync
2015-06-05 Marek Olšákegl: add new platform functions (v2)
2015-06-05 Marek Olšákegl: add eglCreateImage (v2)
2015-06-05 Marek Olšákegl: add eglGetSyncAttrib (v2)
2015-06-05 Marek Olšákegl: add eglWaitSync
2015-06-05 Marek Olšákegl: add EGL 1.5 functions that don't need any changes...
2015-06-05 Marek Olšákegl: use EGL 1.5 types without suffixes
2015-06-05 Marek Olšákegl: add context attribs from EGL 1.5
2015-06-05 Marek Olšákegl: fix setting context flags
2015-06-05 Marek Olšákegl: combine VersionMajor and VersionMinor into one...
2015-06-05 Marek Olšákegl: set the EGL version in common code
2015-06-05 Marek Olšákegl: remove unused _egl_global::ClientExtensions
2015-06-05 Marek Olšákmesa: remove unused gl_config::colorIndexMode
2015-06-05 Marek Olšákmesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMET...
2015-06-05 Marek Olšákmesa: use _mesa_has_geometry_shader in get_programiv
2015-06-05 Marek Olšákmesa: remove useless gl_compute_program_state::Current
2015-06-05 Marek Olšákmesa: remove unused geometry shader variables
2015-06-05 Marek Olšáktgsi/ureg: fix a coverity defect in emit_decls
2015-06-05 Marek Olšákr600g: fix a coverity defect in streamout code
2015-06-05 Marek Olšákglsl_to_tgsi: use TGSI array declarations for VS,GS...
2015-06-05 Marek Olšákglsl_to_tgsi: use TGSI array declarations for GS,FS...
2015-06-05 Marek Olšákglsl_to_tgsi: remove some emit functions by using C...
2015-06-05 Marek Olšákglsl_to_tgsi: rename emit -> emit_asm
2015-06-05 Marek Olšákglsl_to_tgsi: remove memset after calloc
2015-06-05 Marek Olšákglsl_to_tgsi: don't use a static array size for st_tran...
2015-06-05 Marek Olšákglsl_to_tgsi: don't use a static array size for "array_...
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-06-05 Marek Olšáktgsi/ureg: add support for output array declarations
2015-06-05 Marek Olšáktgsi/ureg: add support for GS input array declarations
2015-06-05 Marek Olšáktgsi/ureg: merge input and fs_input arrays
2015-06-05 Marek Olšáktgsi/ureg: rename and simplify ureg_DECL_gs_input
2015-06-05 Marek Olšáktgsi/ureg: add support for FS input array declarations
2015-06-05 Marek Olšáktgsi/scan: get more information about arrays and handle...
2015-06-05 Tapanimesa: fix program resource queries for builtin variables
2015-06-05 Alan Coopersmithglsl_compiler: Remove unused extra argument to printf...
2015-06-05 Roland Scheideggerdraw: (trivial) fix NULL pointer dereference
2015-06-04 Kenneth Graunkei965/fs: Print mlen in dump_instructions() output.
2015-06-04 Kenneth Graunkeprog_to_nir: Make RSQ properly take the absolute value...
2015-06-04 Martin Peresmain: fix a regression in uniform handling introduced...
2015-06-04 Martin Peresmesa: reference built-in uniforms into gl_uniform_storage
2015-06-04 Roland Scheideggerllvmpipe: Implement stencil export
2015-06-03 Matt Turneri965: Use UW-typed immediate in multiply inst.
2015-06-03 Matt Turnerprogram: Replace gl_inst_opcode with enum prog_opcode.
2015-06-03 Matt Turnerprogram: Remove dead Aux field from prog_instruction.
2015-06-03 Matt Turnerprogram: Shrink and rename SaturateMode field to Saturate.
2015-06-03 Brian Paulmesa: move no-change glDepthFunc check earlier
next