util/u_atomic: Use lower-case variables in _Interlocked* helpers.
[mesa.git] / src / mesa /
2015-02-12 Ben Widawskyi965/vs/skl: Use vec4 datatypes for message header
2015-02-11 Matt Turneri965: Add LINTERP/CINTERP to can_do_cmod().
2015-02-11 Matt Turnerprogram: Remove _mesa_nop_vertex_program/_mesa_nop_frag...
2015-02-11 Matt Turneri965/fs: Remove conditional mod when optimizing a SEL...
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + abs(y * z)).
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + -(y * z)).
2015-02-10 Neil Robertsi965/skl: Implement WaDisable1DDepthStencil
2015-02-10 Francisco Jerezi965/gen7-8: Implement glMemoryBarrier().
2015-02-10 Francisco Jerezi965: Generalize the update_null_renderbuffer_surface...
2015-02-10 Francisco Jerezi965: Allocate binding table space for shader images.
2015-02-10 Francisco Jerezi965: Don't tile 1D miptrees.
2015-02-10 Francisco Jerezi965/vec4: Don't set any dependency control bits for...
2015-02-10 Francisco Jerezi965: Handle negated unsigned immediate values in const...
2015-02-10 Francisco Jerezi965/vec4: Take into account non-zero reg_offset during...
2015-02-10 Francisco Jerezi965/vec4: Add register classes up to MAX_VGRF_SIZE.
2015-02-10 Francisco Jerezi965/vec4: Init mlen for several send from GRF instruct...
2015-02-10 Francisco Jerezi965/vec4: Don't infer MRF dependencies for send from...
2015-02-10 Francisco Jerezi965/vec4: Fix the scheduler to take into account reads...
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 Jerezmesa: Bump MAX_IMAGE_UNIFORMS to 32.
2015-02-10 Francisco Jerezmesa: Rename the CEILING() macro to DIV_ROUND_UP().
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-08 James Leggmesa: Make renderbuffer FBO attachments not layered
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 Ben Widawskyi965/vec4: Correct MUL destination hazard
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-04 Matt Turneri965: Remove now unnecessary Gen8 CMP destination type...
2015-02-04 Matt Turneri965: Set CMP's destination type to src0's type.
2015-02-04 Matt Turneri965/fs: Implement the WaCMPInstFlagDepClearedEarly...
2015-02-04 Kenneth Graunkei965/fs: Fix saturate on MAD and LRP with the NIR backend.
2015-02-04 Iago Toral Quirogamesa: Fix _mesa_format_convert fallback path when src...
2015-02-03 Connor Abbotti965/nir: use redundant phi optimization
2015-02-03 Jason Ekstrandi965/fs_nir: Get rid of get_alu_src
2015-02-03 Jason Ekstrandi965/fs: Use NIR's scalarizing abilities and stop handl...
2015-02-03 Matt Turneri965/fs: Add support for constant propagating into...
2015-02-03 Matt Turneri965/vec4: Use abs/negate functions in const propagation.
2015-02-03 Matt Turneri965: Add function to take the abs of immediates.
2015-02-03 Matt Turneri965: Add function to negate immediates.
2015-02-03 Matt Turneri965: Mark UB/B immediates as unreachable.
2015-02-03 Nils Wallméniusst/mesa: mark constant array of swizzles as static...
2015-02-03 Eduardo Lima Mitevmesa: Returns a GL_INVALID_VALUE error on several APIs...
2015-02-03 Samuel Iglesias... mesa: fix error value in GetFramebufferAttachmentParame...
2015-02-03 Iago Toral Quirogaglsl: Improve precision of mod(x,y)
2015-02-03 Eduardo Lima Mitevmesa: Allow querying for GL_PRIMITIVE_RESTART_FIXED_IND...
2015-02-03 Iago Toral Quirogai965: Fix negate with unsigned integers
2015-02-03 Ilia Mirkinst/mesa: add EXT_polygon_offset_clamp support
2015-02-03 Ilia Mirkini965/gen6+: enable EXT_polygon_offset_clamp
2015-02-03 Ilia Mirkinmesa: add support for GL_EXT_polygon_offset_clamp
2015-02-03 Ilia Mirkinglapi: add GL_EXT_polygon_offset_clamp
2015-02-03 Kenneth Graunkei965: Add a better PRM citation for the IMS dimension...
2015-02-02 Laura Ekstrandswrast: Whitespace fixes.
2015-02-02 Laura EkstrandDD: Refactor BlitFramebuffer.
2015-02-02 Jason Ekstrandi965: Don't use tiled_memcpy to download from RGBX...
2015-02-02 Neil Robertsdir-locals.el: Don't set variables for non-programming...
2015-02-02 Iago Toral Quirogai965: Fix intel_miptree_copy_teximage for GL_TEXTURE_1D...
2015-01-31 Jason Ekstrandi965/pixel_read: Don't try to do a tiled_memcpy from...
2015-01-31 Francisco Jerezi965: Enable L3 caching of buffer surfaces.
2015-01-31 Jason Ekstrandintel/pixel_read: Properly flip the results for window...
2015-01-31 Jason Ekstrandi965/tiled_memcpy: Support a signed linear pitch
2015-01-30 Jason Ekstrandmain: Add STENCIL_INDEX formats to base_tex_format
2015-01-30 Jason Ekstrandteximage: Don't indent switch cases
2015-01-30 Brian Paulmesa: remove some dead display list code
2015-01-30 Brian Paulmesa: remove stale comment in dlist.c code
2015-01-30 Brian Paulmesa: s/union gl_dlist_node/Node/ in dlist.c code
2015-01-30 Brian Paulmesa: fix display list 8-byte alignment issue
2015-01-30 Neil Robertsi965/skl: Force a BINDING_TABLE_POINTER_* after push...
2015-01-30 Topi Pohjolainenmeta: Don't write depth when decompressing tex-images
2015-01-30 Topi Pohjolainenmeta: Don't write depth when generating miptrees
2015-01-30 Topi Pohjolainenmeta/blit: Compile programs with and without depth
2015-01-30 Topi Pohjolainenmeta/blit: Write depth only when asked for
2015-01-30 Topi Pohjolainenmeta/blit: Add plumbing for shaders without depth
2015-01-29 Kalyan KondapallyMesa: Advertise GL_OES_texture_*float* extensions suppo...
2015-01-29 Kalyan KondapallyMesa: Add support for HALF_FLOAT_OES type.
2015-01-29 Kalyan KondapallyMesa: Add support for GL_OES_texture_*float* extensions.
2015-01-29 Eric Anholtmesa: Move simple_list.h to src/util.
2015-01-28 Jason EkstrandRevert "util: Move the alternate fpclassify implementat...
2015-01-28 Sven Arvidssondrirc: set allow_glsl_extension_directive_midshader...
2015-01-28 Jason Ekstrandutil: Move the alternate fpclassify implementation...
2015-01-28 Jason Ekstrandi965/tex: Don't create read-write textures with non...
2015-01-28 Jason Ekstrandi965/gen8: Include the buffer offset when emitting...
2015-01-28 Tapani Pällimesa: improve error messaging for format CSV parser
2015-01-27 Sisinty Sasmita... i965: Implemente a tiled fast-path for glReadPixels...
next