mesa.git
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 Brian Paulc99_alloca.h: fix #include for MinGW
2015-02-27 Brian Paulgallium/util: add debug_print_usage_enum() debug helper
2015-02-27 Brian Paulgallium/util: fix 'statement with no effect' warning
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 Tom Stellardradeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2
2015-02-27 Tom Stellardclover: Don't unconditionally define cl_khr_fp64
2015-02-27 Tom Stellardpipe-loader: Fix build with dri drivers enabled, and...
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-27 Jose Fonsecanir: Use alloca instead of variable length arrays.
2015-02-27 Brian Paulmesa: restore #include stdarg.h in imports.h
2015-02-27 Brian Paulc99_math.h: add defines for M_PI, M_E, M_LOG2E
2015-02-27 Vinson Leer300g/tests: Include stdio.h.
2015-02-27 Brian Paulradeon/compiler: include stdio.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 Paulc99: in c99_math.h check that _USE_MATH_DEFINES is...
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 Jose Fonsecainclude,auxiliary: Remove support for MSVC older then...
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 Paulr300g: remove dependency on 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 Brian Paulglsl: #include c99_math.h instead of core.h
2015-02-26 Brian Paulgallium: whitespace, comment formatting fixes in p_defi...
2015-02-26 Brian Paulutil: add debug_print_bind_flags() debug helper
2015-02-26 Brian Paulgallium: renumber PIPE_BIND_ flags
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...
2015-02-25 Anuj Phogatmeta: Use GL_STREAM_READ for pbo created with GL_PIXEL_...
2015-02-25 Anuj Phogatmeta: Add assertion check for ctx->Meta->SaveStackDepth
2015-02-25 Anuj Phogatmeta: Do power of two samples check only for samples > 0
2015-02-25 Matt Turnerglsl: Rewrite and fix min/max to saturate optimization.
2015-02-25 Rob Clarkfreedreno: drop ARRAY_SIZE macro
2015-02-25 Neil Robertsi965: Don't force x-tiling for 16-bpp formats on Gen>7
2015-02-25 Andreas Bollglx: Fix returned values of GLX_RENDERER_PREFERRED_PROF...
2015-02-25 Andreas Bolldri/common: Update comment about driQueryRendererIntege...
2015-02-25 Ilia Mirkinglsl: add double support for packing varyings
2015-02-25 Laura Ekstrandcommon: Fix PBOs for 1D_ARRAY.
2015-02-25 Laura Ekstrandcommon: Correct PBO 2D_ARRAY handling.
2015-02-25 Laura Ekstrandcommon: Correct texture init for meta pbo uploads and...
2015-02-25 Brian Paulmesa: remove DEG2RAD macro
2015-02-25 Brian Paulmesa: remove MAX_GLUSHORT, move MAX_GLUINT
2015-02-25 Brian Paulmesa: move signbit() macro to c99_math.h
2015-02-25 Brian Paulmesa: remove unused isblank() function
2015-02-25 Brian Paulglcpp: remove unneeded #include of core.h
2015-02-25 Brian Paulmesa: remove sqrtf macro
2015-02-24 Kenneth Graunkei965: Remove redundant discard jumps.
2015-02-24 Kenneth Graunkeglsl: Optimize "if (cond) discard;" to a conditional...
2015-02-24 Kenneth Graunkei965/fs: Handle conditional discards.
2015-02-24 Kenneth Graunkenir: Introduce nir_intrinsic_discard_if.
2015-02-24 Kenneth Graunkeglsl: Delete dead discard conditions in constant folding.
2015-02-24 Kenneth Graunkeglsl: Handle conditional discards in lower_discard_flow().
2015-02-24 Kenneth Graunkeglsl: Make ir_rvalue_visitor visit ir_discard::condition.
2015-02-24 Kenneth Graunkeglsl: Make ir_validate check the type of ir_discard...
2015-02-24 Matt TurnerRevert "i965/fs: Remove force_writemask_all assertion...
2015-02-24 Matt Turneri965/fs: Emit MOV(1) instructions with force_writemask_all.
2015-02-24 Matt Turneri965/fs: Optimize (gl_FrontFacing ? x : y) where x...
2015-02-24 Matt Turneri965/fs/nir: Optimize integer multiply by a 16-bit...
2015-02-24 Matt Turneri965/fs/nir: Optimize (gl_FrontFacing ? x : y) where...
2015-02-24 Jason Ekstrandnir/register: Add a parent_instr field
2015-02-24 Marek Olšákst/mesa: remove unused/broken function st_print_shaders
2015-02-24 Brian Paulst/mesa: remove struct qualifier from st_src_reg parameter
2015-02-24 Brian Paulmesa: remove INV_SQRTF() macro
2015-02-24 Brian Paulmesa: remove ceilf, floorf macros
2015-02-24 Brian Paulmesa: remove expf macro
2015-02-24 Brian Paulmesa: remove logf macro
2015-02-24 Brian Paulmesa: remove powf macro
2015-02-24 Brian Paulmesa: remove unused exp2f, log2f, truncf wrappers
2015-02-24 Brian Paulmesa: remove unused acosf, asinf, atan2f, etc. macros
2015-02-24 Brian Paulmesa: replace FABSF with fabsf
2015-02-24 Brian Paulmesa: replace FLOORF with floorf
2015-02-24 Brian Paulmesa: remove unused CEILF macro
2015-02-24 Brian Paulmesa: replace LOGF, EXPF with logf, expf
2015-02-24 Brian Paulmesa: replace FREXPF, LDEXPF with frexpf, ldexpf
2015-02-24 Brian Paultargets/libgl-xlib: add src/ include dir to fix build
next