mesa.git
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-03-02 Marek Olšákdraw: fix division-by-zero for empty geometry shaders
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 Matt Turnermapi: Don't rely on GNU void pointer arithmetic.
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jonathan Grayauxilary/os: correct sysctl use in os_get_total_physica...
2015-02-27 Brian Paulglsl: silence uninitialized var warning on MinGW
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...
next