- fa5140b scons: Fix HAVE___* definition. by Jose Fonseca · 10 years ago
- 9a07435 identity: Remove. by Jose Fonseca · 10 years ago
- 7bfbaf4 i965: Remove the create_raw_surface vtbl hook. by Francisco Jerez · 10 years ago
- 65f9b83 i965: Add missing defines for render cache messages. by Francisco Jerez · 11 years ago
- cf67ca9 i965/skl: Lay out a 1D miptree horizontally by Neil Roberts · 10 years ago
- 0f1e86a i965/skl: Lay out 3D textures the same as array textures by Neil Roberts · 10 years ago
- aef8a48 i965/skl: Fix the maximum thread count format for the PS by Neil Roberts · 10 years ago
- 27a34f6 draw: fix division-by-zero for empty geometry shaders by Marek Olšák · 10 years ago
- b51ff50 i965/gs: Check newly-generated GS-out VUE map against correct stage by Chris Forbes · 10 years ago
- 213c41b i965: add GLSL_TYPE_DOUBLE switch case to silence warning by Brian Paul · 10 years ago
- 7783131 mesa: include macros.h in stencil.h by Brian Paul · 10 years ago
- 8a25e73 mesa: move finite macro to imports.h by Brian Paul · 10 years ago
- 977c56d mesa: remove _NORMAPI, _NORMAPIP macros by Brian Paul · 10 years ago
- 61d344e mesa: move FLT_MAX_EXP to c99_math.h by Brian Paul · 10 years ago
- 20dc94b mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c by Brian Paul · 10 years ago
- cbf788a mesa: remove unused uninitialized_var() macro by Brian Paul · 10 years ago
- e71a7f8 mesa: Check return value of __get_cpuid(). by Matt Turner · 10 years ago
- 5666d92 i965/fs/nir: Mark fallthrough. by Matt Turner · 10 years ago
- 54cd2f7 i965/fs/nir: Mark fallthrough. by Matt Turner · 10 years ago
- d528907 i965: Avoid applying negate to wrong MAD source. by Matt Turner · 10 years ago
- 43ef265 i965/vec4: Fix implementation of i2b. by Matt Turner · 10 years ago
- b8a1637 i965/fs/nir: Use emit_math for nir_op_fpow by Ian Romanick · 10 years ago
- 76cd0f0 mapi: Don't rely on GNU void pointer arithmetic. by Matt Turner · 10 years ago
- 982723d Revert "configure: Leverage gcc warn options to enable safe use of C99 features where possible." by Kenneth Graunke · 10 years ago
- 7983a3d auxilary/os: correct sysctl use in os_get_total_physical_memory() by Jonathan Gray · 10 years ago
- 667dac9 glsl: silence uninitialized var warning on MinGW by Brian Paul · 10 years ago
- bf8d049 mesa: silence unused var warning in get_tex_rgba_uncompressed() by Brian Paul · 10 years ago
- 48f229d mesa: move declaration before code by Brian Paul · 10 years ago
- 5b089e5 meta: silence declaration after code warning on MinGW by Brian Paul · 10 years ago
- 544f56b meta: silence uninitialized variable warnings for MinGW by Brian Paul · 10 years ago
- 098e5bf c99_alloca.h: fix #include for MinGW by Brian Paul · 10 years ago
- 943784b gallium/util: add debug_print_usage_enum() debug helper by Brian Paul · 10 years ago
- b14cec0 gallium/util: fix 'statement with no effect' warning by Brian Paul · 10 years ago
- 53295be i965: Fix I/L/LA SNORM formats. by Kenneth Graunke · 10 years ago
- ea696be i965/fs: Patch the instruction generating discards; don't use CMP.Z. by Kenneth Graunke · 10 years ago
- 4ebacf8 i965/fs: Introduce brw_negate_cmod(). by Kenneth Graunke · 10 years ago
- 0fad07a main: Fix whitespace in teximage.c. by Laura Ekstrand · 10 years ago
- da85ab4 radeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2 by Tom Stellard · 10 years ago
- 7551455 clover: Don't unconditionally define cl_khr_fp64 by Tom Stellard · 10 years ago
- ed07255 pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabled by Tom Stellard · 10 years ago
- 79daa51 configure: Leverage gcc warn options to enable safe use of C99 features where possible. by Jose Fonseca · 10 years ago
- f320ecf nir: Use alloca instead of variable length arrays. by Jose Fonseca · 10 years ago
- 84a1e3d mesa: restore #include stdarg.h in imports.h by Brian Paul · 10 years ago
- 06ed810 c99_math.h: add defines for M_PI, M_E, M_LOG2E by Brian Paul · 10 years ago
- 8170eba r300g/tests: Include stdio.h. by Vinson Lee · 10 years ago
- 40cfa0c radeon/compiler: include stdio.h by Brian Paul · 10 years ago
- 549078c main: Fix target checking for CompressedTexSubImage*D. by Laura Ekstrand · 10 years ago
- ca65764 main: Fix target checking for CopyTexSubImage*D. by Laura Ekstrand · 10 years ago
- 688d765 c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVC by Brian Paul · 10 years ago
- fb2ddef mesa: remove unused INLINE macro from compiler.h by Brian Paul · 10 years ago
- 164b3cd st/mesa: replace INLINE with inline by Brian Paul · 10 years ago
- 0dc6b72 swrast: replace INLINE with inline by Brian Paul · 10 years ago
- f51f2af radeon: replace INLINE with inline by Brian Paul · 10 years ago
- bbedb85 r200: replace INLINE with inline by Brian Paul · 10 years ago
- 8e9fe53 i915: replace INLINE with inline by Brian Paul · 10 years ago
- 46110c5 include,auxiliary: Remove support for MSVC older then 2008. by Jose Fonseca · 10 years ago
- fd090fd mesa: don't include stdint.h in compiler.h by Brian Paul · 10 years ago
- 95855dd mesa: don't include math.h in compiler.h by Brian Paul · 10 years ago
- 4f25a18 mesa: trim down #includes in compiler.h by Brian Paul · 10 years ago
- 538e13d r300g: remove dependency on compiler.h by Brian Paul · 10 years ago
- 609cb60 mesa: don't include limits.h in compiler.h by Brian Paul · 10 years ago
- 13730bc mesa: don't include float.h in compiler.h by Brian Paul · 10 years ago
- ddf4b2e mesa: only include ctype.h where it's used by Brian Paul · 10 years ago
- 135b8c6 mesa: include stdarg.h only where it's used by Brian Paul · 10 years ago
- 6b06697 mesa: remove M_PI, M_E, M_LOG2E macro definitions by Brian Paul · 10 years ago
- 6cb431c glsl: #include c99_math.h instead of core.h by Brian Paul · 10 years ago
- 36ea81d gallium: whitespace, comment formatting fixes in p_defines.h by Brian Paul · 10 years ago
- e09fe38 util: add debug_print_bind_flags() debug helper by Brian Paul · 10 years ago
- 2069f2c gallium: renumber PIPE_BIND_ flags by Brian Paul · 10 years ago
- a44606e meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex by Neil Roberts · 10 years ago
- 1a93e76 mesa: use fi_type in vertex attribute code by Marius Predut · 10 years ago
- 4705346 i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRT by Anuj Phogat · 10 years ago
- 84199fa i965: Pass pointer to miptree as function parameter in intel_horizontal_texture_alignment_unit by Anuj Phogat · 10 years ago
- 94d88cb i965: Allocate texture buffer in intelTexImage by Anuj Phogat · 10 years ago
- 82f6d17 i965: Make a function to check the conditions to use the blitter by Anuj Phogat · 10 years ago
- 6960a39 i965: Move the comment to the right place by Anuj Phogat · 10 years ago
- 524a729 i965: Fix condition to use Y tiling in blitter in intel_miptree_create() by Anuj Phogat · 10 years ago
- 6883093 meta: Pass null pointer for the pixel data to avoid unnecessary data upload by Anuj Phogat · 10 years ago
- 068ba4a meta: Fix buffer object assignment to account for both pack and unpack bo's by Anuj Phogat · 10 years ago
- 618c4c4 meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFER by Anuj Phogat · 10 years ago
- 8d6ae49 meta: Add assertion check for ctx->Meta->SaveStackDepth by Anuj Phogat · 10 years ago
- 0a4ea87 meta: Do power of two samples check only for samples > 0 by Anuj Phogat · 24 years ago
- cb25087 glsl: Rewrite and fix min/max to saturate optimization. by Matt Turner · 10 years ago
- 8643402 freedreno: drop ARRAY_SIZE macro by Rob Clark · 10 years ago
- 67e3302 i965: Don't force x-tiling for 16-bpp formats on Gen>7 by Neil Roberts · 10 years ago
- 6d164f6 glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA by Andreas Boll · 10 years ago
- 0692497 dri/common: Update comment about driQueryRendererIntegerCommon by Andreas Boll · 10 years ago
- 720ba6c glsl: add double support for packing varyings by Ilia Mirkin · 10 years ago
- 546aba1 common: Fix PBOs for 1D_ARRAY. by Laura Ekstrand · 10 years ago
- ccc5ce6 common: Correct PBO 2D_ARRAY handling. by Laura Ekstrand · 10 years ago
- 0608465 common: Correct texture init for meta pbo uploads and downloads. by Laura Ekstrand · 10 years ago
- 88ff8de mesa: remove DEG2RAD macro by Brian Paul · 10 years ago
- ab68219 mesa: remove MAX_GLUSHORT, move MAX_GLUINT by Brian Paul · 10 years ago
- f847ddb mesa: move signbit() macro to c99_math.h by Brian Paul · 10 years ago
- 612143b mesa: remove unused isblank() function by Brian Paul · 10 years ago
- e033d2c glcpp: remove unneeded #include of core.h by Brian Paul · 10 years ago
- 9fd7e9d mesa: remove sqrtf macro by Brian Paul · 10 years ago
- ee3f674 i965: Remove redundant discard jumps. by Kenneth Graunke · 10 years ago
- 30f51f1 glsl: Optimize "if (cond) discard;" to a conditional discard. by Kenneth Graunke · 10 years ago
- 8eb6c10 i965/fs: Handle conditional discards. by Kenneth Graunke · 10 years ago