egl/main: replace INLINE with inline
[mesa.git] / src / mesa /
2015-03-05 Brian Paulmesa: remove THREADS check, printf calls in debug.c
2015-03-05 Brian Paulosmesa: include stdio.h
2015-03-05 Brian Paulxlib: include stdio.h
2015-03-05 Brian Paulst/mesa: include stdio.h where needed
2015-03-05 Brian Paulswrast: include stdio.h where needed
2015-03-05 Brian Paulnouveau: include stdio.h where needed
2015-03-05 Brian Pauldri/common: include stdio.h where needed
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-03-05 Brian Paulmesa: include c11/threads.h in mtypes.h
2015-03-05 Neil Robertsmeta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_T...
2015-03-05 Neil Robertsmeta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_G...
2015-03-05 Neil RobertsRevert "common: Fix PBOs for 1D_ARRAY."
2015-03-04 Matt Turneri965/fs: Don't propagate cmod to inst with different...
2015-03-04 Kristian Høgsbergi965: Fix uint64_t overflow in intel_client_wait_sync()
2015-03-04 Brian Paulmesa: consolidate PUBLIC macro definition
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-04 Jose Fonsecawindows/gdi: Remove.
2015-03-03 Frank Henigmanintel: fix EGLImage renderbuffer _BaseFormat
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-03-03 Ben Widawskyi965: Fix assertion in brw_reg_type_letters
2015-03-03 Ben Widawskyi965: Rename some PIPE_CONTROL flags
2015-03-03 Matt Turneri965/fs: Don't use backend_visitor::instructions after...
2015-03-02 Jason Ekstrandmain/base_tex_format: Properly handle STENCIL_INDEX1...
2015-03-02 Jason Ekstrandmeta/TexSubImage: Stash everything other than PIXEL_TRA...
2015-03-02 Matt Turneri915: Remove hand-rolled memcpy implementation.
2015-03-02 Matt Turneri965: Remove hand-rolled memcpy implementation.
2015-03-02 Matt Turneri965: Consider scratch writes to have side effects.
2015-03-02 Matt Turnermesa: Correct backwards NULL check.
2015-03-02 Matt Turnermesa: Free memory allocated for luminance in readpixels.
2015-03-02 Matt Turnermesa: Indent break statements and add a missing one.
2015-03-02 Brian Paulmesa: remove extra definition of ARRAY_SIZE in src...
2015-03-02 Brian Paulmesa: remove the Elements() macro definition
2015-03-02 Brian Paulradeon: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulr200: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulnouveau: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Pauli965: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Pauli915: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulst/mesa: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/program: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/swrast: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/vbo: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/main: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa: trim down #includes in api_loopback.h
2015-03-02 Brian Paulmesa: trim down includes of compiler.h
2015-03-02 Francisco Jerezi965: Remove the create_raw_surface vtbl hook.
2015-03-02 Francisco Jerezi965: Add missing defines for render cache messages.
2015-03-02 Neil Robertsi965/skl: Lay out a 1D miptree horizontally
2015-03-02 Neil Robertsi965/skl: Lay out 3D textures the same as array textures
2015-03-02 Neil Robertsi965/skl: Fix the maximum thread count format for the PS
2015-02-28 Chris Forbesi965/gs: Check newly-generated GS-out VUE map against...
2015-02-28 Brian Pauli965: add GLSL_TYPE_DOUBLE switch case to silence warning
2015-02-28 Brian Paulmesa: include macros.h in stencil.h
2015-02-28 Brian Paulmesa: move finite macro to imports.h
2015-02-28 Brian Paulmesa: remove _NORMAPI, _NORMAPIP macros
2015-02-28 Brian Paulmesa: move FLT_MAX_EXP to c99_math.h
2015-02-28 Brian Paulmesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c
2015-02-28 Brian Paulmesa: remove unused uninitialized_var() macro
2015-02-28 Matt Turnermesa: Check return value of __get_cpuid().
2015-02-28 Matt Turneri965/fs/nir: Mark fallthrough.
2015-02-28 Matt Turneri965/fs/nir: Mark fallthrough.
2015-02-28 Matt Turneri965: Avoid applying negate to wrong MAD source.
2015-02-28 Matt Turneri965/vec4: Fix implementation of i2b.
2015-02-28 Ian Romanicki965/fs/nir: Use emit_math for nir_op_fpow
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Brian Paulmesa: silence unused var warning in get_tex_rgba_uncomp...
2015-02-27 Brian Paulmesa: move declaration before code
2015-02-27 Brian Paulmeta: silence declaration after code warning on MinGW
2015-02-27 Brian Paulmeta: silence uninitialized variable warnings for MinGW
2015-02-27 Kenneth Graunkei965: Fix I/L/LA SNORM formats.
2015-02-27 Kenneth Graunkei965/fs: Patch the instruction generating discards...
2015-02-27 Kenneth Graunkei965/fs: Introduce brw_negate_cmod().
2015-02-27 Laura Ekstrandmain: Fix whitespace in teximage.c.
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-27 Brian Paulmesa: restore #include stdarg.h in imports.h
2015-02-26 Laura Ekstrandmain: Fix target checking for CompressedTexSubImage*D.
2015-02-26 Laura Ekstrandmain: Fix target checking for CopyTexSubImage*D.
2015-02-26 Brian Paulmesa: remove unused INLINE macro from compiler.h
2015-02-26 Brian Paulst/mesa: replace INLINE with inline
2015-02-26 Brian Paulswrast: replace INLINE with inline
2015-02-26 Brian Paulradeon: replace INLINE with inline
2015-02-26 Brian Paulr200: replace INLINE with inline
2015-02-26 Brian Pauli915: replace INLINE with inline
2015-02-26 Brian Paulmesa: don't include stdint.h in compiler.h
2015-02-26 Brian Paulmesa: don't include math.h in compiler.h
2015-02-26 Brian Paulmesa: trim down #includes in compiler.h
2015-02-26 Brian Paulmesa: don't include limits.h in compiler.h
2015-02-26 Brian Paulmesa: don't include float.h in compiler.h
2015-02-26 Brian Paulmesa: only include ctype.h where it's used
2015-02-26 Brian Paulmesa: include stdarg.h only where it's used
2015-02-26 Brian Paulmesa: remove M_PI, M_E, M_LOG2E macro definitions
2015-02-26 Neil Robertsmeta: In pbo_{Get,}TexSubImage don't repeatedly rebind...
2015-02-25 Marius Predutmesa: use fi_type in vertex attribute code
2015-02-25 Anuj Phogati965/gen8: Use HALIGN_16 if MCS is enabled for non...
2015-02-25 Anuj Phogati965: Pass pointer to miptree as function parameter...
2015-02-25 Anuj Phogati965: Allocate texture buffer in intelTexImage
2015-02-25 Anuj Phogati965: Make a function to check the conditions to use...
2015-02-25 Anuj Phogati965: Move the comment to the right place
2015-02-25 Anuj Phogati965: Fix condition to use Y tiling in blitter in intel...
2015-02-25 Anuj Phogatmeta: Pass null pointer for the pixel data to avoid...
2015-02-25 Anuj Phogatmeta: Fix buffer object assignment to account for both...
next