i965/vec4: Make vec4_visitor::implied_mrf_writes() return zero for sends from GRF.
[mesa.git] / src /
2015-02-10 Francisco Jerezi965/vec4: Make vec4_visitor::implied_mrf_writes()...
2015-02-10 Francisco Jerezi965/vec4: Pass dst register to the vec4_instruction...
2015-02-10 Francisco Jerezi965/vec4: Initialize vec4_instruction::predicate and...
2015-02-10 Francisco Jerezi965/vec4: Implement equals() method for dst_reg too.
2015-02-10 Francisco Jerezi965/fs: Fix fs_inst::regs_written calculation for...
2015-02-10 Francisco Jerezi965/fs: Fix stack allocation of fs_inst and stop steal...
2015-02-10 Francisco Jerezi965/fs: Remove duplicate include of brw_shader.h
2015-02-10 Francisco Jerezi965: Move up fs_inst::flag_subreg to backend_instruction.
2015-02-10 Francisco Jerezi965: Move up fs_inst::regs_written to backend_instruction.
2015-02-10 Francisco Jerezi965/vec4: Remove dependency of vec4_instruction on...
2015-02-10 Francisco Jerezi965/fs: Remove dependency of fs_inst on the visitor...
2015-02-10 Francisco Jerezi965: Move IR object definitions to separate header...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-02-10 Francisco Jerezglsl: Forbid calling the constructor of any opaque...
2015-02-10 Francisco Jerezglsl: Return correct number of coordinate components...
2015-02-10 Francisco Jerezmesa: Bump MAX_IMAGE_UNIFORMS to 32.
2015-02-10 Francisco Jerezmesa: Rename the CEILING() macro to DIV_ROUND_UP().
2015-02-10 Tiziano Bacocconv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready...
2015-02-10 Roy Splietnv50/ir: Fold IMM into MAD
2015-02-10 Roy Splietnv50/ir: Add emit support for MAD IMM format
2015-02-10 Roy Splietnv50/ir: Add support for MAD 4-byte opcode
2015-02-10 Ilia Mirkinnv50/ir: change the way float face is returned
2015-02-10 Kenneth Graunkenir: Mark nir_print_instr's instr pointer as const.
2015-02-09 Kenneth Graunkei965: Fix integer border color on Haswell.
2015-02-09 Kenneth Graunkei965: Use a gl_color_union for sampler border color.
2015-02-09 Kenneth Graunkei965: Override swizzles for integer luminance formats.
2015-02-09 Carl Worthutil/u_atomic: Add new macro p_atomic_add
2015-02-08 Jason Ekstrandutil/hash_table: Try to hit a double-insertion bug...
2015-02-08 Jason Ekstrandutil/set: Do a full search when adding new items
2015-02-08 Jason Ekstrandutil/hash_table: Do a full search when adding new items
2015-02-08 James Leggmesa: Make renderbuffer FBO attachments not layered
2015-02-07 Brian Paulgallium/hud: also try R8_UNORM format for font texture
2015-02-07 Brian Paulgallium/hud: flush stdout in print_help(), for Windows
2015-02-07 Ben Widawskyi965: Add more stringent blitter assertions
2015-02-07 Ben Widawskyi965: Consolidate some of the intel_blit logic
2015-02-07 Park, Jeongminst/dri: Make depth buffer optional for postprocessing
2015-02-07 Park, Jeongminpostprocess: Check for depth buffer in pp_jimenezmlaa
2015-02-07 Ben Widawskyi965/vec4: Correct MUL destination hazard
2015-02-06 Eric Anholtnir: Fix broken fsat recognizer.
2015-02-06 Eric Anholtnir: Slightly simplify algebraic code generation by...
2015-02-06 Eric Anholttgsi/ureg: Add missing some missing opcodes opcode_tmp.h
2015-02-06 Eric Anholttgsi/ureg: Move ureg_dst_register() to the header.
2015-02-06 Marek Olšákgallium/u_tests: test a NULL buffer sampler view
2015-02-06 Marek Olšákgallium/u_tests: test a NULL constant buffer
2015-02-06 Marek Olšákgallium/u_tests: test a NULL texture sampler view
2015-02-06 Marek Olšákgallium/u_tests: restructure the only test, refactor...
2015-02-06 Marek Olšákgallium: run gallium tests if GALLIUM_TESTS=1 is set
2015-02-06 Marek Olšákgallium/postprocessing: fix crash at context destruction
2015-02-06 Xavier Bouchouxr600g/sb: fix a bug in constants folding optimisation...
2015-02-06 Xavier Bouchouxr600g: fix abs() support on ALU 3 source operands instr...
2015-02-06 David Heidelbergr300g: small code cleanup (v2)
2015-02-06 Iago Toral Quirogaglsl: GLSL ES identifiers cannot exceed 1024 characters
2015-02-06 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and...
2015-02-06 Kenneth Graunkei965/fs: Use inst->eot rather than opcodes in register...
2015-02-06 Kenneth Graunkei965/fs: Delete is_last_send(); just check inst->eot.
2015-02-06 Michel Dänzerst/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPAC...
2015-02-05 Tiziano Bacoccost/nine: Implement dummy vbo behaviour when vs is missi...
2015-02-05 Axel Davygallium/targets/d3dadapter9: Free card device
2015-02-05 Axel Davygallium/targets/d3dadapter9: Release the pipe_screen...
2015-02-05 Axel Davygallium/targets/d3dadapter9: Fix device detection for...
2015-02-05 Axel Davyst/nine: Dummy sampler should have a=1
2015-02-05 Axel Davyst/nine: Fix update_framebuffer binding cbufs the pixel...
2015-02-05 Axel Davyst/nine: Clear: better behave if rt_mask is different...
2015-02-05 Axel Davyst/nine: Fix multisampling support detection
2015-02-05 Tiziano Bacoccost/nine: Fix enabled lights in stateblocks
2015-02-05 Axel Davyst/nine: Fix depth stencil formats bindings flags.
2015-02-05 Axel Davyst/nine: Fix gpu memory leak in swapchain
2015-02-05 Axel Davyst/nine: SetResourceResize should track nr_samples too
2015-02-05 Tiziano Bacoccost/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLID
2015-02-05 Tiziano Bacoccost/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVER
2015-02-05 Axel Davyst/nine: Implement fallback behaviour when rts and...
2015-02-05 Axel Davyst/nine: Fix present_buffers allocation
2015-02-05 Patrick Rudolphst/nine: Check for aligned offset in each vertex element
2015-02-05 Patrick Rudolphst/nine: Fix bufferoverflow in {Get|Set}PixelShaderCons...
2015-02-05 Patrick Rudolphst/nine: Set [out] argument to NULL for some functions
2015-02-05 Patrick Rudolphst/nine: Remove duplicated debug message
2015-02-05 Patrick Rudolphst/nine: Return E_FAIL for unused vertexdeclaration...
2015-02-05 Patrick Rudolphst/nine: Missing sanity check for CALLOC return E_OUTOF...
2015-02-05 Axel Davyst/nine: Implement ATOC hack
2015-02-05 Axel Davyst/nine: Implement AMD alpha to coverage
2015-02-05 Axel Davyst/nine: Add D3DFMT_DF16 support
2015-02-05 Axel Davyst/nine: Change the value of some advertised caps
2015-02-05 Axel Davyst/nine: NineDevice9_SetClipPlane: pPlane must be non...
2015-02-05 Axel Davyst/nine: Implement fallback for D3DFMT_D24S8, D3DFMT_D2...
2015-02-05 Axel Davyst/nine: Refactor format d3d9 to pipe conversion
2015-02-05 Axel Davyst/nine: Refactor nine_d3d9_to_pipe_format_map
2015-02-05 Axel Davyst/nine: Improve CheckDeviceFormat debug output
2015-02-05 Axel Davyst/nine: Implement RESZ hack
2015-02-05 Axel Davyst/nine: fix early basetexture destruction
2015-02-05 Patrick Rudolphst/nine: Do not leak private data in volume9.
2015-02-05 Patrick Rudolphst/nine: Check block alignment for compressed textures...
2015-02-05 Axel Davyst/nine: Commit sampler views again if srgb state changed.
2015-02-05 Axel Davyst/nine: Fix use of D3DSP_NOSWIZZLE
2015-02-05 Axel Davyst/nine: Check for the correct number of constants.
2015-02-05 Axel Davyst/nine: Introduce failure handling for shader parsing.
2015-02-05 Axel Davyst/nine: Print warnings for r500 when shader is likely...
2015-02-05 Axel Davyst/nine: Declare constants only up to the maximum needed.
2015-02-05 Axel Davyst/nine: Refactor how user constbufs sizes are calculated
2015-02-05 Axel Davyst/nine: Explicit nine requirements
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
next