i965/fs: Implement the WaCMPInstFlagDepClearedEarly work-around.
[mesa.git] / src /
2015-02-04 Matt Turneri965/fs: Implement the WaCMPInstFlagDepClearedEarly...
2015-02-04 Jose Fonsecagallium/util: Don't implement u_bit_scan64 on MSVC.
2015-02-04 Jose Fonsecagallium/util: Define ffsll on MinGW.
2015-02-04 Marek Olšákradeonsi: implement polygon stippling
2015-02-04 Marek Olšákradeonsi: add polygon stipple texture slot
2015-02-04 Marek Olšákradeonsi: deduce rasterizer primitive type at the begin...
2015-02-04 Marek Olšákradeonsi: allow 64 descriptors per array
2015-02-04 Marek Olšákradeonsi: add support for sampler views where resource...
2015-02-04 Marek Olšákradeonsi: add support for NULL texture sampler views...
2015-02-04 Marek Olšákradeonsi: fix a crash when binding a NULL sampler view...
2015-02-04 Marek Olšákradeonsi: move the buffer descriptor to the end of...
2015-02-04 Marek Olšákradeonsi: don't use tgsi_parse_context to get processor...
2015-02-04 Marek Olšákradeonsi: fix instanced arrays with non-zero start...
2015-02-04 Marek Olšákr600g,radeonsi: don't append to streamout buffers that...
2015-02-04 Marek Olšákgallium: set PIPE_MAX_SAMPLERS to 18
2015-02-04 Marek Olšákgallium/u_pstipple: add ability to specify a fixed...
2015-02-04 Marek Olšákgallium/util: add u_bit_scan64
2015-02-04 Marek Olšáktgsi: add tgsi_get_processor_type helper from radeon
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 Park, Jeongminst/osmesa: Fix osbuffer->textures indexing
2015-02-03 Connor Abbotti965/nir: use redundant phi optimization
2015-02-03 Connor Abbottnir: add an optimization to remove useless phi nodes
2015-02-03 Jason Ekstrandnir/validate: Ensure that phi sources are SSA-only
2015-02-03 Jason Ekstrandnir/validate: Validate that only float ALU outputs...
2015-02-03 Jason Ekstrandnir/lower_source_mods: Don't lower saturate for non...
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 Jason Ekstrandnir: Add a pass to lower vector phi nodes to scalar...
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 Matt Turnergallium/util: Don't use __builtin_clrsb in util_last_bit().
2015-02-03 Matt Turnerglsl/list: Note that exec_lists may not be realloc'd.
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 Quirogaglsl: can't have 'const' qualifier used with struct...
2015-02-03 Iago Toral Quirogaglsl: interface blocks must be declared at global scope
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 Mirkingallium: add a cap to determine whether the driver...
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 Graunkeglsl: Pick ast_conditional branch regardless of op1...
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-02-02 Eric Anholtvc4: Kill a bunch of color write calculation when color...
2015-02-01 Eric Anholtvc4: Dump the VPM read index in QIR disasm.
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 José Fonsecaegl: Pass the correct X visual depth to xcb_put_image().
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 José Fonsecautil/u_atomic: Provide a _InterlockedCompareExchange8...
2015-01-30 José Fonsecautil/u_atomic: Use _Interlocked* intrinsics for non...
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-30 Jason Ekstrandnir/opt_algebraic: Add some constant bcsel reductions
2015-01-30 Jason Ekstrandnir/opt_algebraic: Add some boolean simplifications
2015-01-30 Jason Ekstrandnir/algebraic: Support specifying variable as constant...
2015-01-30 Jason Ekstrandnir/algebraic: Fail to compile of a variable is used...
2015-01-30 Jason Ekstrandnir/search: Allow for matching variables based on types
2015-01-30 Jason Ekstrandnir/search: Add support for matching unknown constants
2015-01-30 Jason Ekstrandnir: Add an invalid type
2015-01-29 Roland Scheideggergallium/docs: fix docs wrt ARL/ARR/FLR
2015-01-29 Eric Anholtnir: Add variants of some of the comparison simplificat...
2015-01-29 Eric Anholtvc4: Fix point size handling when it's the first output.
2015-01-29 Eric Anholtnir: Don't try to to-SSA ALU instructions that are...
2015-01-29 Eric Anholtnir: Fix a bit of broken indentation.
2015-01-29 Eric Anholtnir: Add a couple of helpers for glsl types.
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 Anholtnir: Make vec-to-movs handle src/dest aliasing.
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2015-01-29 Eric Anholtmesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201a...
2015-01-29 Eric Anholtmesa: Move simple_list.h to src/util.
2015-01-28 Tom Stellardradeonsi: Enable VGPR spilling for all shader types v5
2015-01-28 Tom Stellardradeonsi/compute: Allocate the scratch buffer during...
2015-01-28 Tom Stellardradeonsi: Add radeon_shader_binary member to struct...
next