radeonsi: implement pipe_rasterizer_state::clip_halfz
[mesa.git] / src / mesa /
2014-10-22 Kenneth Graunkei965/vec4: Generate better code for ir_triop_csel.
2014-10-22 Kenneth Graunkei965/vec4: Simplify visit(ir_expression *)'s result_src...
2014-10-22 Kenneth Graunkei965/vec4: Delete some dead code in visit(ir_expression *).
2014-10-22 Kenneth Graunkei965/fs: Generate better code for ir_triop_csel.
2014-10-22 Kenneth Graunkeglsl: Delete unused gl_uniform_driver_format enum values.
2014-10-21 Marek Olšákglsl_to_tgsi: use _mesa_copy_linked_program_data
2014-10-21 Marek Olšákglsl_to_tgsi: fix the value of gl_FrontFacing with...
2014-10-21 Marek Olšákst/mesa: add ST_DEBUG=wf option which enables wireframe...
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-10-20 Brian Paulmesa: fix 'feeedback' typo in comment
2014-10-20 Brian Paulmesa: fix 'misalgned' typos in error messages
2014-10-20 Tapani Pällimesa: validate sampler uniforms during gluniform calls
2014-10-18 Chris Forbesmeta/msaa-blit: consider weird sample count case unreac...
2014-10-17 Jason Ekstrandi965/fs: Change the type of booleans to UD and emit...
2014-10-17 Kenneth Graunkei965/fs: Don't pass ir_variable * to emit_sampleid_setup().
2014-10-16 Marek Olšákst/mesa: use pipe_sampler_view_release for releasing...
2014-10-16 Kenneth Graunkemesa: Drop the "target" parameter from NewBufferObject().
2014-10-16 Chris Forbesi965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible...
2014-10-16 Chris Forbesmesa: Mark buffer objects that are used as atomic count...
2014-10-16 Chris Forbesi965/disasm: Add missing message type for Gen7 DP untyp...
2014-10-16 Chris Forbesi965: Correctly use ABO count to trigger flagging of...
2014-10-16 Chris Forbesi965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER
2014-10-16 Chris Forbesi965: Dirty state in BO reallocation based on usage...
2014-10-16 Chris Forbesi965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a...
2014-10-16 Chris Forbesi965: Add new dirty flag for new TexBOs.
2014-10-16 Chris Forbesmesa: Mark buffer objects that are used as TexBOs
2014-10-16 Chris Forbesmesa: Mark buffer objects which are bound as UBOs
2014-10-16 Chris Forbesmesa: Add usage history bitfield to buffer objects
2014-10-16 Connor Abbotti965/fs: don't make a fake ir_texture in the Mesa IR...
2014-10-16 Kenneth Graunkei965/fs: Refactor the texture emission logic into a...
2014-10-16 Connor Abbotti965/fs: Make gather_channel() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: Make swizzle_result() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: fix integer textures with swizzles
2014-10-16 Connor Abbotti965/fs: don't pass in ir_texture to emit_texture_*
2014-10-16 Connor Abbotti965/fs: don't use ir->type in emit_texture_gen4()
2014-10-16 Connor Abbotti965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_t...
2014-10-16 Connor Abbotti965/fs: Don't use ir->coordinate in emit_texture_*.
2014-10-16 Connor Abbotti965/fs: make rescale_texcoord() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: Make emit_mcs_fetch() not use ir_texture.
2014-10-16 Kenneth Graunkei965/fs: Rename "length" to "components" in emit_mcs_fe...
2014-10-16 Connor Abbotti965: Make brw_texture_offset() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: don't use ir->offset in emit_texture_gen5.
2014-10-16 Kenneth Graunkei965/fs: Move texel offset handling to visit(ir_texture *).
2014-10-16 Kenneth Graunkei965: Drop ir->op != ir_txf condition in offset checking.
2014-10-16 Kenneth Graunkei965: Restore a lost comment about TXF offset bugs.
2014-10-15 Kenneth Graunkei965: Allow CSE on Gen4-5 unary math.
2014-10-14 Jason Ekstrandi965/fs: Use the correct regs_written on unspill instru...
2014-10-14 Ilia Mirkinnouveau: 3d textures are unsupported, limit 3d levels...
2014-10-13 Kenneth Graunkei965: Use unsynchronized maps for the program cache...
2014-10-13 Kenneth Graunkei965: Issue performance warnings when copying the progr...
2014-10-13 Kenneth Graunkei965: Issue performance warnings on MapBufferRange...
2014-10-10 Tapani Pällimesa: fix error reported on gTexSubImage2D when level...
2014-10-09 Kenneth Graunkei965: Fix register write checks.
2014-10-09 Kenneth Graunkei965: Skip uploading border color when unnecessary.
2014-10-09 Kenneth Graunkei965: Use BDW_MOCS_PTE for renderbuffers.
2014-10-09 Kenneth Graunkei965: Add a BRW_MOCS_PTE #define.
2014-10-09 Kenneth Graunkemesa: Make _mesa_print_arrays use stderr.
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...
next