glsl: do not emit error for non written varyings on OpenGL ES
[mesa.git] / src / mesa /
2014-10-03 Matt Turneri965/compaction: Disable compaction on SNB temporarily.
2014-10-03 Matt TurnerRevert "i965: Emit ELSE/ENDIF JIP with type D on Gen 7."
2014-10-03 Matt Turneri965/fs: Remove dead generate_rep_fb_write prototype.
2014-10-03 Brian Paulmesa: fix spurious wglGetProcAddress / GL_INVALID_OPERA...
2014-10-03 Dave Airliemesa: fix GetTexImage for 1D array depth textures
2014-10-03 Tomasz Figast/mesa: Fix paths used in Android builds
2014-10-03 Tomasz Figast/mesa: Generate format_info.c in Android builds
2014-10-03 Tomasz Figautil: Include in Android builds
2014-10-02 Jason Ekstrandi965/fs: Use the correct base_mrf for spilling pairs...
2014-10-02 Jason Ekstrandi965/fs: Add a MAX_GRF_SIZE define and use it various...
2014-10-02 Jason Ekstrandi965/fs: Use the actual regsister width in brw_reg_from...
2014-10-02 Jason Ekstrandi965/fs_fp: Use null_reg from fs_visitor instead of...
2014-10-02 Tapani Pällimesa: relax draw api validation on ES2
2014-10-01 Anuj Phogatmeta: Fix make check failures in setup_glsl_msaa_blit_s...
2014-10-01 Brian Paulmesa: fix _mesa_alloc_dispatch_table() declaration
2014-10-01 Roland Scheideggermeta: (trivial) remove accidental double semicolon
2014-10-01 Anuj Phogati965: Enable EXT_framebuffer_multisample_blit_scaled...
2014-10-01 Anuj Phogatmeta: Implement ext_framebuffer_multisample_blit_scaled...
2014-10-01 Anuj Phogati965: Initialize the SampleMap{2,4,8}x variables
2014-10-01 Anuj Phogatmesa: Add new variables in gl_context to store sample...
2014-10-01 Kenneth Graunkemesa: Avoid flagging _NEW_VIEWPORT on redundant viewpor...
2014-10-01 Kenneth Graunkei965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state...
2014-10-01 Kenneth Graunkei965: Drop brwBindProgram driver hook.
2014-10-01 Kenneth Graunkei965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.
2014-10-01 Kenneth Graunkei965: Use "1ull" instead of "1" in BRW_NEW_* defines.
2014-10-01 Kenneth Graunkei965: Use ~0ull when flagging all BRW_NEW_* dirty flags.
2014-10-01 Kenneth Graunkei965: Fix INTEL_DEBUG=state to work with 64-bit dirty...
2014-10-01 Kenneth Graunkei965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.
2014-10-01 Chris Forbesi965: Fix typo in comment
2014-10-01 Chris Forbesi965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGO...
2014-10-01 Jason Ekstrandi965/fs: Fix the build
2014-10-01 Jason Ekstrandi965/fs: Fix an uninitialized value warnings
2014-10-01 Matt Turneri965/fs: Emit compressed BFI2 instructions on Gen > 7.
2014-10-01 Matt Turneri965/fs: Allow SIMD16 borrow/carry/64-bit multiply...
2014-10-01 Matt Turneri965/fs: Set MUL source type to W/UW in 64-bit mul...
2014-10-01 Matt Turneri965/fs: Optimize sqrt+inv into rsq.
2014-10-01 Matt Turneri965/vec4: Optimize sqrt+inv into rsq.
2014-10-01 Matt Turneri965/vec4: Call opt_algebraic after opt_cse.
2014-10-01 Matt Turneri965/fs: Extend predicated break pass to predicate...
2014-09-30 Ian Romanicki965/fs: Don't make a name for a vector splitting temporary
2014-09-30 Ian Romanickglsl: Add context-level controls for whether temporarie...
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Jason Ekstrandi965/brw_reg: Make the accumulator register take an...
2014-09-30 Brian Paulst/mesa: remove unneded PIPE_TEXTURE_CUBE check in...
2014-09-30 Eric Anholtmesa: Drop the always-software-primitive-restart paths.
2014-09-30 Eric Anholtgallium: Drop software-only primitive restart support.
2014-09-30 Jason Ekstrandi965/fs: Properly calculate the number of instructions...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for FB writes on gen >= 7
2014-09-30 Jason Ekstrandi965/fs: Handle COMPR4 in LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Constant propagate into LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Add split_virtual_grfs and compute_to_mrf...
2014-09-30 Jason Ekstrandi965/fs: Add a an optional source to the FS_OPCODE_FB_W...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_ATOMIC instructions
2014-09-30 Jason Ekstrandi965/fs: Add a function for getting a component of...
2014-09-30 Jason Ekstrandi965/fs: Use the instruction execution size directly...
2014-09-30 Jason Ekstrandi965/fs: Use exec_size instead of force_uncompressed...
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes instead of...
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes to set compres...
2014-09-30 Jason Ekstrandi965/fs: Remove unneeded uses of force_uncompressed
2014-09-30 Jason Ekstrandi965/fs: Derive force_uncompressed from instruction...
2014-09-30 Jason Ekstrandi965/fs: Make fs_reg::effective_width take fs_inst...
2014-09-30 Jason Ekstrandi965/fs: Better guess the width of LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Add an exec_size field to fs_inst
2014-09-30 Jason Ekstrandi965/fs: Determine partial writes based on the destinat...
2014-09-30 Jason Ekstrandi965/fs: Fix a bug in register coalesce
2014-09-30 Jason Ekstrandi965/fs: Rework GEN5 texturing code to use fs_reg and...
2014-09-30 Jason Ekstrandi965/fs_reg: Allocate double the number of vgrfs in...
2014-09-30 Jason Ekstrandi965/fs: Handle printing of registers better.
2014-09-30 Jason Ekstrandi965: Explicitly set widths on gen5 math instruction...
2014-09-30 Jason Ekstrandi965/fs: Make half() divide the register width by 2...
2014-09-30 Jason Ekstrandi965/fs: Add a concept of a width to fs_reg
2014-09-30 Jason Ekstrandi965/fs: A little harmless refactoring of register_coalesce
2014-09-30 Jason Ekstrandi965/brw_reg: Add a firsthalf function and use it in...
2014-09-30 Jason Ekstrandi965/fs: Copy propagate partial reads.
2014-09-30 Jason Ekstrandi965/fs: Refactor fs_inst::is_send_from_grf()
2014-09-30 Jason Ekstrandi965/fs: Clean up emit_fb_writes
2014-09-30 Jason Ekstrandi965/fs: Print BAD_FILE registers in dump_instruction
2014-09-30 Jason Ekstrandi965/fs: Make compact_virtual_grfs an optimization...
2014-09-30 Jason Ekstrandi964/fs: Make immediate fs_reg constructors explicit
2014-09-30 Jason Ekstrandi965/fs: Make null_reg_* const members of fs_visitor...
2014-09-30 Jason Ekstrandi965/fs: Use the var_from_vgrf helper function instead...
2014-09-30 Jason Ekstrandi965/fs: Fix a bug with dead_code_eliminate on large...
2014-09-30 Jason Ekstrandi965/fs: Use the UW type for the destination of VARYING...
2014-09-30 Jason Ekstrandi965/fs: Use offset a lot more places
2014-09-30 Jason Ekstrandi965/fs: fix a comment in compact_virtual_grfs
2014-09-30 Jason Ekstrandi965/fs: Rewrite fs_visitor::split_virtual_grfs
2014-09-30 Jason Ekstrandi965/fs_live_variables: Use var_from_vgrf insead of...
2014-09-30 Jason Ekstrandi965/fs: Manually generate the meta fast-clear shader
2014-09-30 Kenneth Graunkei965: Delete intel_chipset.h.
2014-09-30 Alex Henriedriconf: Correct and update Catalan translation
2014-09-30 Alex Henriedriconf: Update Spanish translation
2014-09-30 Alex Henriedriconf: Synchronize po files
2014-09-29 Matt Turneri965: Use BRW_MATH_DATA_SCALAR when source regioning...
2014-09-29 Matt Turneri965/compaction: Move variable declarations to their...
2014-09-29 Matt Turneri965/compaction: Simplify jump target code.
2014-09-27 Matt Turneri965/fs: Don't invalidate live intervals in saturate...
2014-09-27 Matt Turneri965/fs: Ignore mov.sat instructions in interference...
2014-09-27 Matt Turneri965/fs: Walk instructions in reverse in saturate propa...
2014-09-27 Emil VelikovRemove Bluegene/L wrappers
next