anv/entrypoints: Rework #if guards
[mesa.git] / src / mesa /
2016-06-10 Nicolai Hähnlest/mesa: use base level size as "guess" when available
2016-06-10 Jose Fonsecamesa: Wrap extensions.h declarations with extern "C".
2016-06-10 Ilia Mirkinst/mesa: fix type confusion with reladdrs
2016-06-09 Anuj Phogati965/gen9: Don't change halign and valign to fit in...
2016-06-09 Anuj Phogatmesa: Add a helper function for shared code in get_tex_...
2016-06-09 Samuel Pitoisetmesa: Let compute shaders work in compatibility profiles
2016-06-09 Jason Ekstrandi965: Emit surface states for extra planes prior to...
2016-06-08 Dave Airlieglsl/types: rename is_dual_slot_double to is_dual_slot_...
2016-06-08 Dave Airliest/glsl_to_tgsi: move to checking 64-bitness instead...
2016-06-08 Dave Airliest/glsl_to_tgsi: use enum glsl_base_type instead of...
2016-06-08 Dave Airliemesa: use new 64-bit checks instead of explicit double...
2016-06-08 Marek Olšákst/mesa: try not to compile compute shader on the first use
2016-06-08 Nicolai Hähnlest/mesa: directly compute level=0 texture size in st_fi...
2016-06-08 Ilia Mirkinst/mesa: use buffer usage history to set dirty flags...
2016-06-07 Gurchetan Singhi965: Integrate precise trig into configuration infrast...
2016-06-07 Ilia Mirkinst/mesa: revalidate image atoms when a texture is updated
2016-06-07 Dave Airliei965/gen8: fix cull distance emission for tessellation...
2016-06-07 Ilia Mirkinst/mesa: expose GL_ARB_shader_group_vote when supported...
2016-06-07 Ilia Mirkinmesa: hook up core bits of GL_ARB_shader_group_vote
2016-06-06 Marek Olšákst/mesa: change SQRT lowering to fix the game Risen
2016-06-06 Dave Airliemesa/program_resource: return -1 for index if no location.
2016-06-06 Nicolai Hähnlest/mesa: fix resource leak in try_pbo_readpixels
2016-06-06 Ilia Mirkinst/mesa: check shader image format support before using...
2016-06-06 Samuel Iglesias... i965/gs/scalar: Fix load input for doubles
2016-06-06 Samuel Iglesias... i965/fs: fix offset when loading double vector input...
2016-06-06 Samuel Iglesias... i965/fs: fix FS_OPCODE_CINTERP for unpacked double...
2016-06-06 Dave Airliei965: don't use NumLayers for 3D textures.
2016-06-05 Kenneth Graunkemesa: Try to unbreak the MSVC build.
2016-06-05 Kenneth Graunkemesa: Add MESA_SHADER_CAPTURE_PATH for writing .shader_...
2016-06-04 Jason Ekstrandmesa: Get rid of _mesa_active_fragment_shader_has_side_...
2016-06-04 Jason Ekstrandi965/ps_state: Use wm_prog_data.has_side_effects
2016-06-04 Jason Ekstrandi965/fs Add a wm_prog_data bit for has_side_effects
2016-06-04 Francisco JerezRevert "i965/fs: Allow scalar source regions on SNB...
2016-06-04 Francisco Jerezi965/vec4: Fix cmod propagation not to propagate non...
2016-06-03 Alejandro Piñeiromesa/formatquery: expand NUM_SAMPLE_COUNTS OpenGL ES...
2016-06-03 Dave Airliemesa/get: return correct value for layer provoking...
2016-06-02 Mauro Rossiisl: add support for Android libmesa_isl static library
2016-06-02 Kenneth Graunkei965: Add _NEW_POINT to a couple of comments.
2016-06-02 Francisco Jerezi965/fs: Reindent emit_zip().
2016-06-02 Francisco Jerezi965/fs: Skip SIMD lowering destination zipping if...
2016-06-02 Anuj Phogatblorp: Fix 16x multisample scaled blits
2016-06-02 Anuj Phogatmeta: Fix indentation in shader code
2016-06-02 Dave Airliemesa/copyimage: report INVALID_VALUE for missing cube...
2016-06-02 Dave Airliemesa/copyimage: fix num samples check to handle renderb...
2016-06-02 Matt Turneri965: Add missing types to type_sz().
2016-06-02 Nanley Cherymesa/extensions: Fix ES1 extension reporting
2016-06-02 Alejandro Piñeiromesa/formatquery: add a comment to clarify INTERNALFORM...
2016-06-02 Alejandro Piñeiroi965/formatquery: remove INTERNALFORMAT_PREFERRED imple...
2016-06-02 Alejandro Piñeiroi965/eu: use simd8 when exec_size != EXECUTE_16
2016-06-02 Jordan Justeni965: Remove old CS local ID handling
2016-06-02 Jordan Justeni965: Enable cross-thread constants and compact local...
2016-06-02 Jordan Justeni965: Support new local ID push constant & cross-thread...
2016-06-02 Jordan Justeni965: Add CS push constant info to brw_cs_prog_data
2016-06-02 Jordan Justeni965: Store number of threads in brw_cs_prog_data
2016-06-02 Jordan Justeni965: Add nir based intrinsic lowering and thread ID...
2016-06-02 Jordan Justeni965: Put CS local thread ID uniform in last push register
2016-06-02 Jordan Justeni965: Add uniform for a CS thread local base ID
2016-06-02 Jordan Justeni965: Add nir channel_num system value
2016-06-02 Jordan Justennir: Make lowering gl_LocalInvocationIndex optional
2016-06-02 Jordan Justenglsl: Add glsl LowerCsDerivedVariables option
2016-06-01 Jason Ekstrandi965/fs: Copy the offset when lowering logical pull...
2016-06-01 Kenneth Graunkei965: Fix isoline reads in scalar TES.
2016-06-01 Nicolai Hähnlest/mesa: implement PBO downloads for ReadPixels
2016-06-01 Nicolai Hähnlest/mesa: hook up a no-op try_pbo_readpixels
2016-06-01 Nicolai Hähnlest/mesa: add layer_offset to PBO fragment shader
2016-06-01 Nicolai Hähnlest/mesa: create PBO download fragment shaders
2016-06-01 Nicolai Hähnlest/mesa: add PBO download enable bit and fragment shaders
2016-06-01 Nicolai Hähnlest/mesa: move shareable parts of PBO upload state and...
2016-06-01 Nicolai Hähnlest/mesa: move PBO buffer address calculation to st_pbo.c
2016-06-01 Nicolai Hähnlest/mesa: move PBO upload fs creation to st_pbo.c
2016-06-01 Nicolai Hähnlest/mesa: rename pbo_upload to pbo
2016-06-01 Nicolai Hähnlest/mesa: move PBO vertex and geometry shader creation...
2016-06-01 Nicolai Hähnlest/mesa: begin moving PBO functions into their own...
2016-06-01 Nicolai Hähnlegallium/cso: allow saving the first fragment shader...
2016-06-01 Ian Romanickglsl: Use Geom.VerticesOut == -1 to specify unset
2016-06-01 Ian Romanicki965: If control_data_header_size_bits is zero, don...
2016-06-01 Ian Romanickmesa: Fix bogus strncmp
2016-06-01 Dave Airliemesa/sampler: fix error codes for sampler parameters.
2016-06-01 Topi Pohjolaineni965: Add norbc debug option
2016-06-01 Topi Pohjolaineni965/gen9: Configure rbc buffers as plain for non-rbc...
2016-06-01 Kenneth Graunkei965: Fix the passthrough TCS for isolines.
2016-06-01 Dave Airliei965/xfb: skip components in correct buffer.
2016-06-01 Dave Airliemesa/bufferobj: use mapping range in BufferSubData.
2016-05-31 Francisco Jerezi965/fs: Allow scalar source regions on SNB math instru...
2016-05-31 Francisco Jerezi965/fs: Fix constant combining for instructions that...
2016-05-31 Francisco Jerezi965/fs: Extend remove_duplicate_mrf_writes() to handle...
2016-05-31 Francisco Jerezi965/fs: Fix compute_to_mrf() to coalesce VGRFs initial...
2016-05-31 Francisco Jerezi965/fs: Teach compute_to_mrf() about the COMPR4 addres...
2016-05-31 Francisco Jerezi965/fs: Refactor compute_to_mrf() to split search...
2016-05-31 Francisco Jerezi965/fs: Fix compute-to-mrf VGRF region coverage condition.
2016-05-31 Francisco Jerezi965/fs: Simplify and improve accuracy of compute_to_mr...
2016-05-31 Francisco Jerezi965/fs: Teach regions_overlap() about COMPR4 MRF regions.
2016-05-31 Marek Olšákmesa: fix crash in driver_RenderTexture_is_safe
2016-05-31 Eric Engestromst/glsl_to_tgsi: prevent infinite loop
2016-05-30 Emil VelikovRevert "osmesa: don't try to bundle osmesa.def SConscript"
2016-05-30 Andreas Fängerscons: build osmesa swrast and gallium
2016-05-30 Emil Velikovautomake: move the git_sha1.h rule a level up
2016-05-30 Dave Airliemesa/xfb: report calculated size for XFB buffer objects.
2016-05-30 Francisco Jerezi965: Expose GL 4.3 on Gen8+.
2016-05-30 Francisco Jerezi965/fs: Skip gen4 pre/post-send dependency workaronds...
next