glapi: Remove _x86_64_get_get_dispatch symbol from x86-64 assembly.
[mesa.git] / src /
2015-08-28 Matt Turnerglapi: Remove _x86_64_get_get_dispatch symbol from...
2015-08-28 Ilia Mirkinglsl: clean up textureSize prototype
2015-08-28 Glenn Kennardr600g/sb: Don't crash on empty if jump target
2015-08-28 Glenn Kennardr600g/sb: Don't read junk after EOP
2015-08-28 Glenn Kennardr600g/sb: Handle undef in read port tracker
2015-08-27 Brian Paulmesa: rename rowStride to imageStride in texturesubimage()
2015-08-27 Ilia Mirkinmesa: only copy the requested teximage faces
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-08-27 Kenneth Graunkenir: Convert the NIR instruction insertion API to use...
2015-08-27 Kenneth Graunkenir: Move nir_cursor to nir.h.
2015-08-27 Kenneth Graunkenir: Strengthen "no jumps" assertions in instruction...
2015-08-27 Brian Paulst/mesa: use PROGRAM_ARRAY for storing structs containi...
2015-08-27 Brian Paulglsl: fix comment typo: s/filed/field/
2015-08-27 Brian Paulgallium/util: fix code formatting in u_blitter.h
2015-08-27 Jason Ekstrandi965/fs: Split VGRFs after lowering pull constants
2015-08-27 Jason Ekstrandi964/fs: Refactor assign_constant_locations
2015-08-27 Kenneth Graunkei965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.
2015-08-27 Tapani Pällimesa: enable enums for OES_texture_storage_multisample_...
2015-08-27 Tapani Pälliglsl: add support for OES_texture_storage_multisample_2...
2015-08-27 Tapani Pällimesa: Add extension enable for OES_texture_storage_mult...
2015-08-27 Tapani Pälliglapi: add GL_OES_texture_storage_multisample_2d_array...
2015-08-26 Nanley Cheryswrast: add a new macro, FETCH_COMPRESSED
2015-08-26 Nanley Cherymesa: return bool instead of GLboolean in compressedtex...
2015-08-26 Nanley Cheryi965: refactor miptree alignment calculation code
2015-08-26 Nanley Cheryi965: change the meaning of cpp for compressed textures
2015-08-26 Nanley Cheryi965: correct mt->align_h for 2D textures on Skylake
2015-08-26 Nanley Cheryi965: use ALIGN_NPOT for setting ASTC mipmap layouts
2015-08-26 Nanley Cherymesa/macros: move ALIGN_NPOT to macros.h
2015-08-26 Nanley Cherymesa/macros: add power-of-two assertions for alignment...
2015-08-26 Nanley Cheryi965/surface_formats: add support for 2D ASTC surface...
2015-08-26 Nanley Cherymesa/teximage: return the base internal format of the...
2015-08-26 Nanley Cherymesa/teximage: accept ASTC formats for 3D texture speci...
2015-08-26 Nanley Cherymesa/texcompress: enable translation between MESA and...
2015-08-26 Nanley Cherymesa/glformats: recognize ASTC formats as compressed
2015-08-26 Nanley Cherymesa: add ASTC extensions to the extensions table
2015-08-26 Nanley Cherymesa: don't enable online compression for ASTC formats
2015-08-26 Nanley Cheryglapi: add support for KHR_texture_compression_astc_ldr
2015-08-26 Nanley Cherymesa/formats: define the 2D ASTC formats
2015-08-26 Ilia Mirkinnouveau: avoid build failures since 0fc21ecf
2015-08-26 Marek Olšákgallium/radeon: read_registers should return bool meani...
2015-08-26 Marek Olšákradeonsi: add IB parser support for CP DMA packets
2015-08-26 Marek Olšákradeonsi: add IB tracing support for debug contexts
2015-08-26 Marek Olšákradeonsi: remove old CS tracing code
2015-08-26 Marek Olšákradeonsi: parse and dump status registers on GPU hang
2015-08-26 Marek Olšákradeonsi: add an IB parser
2015-08-26 Marek Olšákradeonsi: save the contents of indirect buffers for...
2015-08-26 Marek Olšákradeonsi: generate register and packet tables for an...
2015-08-26 Marek Olšákradeonsi: remove duplicated register definitions and...
2015-08-26 Marek Olšákr600g,radeonsi: remove unused ill-formed register field...
2015-08-26 Marek Olšákradeonsi: add an initial dump_debug_state implementatio...
2015-08-26 Marek Olšákradeonsi: allow si_dump_key to write to a file
2015-08-26 Marek Olšákgallium/ddebug: new pipe for hang detection and driver...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-26 Marek Olšákgallium: add an interface for dumping debug driver...
2015-08-26 Ilia Mirkinmesa: remove pointless es31 checks, fix indirect to...
2015-08-26 Ilia Mirkinmesa: uncomment checks in es31 computation, add texture_ms
2015-08-26 Marek Olšákmesa: create multisample fallback textures like normal...
2015-08-26 Grazvydas Ignotasradeonsi: mark unreachable paths to avoid warnings
2015-08-26 Tapani Pällimesa: GetTexLevelParameter{if}v changes for OpenGL...
2015-08-26 Marta Lofstedtmesa/es3.1: Allow GL_COMPUTE_WORK_GROUP_SIZE for OpenGL...
2015-08-26 Marta Lofstedtmesa/es3.1: Enable getting MAX_COMPUTE_WORK_GROUP_...
2015-08-26 Dave Airliemesa/formats: pass correct parameter to _mesa_is_format...
2015-08-26 Roland Scheideggergallium/auxiliary: optimize rgb9e5 helper some more
2015-08-26 Roland Scheideggergallium/auxiliary: optimize rgb9e5 helper a bit
2015-08-26 Dave Airliemesa/texgetimage: fix missing stencil check
2015-08-25 Nanley Cherymesa/teximage: Add GL error parameter to _mesa_target_c...
2015-08-25 Nanley Cherymesa/formats: remove compressed formats from matching...
2015-08-25 Nanley Cherymesa/formats: make format testing a gtest
2015-08-25 Kenneth Graunkegallium/ttn: Use nir_builder_insert() rather than pokin...
2015-08-25 Kenneth Graunkeprog_to_nir: Use nir_builder_insert() rather than pokin...
2015-08-25 Kenneth Graunkenir: Use nir_shader::stage rather than passing it around.
2015-08-25 Kenneth Graunkenir: Store gl_shader_stage in nir_shader.
2015-08-25 Jason Ekstrandi965/fs: Combine assign_constant_locations and move_uni...
2015-08-25 Jason Ekstrandnir/lower_io: Remove assign_var_locations_direct_first
2015-08-25 Jason Ekstrandi965/fs: Rework uniform handling
2015-08-25 Jason Ekstrandi965/vec4_nir: Get rid of the uniform_driver_location...
2015-08-25 Jason Ekstrandnir/lower_io: Separate driver_location and base offset...
2015-08-25 Jason Ekstrandnir/intrinsics: Add a second const index to load_uniform
2015-08-25 Kenneth Graunkenir: Pass a type_size() function pointer into nir_lower...
2015-08-25 Kenneth Graunkeprog_to_nir: Don't allocate nir_variable with type...
2015-08-25 Kenneth Graunkei965: Move type_size() methods out of visitor classes.
2015-08-25 Jason Ekstrandi965: Make setup_vec4_uniform_value and _image_uniform_...
2015-08-25 Jason Ekstrandi965: Rename setup_vector_uniform_values to setup_vec4_...
2015-08-25 Rob Clarkfreedreno/ir3: fix compile break after splitting out...
2015-08-25 Rob Clarkfreedreno/ir3: fix compile break after fxn->start_block...
2015-08-25 Dave Airliemesa: enable texture stencil8 for multisample
2015-08-25 Brian Paulmesa: make _mesa_bind_texture_unit() static
2015-08-24 Nanley Cherymesa/formats: store whether or not a format is sRGB...
2015-08-24 Kenneth Graunkenir: Use !block_ends_in_jump() in a few places rather...
2015-08-24 Connor Abbottnir/cf: reimplement nir_cf_node_remove() using the...
2015-08-24 Connor Abbottnir/cf: add new control modification API's
2015-08-24 Connor Abbottnir/cf: use a cursor for inserting control flow
2015-08-24 Connor Abbottnir/cf: add split_block_cursor()
2015-08-24 Connor Abbottnir/cf: add split_block_before_instr()
2015-08-24 Connor Abbottnir/cf: add a cursor structure
2015-08-24 Connor Abbottnir/cf: fix link_blocks() when there are no successors
2015-08-24 Connor Abbottnir/cf: clean up jumps when cleaning up CF nodes
2015-08-24 Connor Abbottnir/cf: remove uses of SSA definitions that are being...
2015-08-24 Connor Abbottnir/cf: handle jumps better in stitch_blocks()
2015-08-24 Connor Abbottnir/cf: handle jumps in split_block_end()
next