glsl: create program resource list after LinkShader
[mesa.git] / src /
2015-07-01 Tapani Pälliglsl: create program resource list after LinkShader
2015-07-01 Tapani Pälliglsl: expose build_program_resource_list function
2015-07-01 Tapani Pälliglsl: build stageref mask using IR, not symbol table
2015-07-01 Chia-I Wuilo: remove ilo_image_params
2015-07-01 Chia-I Wuilo: add image_init_gen6_transfer_layout()
2015-07-01 Chia-I Wuilo: add image_set_gen6_bo_size()
2015-07-01 Chia-I Wuilo: add image_set_gen6_{hiz,mcs}
2015-07-01 Chia-I Wuilo: add image_get_gen6_monolithic_size()
2015-07-01 Chia-I Wuilo: add image_get_gen6_lods()
2015-07-01 Chia-I Wuilo: add image_get_gen{6,7}_alignment()
2015-07-01 Chia-I Wuilo: add image_get_gen6_{hiz,mcs}_enable()
2015-07-01 Chia-I Wuilo: add image_get_gen6_tiling()
2015-07-01 Chia-I Wuilo: add image_get_gen6_layout()
2015-07-01 Ilia Mirkinnv50/ir: copy joinAt when splitting both before and...
2015-07-01 Dave Airliegallivm: add fp64 support. (v2.1)
2015-07-01 Dave Airlietgsi: add infer support for double opcodes.
2015-07-01 Timothy Arcerifreedreno: use consistent version string format
2015-07-01 Timothy Arceriglsl: use consistent version string format
2015-07-01 Jason Ekstrandi965/fs: Fix PIXEL_X/Y in regs_read()
2015-06-30 Jason Ekstrandi965/fs: Remove the width field from fs_reg
2015-06-30 Jason Ekstrandi965/fs_generator: Use inst->exec_size for determining...
2015-06-30 Jason Ekstrandi965/fs: Use exec_size instead of dst.width for computi...
2015-06-30 Jason Ekstrandi965/fs: Use the builder dispatch_width for computing...
2015-06-30 Jason Ekstrandi965/fs: Use the builder dispatch width instead of...
2015-06-30 Jason Ekstrandi965/fs: Remove exec_size guessing from fs_inst::init()
2015-06-30 Jason Ekstrandi965/fs_builder: Use the dispatch width for setting...
2015-06-30 Jason Ekstrandi965/fs: Use exec_size for determining regs read/writte...
2015-06-30 Jason Ekstrandi965/fs: Remove fs_inst constructors that don't take...
2015-06-30 Jason Ekstrandi965/fs: Make better use of the builder in shader_time
2015-06-30 Jason Ekstrandi965/fs: Add a builder argument to offset()
2015-06-30 Jason Ekstrandi965/fs: Move offset(fs_reg, unsigned) to brw_fs.h
2015-06-30 Jason Ekstrandi965/blorp: Explicitly set execution sizes for new...
2015-06-30 Jason Ekstrandi965/fs: Set the builder group for emitting FB-write...
2015-06-30 Jason Ekstrandi965/fs: Explicitly set the exec_size on the add(32...
2015-06-30 Jason Ekstrandi965/fs: Properly handle LOAD_PAYLOAD in fs_inst::regs_read
2015-06-30 Jason Ekstrandi965/fs: Report the right value in fs_inst::regs_read...
2015-06-30 Jason Ekstrandi965/fs: Fix fs_inst::regs_read() for uniform pull...
2015-06-30 Jason Ekstrandi965/fs: Actually set/use the mlen for gen7 uniform...
2015-06-30 Jason Ekstrandi965/fs: Use a switch statement in fs_inst::regs_read()
2015-06-30 Connor Abbottnir: remove parent_instr from nir_register
2015-06-30 Connor Abbottnir: remove nir_src_get_parent_instr()
2015-06-30 Connor Abbotti965/fs: emit constants only once
2015-06-30 Connor Abbotti965/fs: use SSA values directly
2015-06-30 Connor Abbottnir/from_ssa: add a flag to not convert everything...
2015-06-30 Emil Velikovegl/x11: handle when invalid drawable is passed in...
2015-06-30 Emil Velikovegl/wayland: cleanup dri2_wl_create_surface error path
2015-06-30 Emil Velikovegl/wayland: handle NULL native_window in create_surface
2015-06-30 Emil Velikovegl/drm: plug memory leak
2015-06-30 Rob Clarkgallium/ttn: don't upset nir_validate w/ BRK's
2015-06-30 Rob Clarkgallium/ttn: add TXB2
2015-06-30 Rob Clarkgallium/ttn: partial fix for output arrays
2015-06-30 Rob Clarknir: cleanup open-coded instruction casts
2015-06-30 Rob Clarkfreedreno/ir3: cache defining instruction
2015-06-30 Rob Clarkfreedreno/ir3: fix RA issue with fanin
2015-06-30 Rob Clarkfreedreno/ir3: add ir3_shader_disasm()
2015-06-30 Rob Clarkfreedreno/a4xx: fix for sparse-samplers
2015-06-30 Rob Clarkfreedreno/ir3: fix crash in fail path
2015-06-30 Rob Clarkfreedreno/ir3: fix crash in RA
2015-06-30 Rob Clarkfreedreno/ir3: fixes for indirect writes
2015-06-30 Rob Clarkfreedreno/ir3: fix constlen in case of load_uniform_ind...
2015-06-30 Tapani Pälliglsl: validate sampler array indexing for 'constant...
2015-06-30 Tapani Pällimesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
2015-06-30 Tapani Pällii915: use EmitNoIndirectSampler
2015-06-30 Tapani Pällii965: use EmitNoIndirectSampler for gen < 7
2015-06-30 Tapani Pällimesa/glsl: new compiler option EmitNoIndirectSampler
2015-06-30 Tapani Pälliglsl: Allow dynamic sampler array indexing with GLSL...
2015-06-30 Ilia Mirkinnv50/ir: fix emission of address reg in 3rd source
2015-06-30 Kenneth Graunkei965: Don't use GCC extension for ?: with only two...
2015-06-30 Alexander von Gluck IVegl/haiku: fix Mesa build under Haiku
2015-06-30 Ilia Mirkinnv30: align transfer stride to 64, required by blit...
2015-06-30 Ilia Mirkinnv30: allow vertex state creation with 0 elements
2015-06-30 Ilia Mirkinnv30: reset fragprog bufctx at bind time
2015-06-30 Ilia Mirkinnv30: modernize fp upload logic
2015-06-30 Ilia Mirkinnv30: provide a minimum map buffer alignment
2015-06-29 Anuj Phogati965/skl: Extract the blit command setup in to a helper
2015-06-29 Anuj Phogati965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCop...
2015-06-29 Anuj Phogatmesa/swrast: Use global function _mesa_regions_overlap()
2015-06-29 Anuj Phogatmesa/st: Use global function _mesa_regions_overlap()
2015-06-29 Anuj Phogatmesa: Add a new helper function _mesa_regions_overlap()
2015-06-29 Anuj Phogati965/gen9: Allocate YF/YS tiled buffer objects
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_can_use_tr_m...
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_release_levels()
2015-06-29 Anuj Phogati965/gen9: Plugin the code for selecting YF/YS tiling...
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_set_alignment()
2015-06-29 Erik Faye-Lundmesa/main: free locale at exit
2015-06-29 Erik Faye-Lundutil: port _mesa_strto[df] to C
2015-06-29 Erik Faye-Lundglsl: No need to lock in _mesa_glsl_release_types
2015-06-29 Erik Faye-Lundmesa/main: only call _mesa_destroy_shader_compiler...
2015-06-29 Erik Faye-Lunddri: don't touch the shader compiler
2015-06-29 Erik Faye-Lundmesa/main: Get rid of outdated GDB-hack
2015-06-29 Grigori Goronzyclover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_M...
2015-06-29 Grigori Goronzygallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
2015-06-29 Neil Robertsi965: Don't try to print the GLSL IR if it has been...
2015-06-29 Kenneth GraunkeRevert "glsl: clone inputs and outputs during linking"
2015-06-29 Kenneth GraunkeRevert "i965: Delete linked GLSL IR when using NIR."
2015-06-29 Ilia Mirkinnv30: avoid leaking blit fp/vp
2015-06-29 Ilia Mirkinnv40: enable base vertex
2015-06-29 Kenneth Graunkei965/vs: Move compute_clip_distance() out of emit_urb_w...
2015-06-29 Kenneth Graunkei965: Write at least some data in SIMD8 URB write messages.
2015-06-28 Samuel Pitoisetgallium/hud: prevent NULL pointer dereference with...
next