glsl: Bump standalone compiler versions to 1.50.
[mesa.git] / src / mesa /
2013-03-20 Kenneth Graunkei965: Don't use texture swizzling to force alpha to...
2013-03-20 Kenneth Graunkei965: Don't print a fatal-looking message if intelCreat...
2013-03-20 Eric Anholti965/gen7: Align all depth miplevels to 8 in the X...
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-19 Paul Berryi965/fs: Avoid unnecessary recompiles due to POS bit...
2013-03-19 Paul Berryff_fragment_shader: Don't do unnecessary (and dangerous...
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-03-19 Andreas Bollosmesa: fix out-of-tree build
2013-03-19 Andreas Bollmesa: use ieee fp on s390 and m68k
2013-03-19 Christian Königglsl_to_tgsi: remove indirect addressing limitations
2013-03-19 Christian Königglsl_to_tgsi: allocate arrays separately v2
2013-03-19 Christian Königglsl_to_tgsi: use get_temp for all allocations
2013-03-19 Kristian HøgsbergAdd dri image entry point for creating image from fd
2013-03-18 Paul Berryi965/blorp: Add INTEL_DEBUG=blorp flag.
2013-03-16 Paul Berryi965: Simplify separate stencil check
2013-03-15 Paul Berryi965: Apply depthstencil alignment workaround when...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul BerryGet rid of _mesa_frag_attrib_to_vert_result().
2013-03-15 Paul BerryGet rid of _mesa_vert_result_to_frag_attrib().
2013-03-15 Paul Berrymtypes.h: Modify gl_frag_attrib to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_geom_result enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_geom_result to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_geom_attrib enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_geom_attrib to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_vert_result to refer to new gl_vary...
2013-03-15 Paul Berrymtypes.h: Add new gl_varying_slot enum, and bitfield...
2013-03-15 Paul Berryi965: Change fragment input related bitfields to 64...
2013-03-15 Brian Pauldriconf: add a miscellaneous section and always_have_de...
2013-03-15 Brian Pauldriconf: reorder options, reformat comments, etc
2013-03-14 Kenneth Graunkei965: Make INTEL_DEBUG=shader_time use the RAW surface...
2013-03-14 Kenneth Graunkei965: Specialize SURFACE_STATE creation for shader...
2013-03-14 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for Haswell.
2013-03-14 Eric Anholti965: Add definitions for gen7+ data cache messages.
2013-03-14 Eric Anholti965: Split shader_time entries into separate cachelines.
2013-03-14 Anuj Phogatmesa: Fix FB blitting in case of zero size src or dst...
2013-03-13 José Fonsecascons: Define PACKAGE_VERSION/BUGREPORT globally.
2013-03-13 Vinson Leetests: Add $(top_srcdir)/include to AM_CPPFLAGS.
2013-03-13 José Fonsecascons: Define PACKAGE_xxx
2013-03-13 Brian Paulst/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffe...
2013-03-13 Matt Turnerbuild: Get rid of dead MESA_ASM_FILES variable
2013-03-13 Matt Turnermesa/build: Get rid of dead ALL_FILES variable
2013-03-13 Matt Turnerxmlpool/.gitignore: Remove 'Makefile'
2013-03-13 Matt Turnermesa: Use PACKAGE_BUGREPORT macro.
2013-03-13 Matt Turnermesa: Remove unused version #defines from version.h.
2013-03-13 Matt Turnermesa: Replace MESA_VERSION with PACKAGE_VERSION.
2013-03-12 José Fonsecamesa,gallium,egl,mapi: One definition of C99 inline...
2013-03-12 Vinson Leemesa: Use correct functions for enum conversion.
2013-03-11 Chad Versacei965: Fix typo in doxygen hyperlink
2013-03-11 Eric Anholtmesa: Reduce memory usage for reg alloc with many graph...
2013-03-11 Eric Anholtmesa: Reduce the memory usage for reg alloc with many...
2013-03-11 Eric Anholti965/fs: Improve CSE performance by expiring some avail...
2013-03-11 Eric Anholti965/fs: Improve live variables calculation performance.
2013-03-11 Eric Anholti965/fs: Also do the gen4 SEND dependency workaround...
2013-03-11 Eric Anholti965/fs: Switch to using sampler LD messages for unifor...
2013-03-11 Eric Anholti965/fs: Fix broken rendering in large shaders with...
2013-03-11 Eric Anholti965/fs: Add a comment about about an implementation...
2013-03-11 Eric Anholti965/fs: Fix register allocation for uniform pull const...
2013-03-11 Eric Anholtintel: Remove some unused debug flags.
2013-03-11 Marek Olšákmesa: don't allocate a texture if width or height is...
2013-03-09 Frank Henigmani965: Link i965_dri.so with C++ linker.
2013-03-09 Matt Turnermesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
2013-03-07 Jan de Grootdri/nouveau: fix crash in nouveau_flush
2013-03-07 Brian Paulvbo: fix crash found with shared display lists
2013-03-07 Alan Hourihanemesa: fix glGetInteger*(GL_SAMPLER_BINDING).
2013-03-06 Alan HourihaneUnreference sampler object when it's currently bound...
2013-03-06 Kenneth Graunkei965: Don't fill buffer with zeroes.
2013-03-06 Kenneth Graunkei965: Fix off-by-one in query object result gathering.
2013-03-06 Eric Anholtintel: Improve the matching (more formats!) for TexImag...
2013-03-06 Eric Anholtintel: Improve the test for readpixels blit path format...
2013-03-06 Eric Anholtintel: Fold intel_region_copy() into its one caller.
2013-03-06 Eric Anholtintel: Transition intel_region_map() to being a miptree...
2013-03-06 Eric Anholtintel: Remove num_mapped_regions tracking.
2013-03-06 Eric Anholtintel: Remove the struct intel_region reuse hash table.
2013-03-05 Eric Anholtmesa: Remove the special enum for _mesa_error debug...
2013-03-05 Eric Anholtmesa: Remove the enum for the oom-within-debug-output...
2013-03-05 Eric Anholtmesa: Remove now-unused gl_winsys_error and gl_shader_e...
2013-03-05 Eric Anholtmesa: Report ARB_debug_output for both shader errors...
2013-03-05 Eric Anholtintel: Add missing perf debug for a stall on mapping...
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-03-05 Eric Anholtintel: Finish renaming fallback_debug() to perf_debug().
2013-03-05 Eric Anholtintel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.
2013-03-05 Eric Anholtmesa: Add support for GL_ARB_debug_output with dynamic...
2013-03-05 Eric Anholtmesa: Merge handling of application-provided and built...
2013-03-05 Eric Anholtmesa: Fix _mesa_problem() on context destroy after...
2013-03-05 Eric Anholtmesa: Move debug type/severity enums to mesa core.
2013-03-05 Eric Anholtmesa: Replace open-coded _mesa_lookup_enum_by_nr().
2013-03-05 Eric Anholtmesa: Remove extra #define MAXSTRING duplicating MAX_DE...
2013-03-05 Marcin Slusarzdri/nouveau: NV17_3D class is not available for NV1a...
2013-03-05 Roland Scheideggerst/mesa: translate ir offset parameters for non-TXF...
2013-03-05 Alan HourihaneAdd missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_te...
2013-03-05 Jon TURNEYFix out-of-tree build of 'make check' in src/mesa/main...
2013-03-04 Brian Paulmesa: flush current state when querying GL_EDGE_FLAG
2013-03-03 Kenneth Graunkei965: Fix Crystal Well PCI IDs.
2013-03-02 Brian Paulst/mesa: add switch case for ir_txf_ms to silence warning
2013-03-02 Brian Paulmesa: add switch case for ir_txf_ms to silence warning
2013-03-02 Kenneth Graunkei965: Pull query BO reallocation out into a helper...
2013-03-02 Kenneth Graunkei965: Replace the global brw->query.bo variable with...
2013-03-02 Kenneth Graunkei965: Turn if (query->bo) into an assertion.
2013-03-02 Kenneth Graunkei965: Unify query object BO reallocation code.
next